svn commit: r831553 - in /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it: MavenITmng4319PluginExecutionGoalInterpolationTest.java MavenITmng4422PluginExecutionPhaseInterpolationTest.java

View: New views
1 Messages — Rating Filter:   Alert me  

svn commit: r831553 - in /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it: MavenITmng4319PluginExecutionGoalInterpolationTest.java MavenITmng4422PluginExecutionPhaseInterpolationTest.java

by bentmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Author: bentmann
Date: Sat Oct 31 15:27:41 2009
New Revision: 831553

URL: http://svn.apache.org/viewvc?rev=831553&view=rev
Log:
[MNG-4319] Property expansion does not work for goals in plugin executions
[MNG-4422] [regression] Property expansion does not work for phase of plugin executions

o Enabled ITs for 2.2.2

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4319PluginExecutionGoalInterpolationTest.java
    maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4422PluginExecutionPhaseInterpolationTest.java

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4319PluginExecutionGoalInterpolationTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4319PluginExecutionGoalInterpolationTest.java?rev=831553&r1=831552&r2=831553&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4319PluginExecutionGoalInterpolationTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4319PluginExecutionGoalInterpolationTest.java Sat Oct 31 15:27:41 2009
@@ -23,8 +23,6 @@
 import org.apache.maven.it.util.ResourceExtractor;
 
 import java.io.File;
-import java.util.Iterator;
-import java.util.List;
 
 /**
  * This is a test set for <a href="http://jira.codehaus.org/browse/MNG-4319">MNG-4319</a>.
@@ -37,7 +35,7 @@
 
     public MavenITmng4319PluginExecutionGoalInterpolationTest()
     {
-        super( "[2.0,2.0.99),[3.0-alpha-1,)" );
+        super( "[2.0,2.0.99),[2.2.2,)" );
     }
 
     /**

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4422PluginExecutionPhaseInterpolationTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4422PluginExecutionPhaseInterpolationTest.java?rev=831553&r1=831552&r2=831553&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4422PluginExecutionPhaseInterpolationTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4422PluginExecutionPhaseInterpolationTest.java Sat Oct 31 15:27:41 2009
@@ -23,8 +23,6 @@
 import org.apache.maven.it.util.ResourceExtractor;
 
 import java.io.File;
-import java.util.Iterator;
-import java.util.List;
 
 /**
  * This is a test set for <a href="http://jira.codehaus.org/browse/MNG-4422">MNG-4422</a>.
@@ -37,7 +35,7 @@
 
     public MavenITmng4422PluginExecutionPhaseInterpolationTest()
     {
-        super( "[2.0,2.0.99),[3.0-alpha-1,)" );
+        super( "[2.0,2.0.99),[2.2.2,)" );
     }
 
     /**