You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2012/04/09 16:17:57 UTC

svn commit: r1311242 - /bval/trunk/pom.xml

Author: mbenson
Date: Mon Apr  9 14:17:56 2012
New Revision: 1311242

URL: http://svn.apache.org/viewvc?rev=1311242&view=rev
Log:
comment javadoc plugin to use only inherited configuration

Modified:
    bval/trunk/pom.xml

Modified: bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=1311242&r1=1311241&r2=1311242&view=diff
==============================================================================
--- bval/trunk/pom.xml (original)
+++ bval/trunk/pom.xml Mon Apr  9 14:17:56 2012
@@ -385,7 +385,7 @@
                         </archive>
                     </configuration>
                 </plugin>
-                <plugin>
+                <!--plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <configuration>
@@ -419,7 +419,7 @@
                             </configuration>
                         </execution>
                     </executions>
-                </plugin>
+                </plugin-->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-remote-resources-plugin</artifactId>