Author: pgier
Date: Mon Oct 29 18:03:24 2012
New Revision: 1403450

URL: http://svn.apache.org/viewvc?rev=1403450&view=rev
Log:
Add jira number in IT configuration comment about Maven 3.0.4 dependency 
resolution problem

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

Modified: 
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-bad-pom/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-bad-pom/invoker.properties?rev=1403450&r1=1403449&r2=1403450&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-bad-pom/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-bad-pom/invoker.properties
 Mon Oct 29 18:03:24 2012
@@ -1,3 +1,3 @@
 invoker.goals = 
${project.groupId}:${project.artifactId}:${project.version}:purge-local-repository
-# Only works works with Maven 3.0.x except for 3.0.4
+# [MNG-5366] Only works works with Maven 3.0.x except for 3.0.4
 invoker.maven.version = 3.0.0+, !3.0.4

Modified: 
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-reresolve/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-reresolve/invoker.properties?rev=1403450&r1=1403449&r2=1403450&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-reresolve/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-reresolve/invoker.properties
 Mon Oct 29 18:03:24 2012
@@ -1,3 +1,3 @@
 invoker.goals = 
${project.groupId}:${project.artifactId}:${project.version}:resolve 
${project.groupId}:${project.artifactId}:${project.version}:purge-local-repository
-# Does not work in Maven 3.0.4 due to the resolveAlways operation not 
correctly forcing a new download
+# [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

Modified: 
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-version-range/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-version-range/invoker.properties?rev=1403450&r1=1403449&r2=1403450&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-version-range/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-version-range/invoker.properties
 Mon Oct 29 18:03:24 2012
@@ -1,3 +1,3 @@
 invoker.goals = 
${project.groupId}:${project.artifactId}:${project.version}:purge-local-repository
-# Does not work in Maven 3.0.4 due to the resolveAlways operation not 
correctly forcing a new download
+# [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


Reply via email to