|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View Page History# First, prepare the release executing the command into your *working area set on the master branch*:
{code}
{code}
> mvn org.apache.maven.plugins:maven-release-plugin:2.5.2:prepare release:prepare -Darguments="-P prepare-release-profile"
{code}
{tip}
{tip}
# Next, perform the release executing the command:
{code}
{code}
> mvn org.apache.maven.plugins:maven-release-plugin:2.5.2:perform release:perform -Darguments="-P perform-release-profile -Dmaven-enforcer-plugin.rules.scm=false"
{code}
{tip}
{tip}