[hibernate-commits] Hibernate SVN: r14526 - core/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Apr 16 13:07:40 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-16 13:07:40 -0400 (Wed, 16 Apr 2008)
New Revision: 14526

Modified:
   core/trunk/pom.xml
Log:
omg

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-04-16 15:03:04 UTC (rev 14525)
+++ core/trunk/pom.xml	2008-04-16 17:07:40 UTC (rev 14526)
@@ -201,6 +201,15 @@
                 </configuration>
             </plugin>
         </plugins>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.4</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
         <extensions>
             <extension>
                 <groupId>org.apache.maven.wagon</groupId>
@@ -270,7 +279,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <!-- Note: aggregate-able, may cause problems if we aggregate jxr and not this because of the xref links -->
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>javancss-maven-plugin</artifactId>
                 <version>2.0-beta-2</version>




More information about the hibernate-commits mailing list