Michael Mekaail wrote:
> 
> Hey,
> How do I call an ant/Java plugin from within an ant/Java plugin.
> Eg. in Maven 1 i used to do
> <attainGoal="some:goal">
> 
> What's the equivalent in Maven 2.0.4
> 

Not sure what you are trying to do...
To execute a ant target in your build use the maven-antrun-plugin:
http://maven.apache.org/plugins/maven-antrun-plugin/usage.html

Denis
-- 
View this message in context: 
http://www.nabble.com/attainGoal-in-Ant-tf1990293.html#a5463091
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