Hi, I am new to Maven, and would like to know - isn't there a way to define a custom goal with the anrun plugin?
The documentation states:
....
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>echodir</id>
<goals>
<goal>run</goal>
</goals>
...
But instead of:
anrun:run
I would like to use the plugin in this manner:
anrun:MYCUSTOMGOAL1
anrun:MYCUSTOMGOAL2
anrun:MYCUSTOMGOAL3
and so on.
Thanks,
Peter Horlock
