You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/07/13 10:22:55 UTC

svn commit: r1610132 - /maven/pom/trunk/asf/pom.xml

Author: hboutemy
Date: Sun Jul 13 08:22:55 2014
New Revision: 1610132

URL: http://svn.apache.org/r1610132
Log:
upgrade maven-site-plugin to 3.4 + archiver fix

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1610132&r1=1610131&r2=1610132&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sun Jul 13 08:22:55 2014
@@ -229,7 +229,19 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.3</version>
+          <version>3.4</version>
+          <dependencies><!-- TODO remove when upgrading m-site-p to 3.4.1: see MSITE-724 -->
+            <dependency>
+              <groupId>org.apache.maven</groupId>
+              <artifactId>maven-archiver</artifactId>
+              <version>2.5</version>
+            </dependency>
+            <dependency>
+              <groupId>org.codehaus.plexus</groupId>
+              <artifactId>plexus-archiver</artifactId>
+              <version>2.4.4</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>