This is the license-maven-plugin.
- Make sure
gpg-agentis running. - Execute
mvn -B release:prepare release:perform
For publishing the site do the following:
cd target/checkout
mvn verify site -DperformRelease scm-publish:publish-scm
Maven plugin to download and collect license files from project dependencies.
Java
This is the license-maven-plugin.
gpg-agent is running.mvn -B release:prepare release:performFor publishing the site do the following:
cd target/checkout
mvn verify site -DperformRelease scm-publish:publish-scm