Is there any way to get Maven to avoid building a project once it has already been built and none of the source/dependancies changed? Currently, if you run "dist:deploy site:deploy jar:install" it will compile/javadoc/etc etc multiple times and it takes ages. Consequently, our automated project build (made up of two maven projects), using reactor, takes 13+ minutes... It would be nice if there was some equivilent of Ant's <uptodate> task and "unless" features.... Regards, Nick
- Re: Reducing Maven build times Nick Minutello
- Re: Reducing Maven build times dion
- Re: Reducing Maven build times Jason van Zyl
- Re: Reducing Maven build times Henning P. Schmiedehausen
- Re: Reducing Maven build times Rafal Krzewski
- Re: Reducing Maven build times Jason van Zyl
- Re: Reducing Maven build times Rafal Krzewski
- RE: Reducing Maven build times Tim Stephenson
- RE: Reducing Maven build times Michael . J . Brown
- RE: Reducing Maven build times Tim Stephenson
- Re: Reducing Maven build times nick . minutello
