You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/09/01 07:10:57 UTC

svn commit: r1163905 - /geronimo/bundles/trunk/woodstox-core-asl/pom.xml

Author: xuhaihong
Date: Thu Sep  1 05:10:57 2011
New Revision: 1163905

URL: http://svn.apache.org/viewvc?rev=1163905&view=rev
Log:
Disable the java doc generation, as only one patched java class is in the source codes

Modified:
    geronimo/bundles/trunk/woodstox-core-asl/pom.xml

Modified: geronimo/bundles/trunk/woodstox-core-asl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/woodstox-core-asl/pom.xml?rev=1163905&r1=1163904&r2=1163905&view=diff
==============================================================================
--- geronimo/bundles/trunk/woodstox-core-asl/pom.xml (original)
+++ geronimo/bundles/trunk/woodstox-core-asl/pom.xml Thu Sep  1 05:10:57 2011
@@ -128,6 +128,14 @@
                   </archive>
                 </configuration>
               </plugin>
+
+              <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>   
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+              </plugin>
         </plugins>
     </build>
 </project>