Skip to main content

Michael Remijan: Automating Releases With maven-release-plugin

Michael Remijan provides instruction on JavaLobby on Automating Releases With maven-release-plugin:

The maven-release-plugin is used to automate a lot of the manual steps involved in releasing new versions of your software. The automation prevents mistakes which ultimately occur using a manual process. The amount of work the plug-in does is impressive – it will perform these basic operations. 1. Verify all files in your project are committed to CVS...

Community: