[jbosscache-commits] JBoss Cache SVN: r4473 - support/trunk/common.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Sep 17 15:29:06 EDT 2007


Author: jason.greene at jboss.com
Date: 2007-09-17 15:29:06 -0400 (Mon, 17 Sep 2007)
New Revision: 4473

Modified:
   support/trunk/common/pom.xml
Log:
Maven is a buggy piece of shit


Modified: support/trunk/common/pom.xml
===================================================================
--- support/trunk/common/pom.xml	2007-09-17 19:24:33 UTC (rev 4472)
+++ support/trunk/common/pom.xml	2007-09-17 19:29:06 UTC (rev 4473)
@@ -198,7 +198,7 @@
                 <version>2.3</version>
             </plugin> 
 
-            <!-- javadocs -->
+            <!-- DISABLE - Maven doesn't build the classpath correctly 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
@@ -210,6 +210,7 @@
                     </links>
                 </configuration>
             </plugin>
+            -->
 
             <!-- JXR - links from javadocs and junit reports to an html representation of the code -->
             <plugin>




More information about the jbosscache-commits mailing list