You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2011/02/10 11:55:16 UTC

svn commit: r1069337 - /maven/doxia/site/pom.xml

Author: ltheussl
Date: Thu Feb 10 10:55:16 2011
New Revision: 1069337

URL: http://svn.apache.org/viewvc?rev=1069337&view=rev
Log:
use latest antrun plugin and snapshots of site and pdf plugin

Modified:
    maven/doxia/site/pom.xml

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=1069337&r1=1069336&r2=1069337&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Thu Feb 10 10:55:16 2011
@@ -152,17 +152,17 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.3</version>
+          <version>1.6</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.3-SNAPSHOT</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pdf-plugin</artifactId>
-          <version>1.1</version>
+          <version>1.2-SNAPSHOT</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -213,7 +213,7 @@ under the License.
             <id>site</id>
             <phase>site</phase>
             <configuration>
-              <tasks>
+              <target>
 
                 <copy todir="${project.reporting.outputDirectory}/doxia-example-book/">
                   <fileset dir="${project.build.directory}/generated-site/pdf/doxia-example-book">
@@ -224,7 +224,7 @@ under the License.
                   </fileset>
                 </copy>
 
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>