duosecurity / duo_universal_java

Duo OIDC-based two-factor authentication for Java web applications
https://duo.com/docs/duoweb
Other
14 stars 21 forks source link

Specified version of maven-assembly-plugin #31

Closed ysyrota closed 1 month ago

ysyrota commented 1 month ago

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