You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2014/08/09 21:52:53 UTC

svn commit: r1617008 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: rfscholte
Date: Sat Aug  9 19:52:52 2014
New Revision: 1617008

URL: http://svn.apache.org/r1617008
Log:
Explanation why org.apache.maven.shared:maven-plugin-testing-harness:1.1 should be declared first

Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1617008&r1=1617007&r2=1617008&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Sat Aug  9 19:52:52 2014
@@ -239,18 +239,24 @@ under the License.
       <version>1.1</version>
       <scope>test</scope>
     </dependency>
+    <!-- org.apache.maven.plugin-testing:*:2.1 depends on maven-artifact-3.0+ and on Sonatypes Aether,
+         however, for build we'd still like to depend on maven-artifact-2.2.1
+         Replace when depending on Maven3 
+     -->
+    <!-- 
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-tools</artifactId>
       <version>${pluginTestingVersion}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
+    <dependency> 
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
       <version>${pluginTestingVersion}</version>
       <scope>test</scope>
     </dependency>
+     -->
    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>