To all,

I am currently migrating from the Maven 1 to the Maven 2 build system.
Here's the scenario:

In maven 1, I have goals in maven.xml that has a prereq attribute. For
argument's sake, let's say its:

<goal name="foo:bar"
          prereqs="clean, goal1, goal2">
<!-- insert some ant script code here -->
</goal>

If goal1 is specified within the plugin whereas goal2 isnt, What is the
equivalent in implementing this in maven 2?



-- 
View this message in context: 
http://www.nabble.com/-m2--Calling-goals-outside-a-plugin-tf1970783.html#a5410304
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to