Good day to you, Rohnny, Well, you "can" create your own build. lifecycle, but i think you'd have to fork another maven execution to apply your own build lifecycle.
But if you want to do that to take care of dependencies amongst module, don't worry. Maven handles those automatically. Cheers, Franz Rohnny Moland wrote: > > Hi, > > Is it a way I can specify the order of what should be build? If I have > a root pom with two trees, lets say one is the dev-tools and the other > is my business artifacts. I want to specify that the dev-tools should > be build (and installed) _before_ the business artifacts because the > business artifacts are dependent on the dev-tools. > > In other words: What I am looking for is a way to create multiple > build stages in maven, without having a shell script that do that for > me. :) > > > Thanks in advance, > Rohnny > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-m2--Adding-a-pre-process-stage-to-the-maven-build-tf2723668s177.html#a7624171 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
