> Unfortunately, same result -- my antrun tasks are not executing. I put in
>
> <phase>generate-test-sources</phase>
Looking at your original post again, I notice that you don't have any
goals defined. So your execution will fire but never call a plugin
goal which means the antrun tasks will never get run.
Add the goals line as follows:
</configuration>
<goals><goal>run</goal></goals>
</execution>
Wayne
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]