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>

Regards,
Jimisola
--
View this message in context: 
http://www.nabble.com/Where-to-report-home-page-documentation-error%28s%29-t1788988.html#a4873990
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to