Maven 3 Multithreading

Maven 3 multithreading works very well – as long as your plugins support it!  It’s still in an experimental mode but we are using it on our project to cut our build times in half.  And its much easier to implement than Ant’s parallel thread functionality.    On another project with Ant I multithreaded our build  – […]