Repository: maven-integration-testing Updated Branches: refs/heads/mng-3599 03c07e10b -> a27d19f88
[MNG-3599] Need to use --legacy-local-repository on newer maven versions 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/a27d19f8 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/a27d19f8 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/a27d19f8 Branch: refs/heads/mng-3599 Commit: a27d19f88684cd5cf66f39df7c2f87ab9606d70e Parents: 03c07e1 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Authored: Wed Jan 11 13:57:02 2017 +0000 Committer: Stephen Connolly <stephen.alan.conno...@gmail.com> Committed: Wed Jan 11 13:57:02 2017 +0000 ---------------------------------------------------------------------- .../maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/a27d19f8/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java ---------------------------------------------------------------------- diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java index 6e9954b..45f9647 100644 --- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java +++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3599useHttpProxyForWebDAVMk2Test.java @@ -152,6 +152,7 @@ public class MavenITmng3599useHttpProxyForWebDAVMk2Test verifier = newVerifier( testDir.getAbsolutePath() ); + verifier.addCliOption( "--legacy-local-repository" ); verifier.addCliOption( "--settings" ); verifier.addCliOption( "settings.xml" ); verifier.addCliOption( "-X" ); @@ -194,6 +195,7 @@ public class MavenITmng3599useHttpProxyForWebDAVMk2Test verifier = newVerifier( testDir.getAbsolutePath() ); + verifier.addCliOption("--legacy-local-repository"); verifier.addCliOption( "--settings" ); verifier.addCliOption( "settings.xml" ); verifier.addCliOption( "-X" );