This is the flatten-maven-plugin.
This plugin generates a flattened version of your pom.xml and makes maven to install and deploy this one instead of the original pom.xml.
Please refer to the Usage page for simple example.
- Make sure
gpg-agent
is running. - Execute
mvn release:prepare release:perform
For publishing the site do the following:
cd target/checkout
mvn site scm-publish:publish-scm