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/05/13 02:23:45 UTC

[2/3] maven-integration-testing git commit: SQUASH

SQUASH


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

Branch: refs/heads/master
Commit: a68e07cb56fb4861d485046359b78058116a1cf4
Parents: 583bb69
Author: Christian Schulte <sc...@apache.org>
Authored: Sun Feb 28 05:47:13 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Sun Feb 28 05:47:13 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/maven/it/MavenITmng5799ExecutionOrderTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/a68e07cb/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5799ExecutionOrderTest.java
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5799ExecutionOrderTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5799ExecutionOrderTest.java
index a1ddb47..9c045a2 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5799ExecutionOrderTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5799ExecutionOrderTest.java
@@ -42,7 +42,7 @@ public class MavenITmng5799ExecutionOrderTest
     {
         final File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-5799" );
 
-        final Verifier verifier = newVerifier( testDir.getAbsolutePath() );
+        final Verifier verifier = newVerifier( testDir.getAbsolutePath(), "remote" );
         verifier.setAutoclean( false );
         verifier.executeGoals( Arrays.asList( new String[]
         {