"Nick Minutello" <[EMAIL PROTECTED]> wrote on 03/01/2003 02:06:52 PM:
> 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.... There is. It's the <uptodate> task and using <j:if>. Feel free to come up with a patch if you have the time. We'd love to get it included. That's what's holding us up: priorities & time. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
