[ http://jira.codehaus.org/browse/MANTRUN-55?page=comments#action_71230 ]
Allan Ramirez commented on MANTRUN-55:
--------------------------------------
Looks good to me. Just a comment in your code block in usage.html, there are so
many "[...]".
I think somehing like below is enough
{code:xml}
<project>
[...]
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase> <!-- a lifecycle phase --> </phase>
<configuration>
<tasks>
<!--
Place any ant task here. You can add anything
you can add between <target> and </target> in a
build.xml.
-->
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
[...]
</project>
{code}
> Review Plugin Documentation
> ---------------------------
>
> Key: MANTRUN-55
> URL: http://jira.codehaus.org/browse/MANTRUN-55
> Project: Maven 2.x Antrun Plugin
> Issue Type: Task
> Reporter: Allan Ramirez
> Assigned To: Allan Ramirez
> Attachments: MANTRUN-55-maven-antrun-plugin.patch
>
> Original Estimate: 12 hours
> Remaining Estimate: 12 hours
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira