Wrong closing tag in example (Mini Guide: Configuring Plugins)
--------------------------------------------------------------
Key: MNG-2373
URL: http://jira.codehaus.org/browse/MNG-2373
Project: Maven 2
Type: Bug
Components: Documentation: Guides
Environment: Mozilla Firefox
Reporter: Jimisola Laursen
I am quite sure that I stumbled on a documentation error today on
http://maven.apache.org/guides/mini/guide-configuring-plugins.html
(Mapping to Collections -> Mapping lists). Where do I report it?
In the snippet below, I believe that "</options>" should be "</animals>"
<project>
...
<build>
<plugins>
<plugin>
<artifactId>maven-myanimal-plugin</artifactId>
<configuration>
<animals>
<animal>cat</animal>
<animal>dog</animal>
<animal>aardvark</animal>
</options>
</configuration>
</plugin>
</plugins>
</build>
...
</project>
--
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