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]

Reply via email to