Repository: maven-integration-testing Updated Branches: refs/heads/master 683e932ee -> 37d46fcad
[MNG-3599] webdav does not set http-proxy correctly o Updated to leave some more log files around to see what is going on. 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/37d46fca Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/37d46fca Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/37d46fca Branch: refs/heads/master Commit: 37d46fcadd354c51eb1cef92a9ea125f060fe239 Parents: 683e932 Author: Christian Schulte <[email protected]> Authored: Mon Dec 26 17:57:07 2016 +0100 Committer: Christian Schulte <[email protected]> Committed: Mon Dec 26 17:57:07 2016 +0100 ---------------------------------------------------------------------- .../apache/maven/it/MavenITmng3599useHttpProxyForWebDAVTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/37d46fca/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVTest.java ---------------------------------------------------------------------- diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVTest.java index a3aa6e4..5b86bd0 100644 --- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVTest.java +++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVTest.java @@ -142,6 +142,7 @@ public class MavenITmng3599useHttpProxyForWebDAVTest * for the JAR/POM of the extension and its dependencies when run against a vanilla repo. */ Verifier verifier = newVerifier( testDir.getAbsolutePath() ); + verifier.setLogFileName( "logHttpPreparation.txt" ); verifier.executeGoal( "validate" ); verifier.verifyErrorFreeLog(); verifier.resetStreams(); @@ -186,6 +187,7 @@ public class MavenITmng3599useHttpProxyForWebDAVTest * for the JAR/POM of the extension and its dependencies when run against a vanilla repo. */ Verifier verifier = newVerifier( testDir.getAbsolutePath() ); + verifier.setLogFileName( "logDAVPreparation.txt" ); verifier.executeGoal( "validate" ); verifier.verifyErrorFreeLog(); verifier.resetStreams();
