I am having an issue with the order in which modules are built.  I have
explicitly specified in the main pom.xml file that the clean project (which
deletes a portion of the local repo) should be built first.  However, maven
has decided to build the clean project second, which causes problems because
it deletes the artifact that was built first from the local repo.  Is there
any way to explicitly set the order for modules to be built?  Or is there
any easy way to call an ant script to delete a portion of the local repo
(like my clean project is doing) before the other modules are built?

Thanks,

jp4
-- 
View this message in context: 
http://www.nabble.com/Multi-Project-Module-Order-tf3021371s177.html#a8391433
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to