Author: michiel
Date: 2010-05-10 16:10:56 +0200 (Mon, 10 May 2010)
New Revision: 42127

Modified:
   mmbase/trunk/maven-base/pom.xml
Log:
damm, let's try it it another time

Modified: mmbase/trunk/maven-base/pom.xml
===================================================================
--- mmbase/trunk/maven-base/pom.xml     2010-05-10 13:54:28 UTC (rev 42126)
+++ mmbase/trunk/maven-base/pom.xml     2010-05-10 14:10:56 UTC (rev 42127)
@@ -579,27 +579,18 @@
               </execution>
             </executions>
           </plugin>
-          <!-- This is broken.
-               It will fail the complete build on:
-               ERROR: Could not resolve order in ObjectWrapperHelper
-               Completely ridiculous.
-
-               for now disable the whole thing
-          -->
-          <!--
-              <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-javadoc-plugin</artifactId>
-              <executions>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
               <execution>
-              <id>attach-javadocs</id>
-              <goals>
-              <goal>jar</goal>
-              </goals>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
               </execution>
-              </executions>
-              </plugin>
-          -->
+            </executions>
+          </plugin>
         </plugins>
       </build>
     </profile>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to