jboss-qa / jcontainer-manager

Tool to manage Java application containers
Apache License 2.0
4 stars 9 forks source link

Configure Maven Release Plugin #82

Closed osmman closed 8 years ago

osmman commented 8 years ago

Execute the release process as follows:

mvn release:prepare
mvn release:perform
osmman commented 8 years ago

Performing a Non-interactive Release:

mvn -B release:prepare -DreleaseVersion=1.0.0.CR7 -DdevelopmentVersion=1.0.0-SNAPSHOT
basovnik commented 8 years ago
  1. Maven release plugin unfortunately formats pom.xml files.
  2. Is is not possible to change commit messages
    • I would change at least prefix: <scmCommentPrefix>'[release] '</scmCommentPrefix>

We could create a special script release.sh. I tried to create it. Could you review it? https://gist.github.com/basovnik/6d588d5eb18a3d2bab3b