I just startet to test M2 2.0-beta-2 and tried to add existing ant build
script tasks to my pom. Can anyone help me out with a correct antrun task
configuration. The only output I get is:
[INFO] [antrun:run]
[INFO] Executing tasks
[INFO] Executed tasks
[INFO]
----------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
and off course nothing happens..
My configuration is defined in the pom as:
.. <execution>
<phase>generate-sources</phase>
<configuration>
<tasks>
<ant antfile="build.xml" target="gen"/>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
..
Kai
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]