[ANN] Apache Maven Shared Component: Maven Shared Utils Version 3.2.0 Released

2017-06-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Shared Utils Version 3.2.0 https://maven.apache.org/shared/maven-shared-utils/ You should specify the version in your project: org.apache.maven.shared maven-shared-utils 3.2.0 You

Re: Follow up: Building projects for multiple platforms

2017-06-17 Thread Christofer Dutz
Hi, Ok … turns out it was a combination of things I had to do. In the end this configuration worked: org.apache.maven.plugins maven-surefire-plugin 2.20 **/*Test.class ${project.build.testOutputDirectory}

Re: Follow up: Building projects for multiple platforms

2017-06-17 Thread Christofer Dutz
Hi Karl Heinz, I’m already working on this. Now I’m simply setting up a set of “pure-pom” modules. I got the dependency plugin to unpack the jar to “target/classes” and test-jar to “target/test-classes” and retrolambda is correctly transforming them there. Even the animalsniffer is now happy

Re: Follow up: Building projects for multiple platforms

2017-06-17 Thread Karl Heinz Marbaise
Hi, On 17/06/17 16:23, Christofer Dutz wrote: I Karl Heinz, I think that’s a really good idea … unfortunately I can’t seem to be able to run the retrolambda plugin on jars, so I might setup little projects, that use the dependency-plugin to unpack the jars and test-jars first and run the

Re: Follow up: Building projects for multiple platforms

2017-06-17 Thread Christofer Dutz
I Karl Heinz, I think that’s a really good idea … unfortunately I can’t seem to be able to run the retrolambda plugin on jars, so I might setup little projects, that use the dependency-plugin to unpack the jars and test-jars first and run the retrolambda on them and then package them back.

Re: ClassNotFoundException: org.sonatype.aether.collection.DependencyCollectionException

2017-06-17 Thread Robert Scholte
Hi, it looks like the plugin is pretty old ;) They should try to have an implementation based on maven-artifact-transfer[1], which supports both Aether implementations. thanks, Robert [1] https://maven.apache.org/shared/maven-artifact-transfer/ On Fri, 16 Jun 2017 16:19:52 +0200, Sergio