I'm hitting the following problem trying to build the site for a
couple of components:

http://maven.markmail.org/message/nwrpf3ym4wanajyq

Tony's solution works for me (adding the commons lang dependency to
the site plugin in the parent pom) - just wondered if anyone else is
seeing this (could be related to the new parent pom version)? Anyway
if noone obejcts I'm going to apply the following to commons parent:

Niall


Index: commons-parent/pom.xml
===================================================================
--- commons-parent/pom.xml      (revision 827828)
+++ commons-parent/pom.xml      (working copy)
@@ -187,6 +187,18 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0.1</version>
+          <dependencies>
+              <dependency>
+                  <groupId>commons-lang</groupId>
+                  <artifactId>commons-lang</artifactId>
+                  <version>2.4</version>
+              </dependency>
+          </dependencies>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
           <version>2.1.1</version>
         </plugin>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to