Ah.. thanks for pointing that out Lukas. My other reply was about maven 2. Sorry about that.
Maven 2 is **much** better than maven1. Do not use maven 1.x unless you absolutely have to. Regards, Simon Lukas Theussl schrieb: > Since you mention maven.xml I assume that you are using maven 1.x. In > this case, the equivalent of ant's 'depends' is 'prereqs', see eg > http://maven.apache.org/maven-1.x/reference/scripting.html#Declaring_Goals > > > -Lukas > > > san84 wrote: >> hi all, >> how can i define a goal which depends on other goal in my maven.xml >> in ant we can do it as follow like >> ............ >> ............ >> blabla >> ................... >> <target name="a" depends ="b"> >> ............ >> ............ >> blabla >> ................... >> please let me know >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
