You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/12/04 03:34:27 UTC

svn commit: r887041 - /commons/proper/commons-parent/trunk/pom.xml

Author: niallp
Date: Fri Dec  4 02:34:27 2009
New Revision: 887041

URL: http://svn.apache.org/viewvc?rev=887041&view=rev
Log:
Fix COMMONSSITE-46 - Multi-module projects fail when using the "rc" profile in commons-parent

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=887041&r1=887040&r2=887041&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Dec  4 02:34:27 2009
@@ -459,6 +459,7 @@
               <execution>
                 <id>create-javadoc-jar</id>
                 <goals>
+                  <goal>javadoc</goal>
                   <goal>jar</goal>
                 </goals>
                 <phase>package</phase>
@@ -517,17 +518,6 @@
             </configuration>
           </plugin>
           <plugin>
-            <artifactId>maven-site-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>site</goal>
-                </goals>
-                <phase>package</phase>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
             <artifactId>maven-source-plugin</artifactId>
             <executions>
               <execution>
@@ -560,6 +550,7 @@
               <execution>
                 <id>create-javadoc-jar</id>
                 <goals>
+                  <goal>javadoc</goal>
                   <goal>jar</goal>
                 </goals>
                 <phase>package</phase>