-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Maven Essentials
By :

Releasing a project requires a lot of repetitive tasks. The objective of the Maven release
plugin is to automate them. The release plugin defines following eight goals, which are executed in two stages—preparing the release and performing the release:
release:clean
: This cleans up after a release preparation
release:prepare
: This prepares for a release in SCM (Software Configuration Management)
release:prepare-with-pom
: This prepares for a release in SCM, and generates release POMs by fully resolving the dependencies
release:rollback
: This rolls back to a previous release
release:perform
: This performs a release from SCM
release:stage
: This performs a release from SCM into a staging folder or repository
release:branch
: This creates a branch of the current project with all versions updated
release:update-versions
: This updates the versions in the POM(s)
The preparation stage will complete the following tasks with the release:prepare
goal:
Verify that all the changes...
Change the font size
Change margin width
Change background colour