You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2014/01/06 13:19:48 UTC

git commit: Oops! my bad!

Updated Branches:
  refs/heads/master d4f4d4009 -> fa0f5050b


Oops! my bad!


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/fa0f5050
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/fa0f5050
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/fa0f5050

Branch: refs/heads/master
Commit: fa0f5050b07ab43cf876ced934929f02e6c9e950
Parents: d4f4d40
Author: Stephen Connolly <st...@gmail.com>
Authored: Mon Jan 6 12:19:41 2014 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Mon Jan 6 12:19:41 2014 +0000

----------------------------------------------------------------------
 .../org/apache/maven/it/MavenITmng5530MojoExecutionScopeTest.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/fa0f5050/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5530MojoExecutionScopeTest.java
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5530MojoExecutionScopeTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5530MojoExecutionScopeTest.java
index c169ddd..6cac091 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5530MojoExecutionScopeTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5530MojoExecutionScopeTest.java
@@ -42,7 +42,6 @@ public class MavenITmng5530MojoExecutionScopeTest
 
         // install the test plugin
         verifier = newVerifier( pluginDir.getAbsolutePath(), "remote" );
-        verifier.setSystemProperty("mavenVersion", getMavenVersion());
         verifier.executeGoal( "install" );
         verifier.resetStreams();
         verifier.verifyErrorFreeLog();