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/20 21:40:06 UTC

svn commit: r1612159 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src/it: full-pom/pom.xml minimal-pom/pom.xml mpir-229/pom.xml

Author: hboutemy
Date: Sun Jul 20 19:40:05 2014
New Revision: 1612159

URL: http://svn.apache.org/r1612159
Log:
removed workaround for M3.1 compatibility with m-site-p <3.3, which now cause 3.4 failure

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/mpir-229/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml?rev=1612159&r1=1612158&r2=1612159&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/it/full-pom/pom.xml Sun Jul 20 19:40:05 2014
@@ -172,31 +172,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <version>@sitePluginVersion@</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>
-            <exclusions>
-              <exclusion>
-                <groupId>org.eclipse.aether</groupId>
-                <artifactId>aether-api</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.sonatype.aether</groupId>
-                <artifactId>aether-api</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.sonatype.aether</groupId>
-                <artifactId>aether-impl</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.sonatype.aether</groupId>
-                <artifactId>aether-spi</artifactId>
-              </exclusion>
-            </exclusions>
-          </dependency>
-        </dependencies>
         <configuration>
           <locales>en,cs,de,es,fr,hu,it,ja,ko,nl,no,pl,pt,pt_BR,sk,sv,tr,zh_CN,zh_TW</locales>
         </configuration>

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml?rev=1612159&r1=1612158&r2=1612159&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml Sun Jul 20 19:40:05 2014
@@ -38,31 +38,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <version>@sitePluginVersion@</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>
-            <exclusions>
-              <exclusion>
-                <groupId>org.eclipse.aether</groupId>
-                <artifactId>aether-api</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.sonatype.aether</groupId>
-                <artifactId>aether-api</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.sonatype.aether</groupId>
-                <artifactId>aether-impl</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.sonatype.aether</groupId>
-                <artifactId>aether-spi</artifactId>
-              </exclusion>
-            </exclusions>
-          </dependency>
-        </dependencies>
         <configuration>
           <locales>en,cs,de,es,fr,hu,it,ja,ko,nl,no,pl,pt,pt_BR,sk,sv,tr,zh_CN,zh_TW</locales>
         </configuration>

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/it/mpir-229/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/mpir-229/pom.xml?rev=1612159&r1=1612158&r2=1612159&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/it/mpir-229/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/it/mpir-229/pom.xml Sun Jul 20 19:40:05 2014
@@ -42,31 +42,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <version>@sitePluginVersion@</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>
-            <exclusions>
-              <exclusion>
-                <groupId>org.eclipse.aether</groupId>
-                <artifactId>aether-api</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.sonatype.aether</groupId>
-                <artifactId>aether-api</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.sonatype.aether</groupId>
-                <artifactId>aether-impl</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.sonatype.aether</groupId>
-                <artifactId>aether-spi</artifactId>
-              </exclusion>
-            </exclusions>
-          </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>