You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/11/15 13:56:38 UTC

svn commit: r836352 - /maven/pom/trunk/asf/pom.xml

Author: bentmann
Date: Sun Nov 15 12:56:38 2009
New Revision: 836352

URL: http://svn.apache.org/viewvc?rev=836352&view=rev
Log:
o Added note about version for maven-javadoc-plugin

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=836352&r1=836351&r2=836352&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sun Nov 15 12:56:38 2009
@@ -174,6 +174,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
+          <!-- NOTE: 2.6.x is generally unusuable due to MJAVADOC-275 -->
           <version>2.5</version>
         </plugin>
         <plugin>