Update your maven dependencies automatically

New versions of software are released every day, and it is hard to keep your project up-to-date with the latest version of a dependency declared in your pom.xml
Fortunately, in 1.2.2.Final, JBoss Forge provides a new command to make things easier:

maven update

This command will scan each dependency in your current project and suggest you to update to a newer version, also displaying release notes where applicable.
Here is a video showing how this is possible:

Many thanks to Aslak Knutsen for making this happen.

-The Forge Team