Maven in parallel

In maven version 3 it is possible to actually let all those microprocessors do something in your machine 🙂 For more information see parallel builds

The command I use often is

mvn clean package -T4

In my current project build time decreased from 6 to 2 minutes! Note: for release it is not recommend yet tot use the parallel builds.