Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specified version of maven-assembly-plugin #30

Closed
wants to merge 2 commits into from

Conversation

ysyrota
Copy link
Contributor

@ysyrota ysyrota commented Oct 4, 2024

Description

Specified version of maven-assembly-plugin in pom.xml

Motivation and Context

The build of duo_universal_duo fails with the following message:

Could not find goal 'attached' in plugin org.apache.maven.plugins:maven-assembly-plugin:3.7.1 among available goals help, single.

This issue occurs because the version of maven-assembly-plugin is not specified in the pom.xml, and the goal 'attached' is deprecated in the latest version of the package.

How Has This Been Tested?

Specified the version number used in the application.

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@ysyrota ysyrota closed this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant