Yes, please make an issue for 3.5.1

"The issue is that wagon comes from a different repository URL and we are storing the proxy URL that the artifact came from IIUC"

This looks odd to me. This would mean that if the enterprise/company repository get's a new URL, your local repo would becomes useless, right? Well, I had such situation recently, didn't had local repo issues.
Do we have logging from failing tests?

Is this something which could be tested with the MRM?

Robert

On Wed, 11 Jan 2017 20:12:02 +0100, Stephen Connolly <[email protected]> wrote:

Robert, Jason, Hervé and Arnaud


What do you think?

Will we just commit this as is and create an issue to find a longer term
fix for the issue?

(I could add a FIXME to the test as a marker that we intend to fix the test
more correctly at a future point in time)

On Wed 11 Jan 2017 at 17:02, Stephen Connolly <
[email protected]> wrote:

I don't like this... but it fixes the test... unless anyone has a better
proposal I will merge this to master

On 11 January 2017 at 13:57, <[email protected]> wrote:

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 <[email protected]>


Authored: Wed Jan 11 13:57:02 2017 +0000


Committer: Stephen Connolly <[email protected]>


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" );








--
Sent from my phone

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to