You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/01/18 02:38:30 UTC

maven-integration-testing git commit: [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master 5a46a4aa1 -> 01ef63e9c


[MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

o Re-enabled test for Maven 3.4.


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/01ef63e9
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/01ef63e9
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/01ef63e9

Branch: refs/heads/master
Commit: 01ef63e9cb6f63ef8d735eeee39631cd2bb59fbb
Parents: 5a46a4a
Author: Christian Schulte <sc...@apache.org>
Authored: Mon Jan 18 02:37:15 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Mon Jan 18 02:37:15 2016 +0100

----------------------------------------------------------------------
 ...nITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/01ef63e9/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java
index 9061146..73bdbcf 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java
@@ -35,8 +35,7 @@ public class MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest
     public MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest()
     {
         // Might work with versions before 2.0.11, but not verified
-//        super( "[2.0.11,3.0-alpha-1),[3.4,)" );
-        super( "[2.0.11,3.0-alpha-1)" );
+        super( "[2.0.11,3.0-alpha-1),[3.4,)" );
     }
 
     public void testit()