You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to run mvn license:aggregate-add-third-party without adding the plugin to the root / parent POM first, you get the error Can't find license-maven-plugin throws in this line:
If you try to run
mvn license:aggregate-add-third-party
without adding the plugin to the root / parent POM first, you get the errorCan't find license-maven-plugin
throws in this line:license-maven-plugin/src/main/java/org/codehaus/mojo/license/AggregatorAddThirdPartyMojo.java
Line 197 in 70b96df
I see two solutions:
The text was updated successfully, but these errors were encountered: