I want to define a sequence of execution of maven commands using maven2.
I don't want to follow the regular life cycle. I am building ejb3
project and would like the execution should be in
compile,jar,ejb3,par,ear sequence. And when I do 

Mvn ear:ear -- It should first compile then jar it, then ejb3 and par
and last does ear.


I have already specified the packaging to be 
<packaging>ear</packaging>

but when I do ear, it does not follow the right order.


Please help.
/Nidhi

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

Reply via email to