polyglot extension pom.yml fails to build parent and nested children projects from scratch

2019-05-17 Thread Adam Hardy
Hi Listers I just converted a project over to polyglot yml poms. It is a new project anyway, so it's really quite simple, just a parent pom and two child projects and our team has been sharing it via git but nobody has packaged it or installed the jars anywhere. We've just been testing stuff

Re: mvn -T unreliable in maven 3.6.1

2019-05-17 Thread Karl Heinz Marbaise
Hi, On 17.05.19 07:47, Marlow, Andrew wrote: Hello everyone, I have found the -T option for parallel building to be unreliable. Has anyone else? It doesn’t seem to have had wide exposure yet and several commonly used packages are not yet marked as thread safe, but I was hoping for better

how to configure maven-shade-plugin to execute using specific java version?

2019-05-17 Thread Sachin Tiwari
Hi, My default JAVA_HOME points to java 1.6 and I am trying use maven-shade-plugin version 3.2.1 which requires java 1.7+ So I looking for a way to configure my maven-shade-plugin to execute using required java version and not my default JAVA_HOME version. E.g. I had similar issue with

mvn -T unreliable in maven 3.6.1

2019-05-17 Thread Marlow, Andrew
Hello everyone, I have found the -T option for parallel building to be unreliable. Has anyone else? It doesn't seem to have had wide exposure yet and several commonly used packages are not yet marked as thread safe, but I was hoping for better results than I am seeing. The problem I am