I'd create an issue at http://jira.codehaus.org/browse/MNG under the
"Documentation: Guides" component. Note, you'll need to first create a
Codehaus JIRA account if you don't already have one.

-----Original Message-----
From: Jimisola Laursen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 14, 2006 6:24 PM
To: [email protected]
Subject: Where to report home page documentation error(s)


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]


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

Reply via email to