Re: [MDEP-644] Tests failing due to Guice Plexus incompatability

2020-06-05 Thread Ian Lavallee
I have created a small project that can replicate the error here https://github.com/ian-lavallee/ContainerTest/tree/master/src/test/java Currently if you run mvn verify it will pass the test but it only passed the test if I added the components.xml with the binding for RepositorySystem but it does

Re: [MDEP-644] Tests failing due to Guice Plexus incompatability

2020-06-05 Thread Tomo Suzuki
I'm afraid that I'm not familiar with the error. "Type org.eclipse.aether.DefaultRepositorySystem not present" is suspicious but I see you added maven-resolver-impl dependency. Pasting the error message below in case if other folks may know the solution [ERROR] testCopyStripClassifierSetInMojo(org

Re: [MDEP-644] Tests failing due to Guice Plexus incompatability

2020-06-05 Thread Ian Lavallee
Hi Tomo, I sent this last night but I don't think it went through so I'm sending it again. https://github.com/ian-lavallee/maven-dependency-plugin/blob/removeTreeDependency/mvnVerifyOutput.txt this is the output for mvn verify -e and there is another txt containing the stacktrace of just the one

Re: [MDEP-644] Tests failing due to Guice Plexus incompatability

2020-06-04 Thread Tomo Suzuki
Hi Ian, (I don’t have answer to your question) Do you have build failure log (including stacktrace) somewhere? Would you share URL of your branch? On Thu, Jun 4, 2020 at 18:21 Ian Lavallee wrote: > Hi, > > I am working on ticket MDEP-644 Reintroduce the verbose option for > dependency:tree. I'm

[MDEP-644] Tests failing due to Guice Plexus incompatability

2020-06-04 Thread Ian Lavallee
Hi, I am working on ticket MDEP-644 Reintroduce the verbose option for dependency:tree. I'm having trouble with broken tests. I added org.apache.maven.resolver:maven-resolver-api:1.4.2 and org.apache.maven.resolver:maven-resolver-impl:1.4.2 and didn't change anything else and multiple tests broke