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 2013/04/14 11:27:25 UTC

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

Author: hboutemy
Date: Sun Apr 14 09:27:25 2013
New Revision: 1467751

URL: http://svn.apache.org/r1467751
Log:
added configuration to m-site-p 3.2 for Maven 3.1.0-alpha-1 compatibility

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=1467751&r1=1467750&r2=1467751&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sun Apr 14 09:27:25 2013
@@ -222,6 +222,13 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>3.2</version>
+          <dependencies><!-- Maven 3.1.0-alpha-1 compatibility before m-site-p 3.3 is released -->
+            <dependency>
+              <groupId>org.apache.maven.reporting</groupId>
+              <artifactId>maven-reporting-exec</artifactId>
+              <version>1.1</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>