You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/02/27 01:31:04 UTC

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

Author: sebb
Date: Sun Feb 27 00:31:04 2011
New Revision: 1074969

URL: http://svn.apache.org/viewvc?rev=1074969&view=rev
Log:
Ant tasks => target
Always use site plugin 2.2

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=1074969&r1=1074968&r2=1074969&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun Feb 27 00:31:04 2011
@@ -339,14 +339,14 @@
               <goal>run</goal>
             </goals>
             <configuration>
-              <tasks>
+              <target>
                 <copy todir="${project.build.directory}/apidocs/META-INF">
                   <fileset dir="${basedir}">
                     <include name="LICENSE.txt" />
                     <include name="NOTICE.txt" />
                   </fileset>
                 </copy>
-              </tasks>
+              </target>
             </configuration>
           </execution>
         </executions>
@@ -394,8 +394,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <!-- TODO why is this different from the version in pluginManagement? -->
-        <version>2.0.1</version>
+        <version>2.2</version>
         <configuration>
           <!-- Exclude the navigation file for Maven 1 sites
                and the changes file used by the changes-plugin,