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/12/20 19:43:24 UTC

svn commit: r1647033 - in /maven/plugins/trunk/maven-dependency-plugin/src/it/projects: purge-local-repository-reresolve/invoker.properties purge-local-repository-version-range/invoker.properties

Author: rfscholte
Date: Sat Dec 20 18:43:24 2014
New Revision: 1647033

URL: http://svn.apache.org/r1647033
Log:
Exclude M3.2.3 for certain ITs. Might be fixed with M3.2.5 thanks to upgrade of Aether

Modified:
    maven/plugins/trunk/maven-dependency-plugin/src/it/projects/purge-local-repository-reresolve/invoker.properties
    maven/plugins/trunk/maven-dependency-plugin/src/it/projects/purge-local-repository-version-range/invoker.properties

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/projects/purge-local-repository-reresolve/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/projects/purge-local-repository-reresolve/invoker.properties?rev=1647033&r1=1647032&r2=1647033&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/projects/purge-local-repository-reresolve/invoker.properties (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/projects/purge-local-repository-reresolve/invoker.properties Sat Dec 20 18:43:24 2014
@@ -17,4 +17,4 @@
 
 invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:resolve ${project.groupId}:${project.artifactId}:${project.version}:purge-local-repository
 # [MNG-5366] Does not work in Maven >= 3.0.4 due to the resolveAlways operation not correctly forcing a new download
-invoker.maven.version = !3.0.4,!3.0.5,!3.1.0,!3.1.1,!3.2.1,!3.2.2
+invoker.maven.version = !3.0.4,!3.0.5,!3.1.0,!3.1.1,!3.2.1,!3.2.2,!3.2.3

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/projects/purge-local-repository-version-range/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/projects/purge-local-repository-version-range/invoker.properties?rev=1647033&r1=1647032&r2=1647033&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/projects/purge-local-repository-version-range/invoker.properties (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/projects/purge-local-repository-version-range/invoker.properties Sat Dec 20 18:43:24 2014
@@ -17,4 +17,4 @@
 
 invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:purge-local-repository
 # [MNG-5366] Does not work in Maven >= 3.0.4 due to the resolveAlways operation not correctly forcing a new download
-invoker.maven.version = !3.0.4,!3.0.5,!3.1.0,!3.1.1,!3.2.1,!3.2.2
+invoker.maven.version = !3.0.4,!3.0.5,!3.1.0,!3.1.1,!3.2.1,!3.2.2,!3.2.3