-
Notifications
You must be signed in to change notification settings - Fork 63
Metanome Releases
Tanja edited this page Dec 16, 2015
·
9 revisions
To release a new version of Metanome the maven-release-plugin
is used.
Druing the release process, the release has to be signed.
Therefore, the maven-gpg-plugin
is used.
The maven-gpg-plugin
is capseld in a profile named performRelease
.
So you only need the gpg authentification files, if you want to release Metanome.
To turn on the profile add -DperformRelease=true
to your maven command when releasing Metanome.