Re: Wrong info in "Maven: The Complete Reference", chapter 3.6.1

2015-04-10 Thread Manfred Moser
Just for reference. Sonatype controls this book and I act as the curator of changes. There is no active work going on but it is all CC licensed and the github repo is available to the public. https://github.com/sonatype/maven-reference-en We do appreciate any pull requests and contributions an

Re: Parallel builds and dependency resolution

2015-04-10 Thread Jason van Zyl
You may want to take a look at the following: https://github.com/takari/core-extensions-example On Apr 10, 2015, at 3:29 PM, Laurence Bordowitz wrote: >> Remove every content from your local repository ($HOME/.m2/repository >> simply empty)...and just do: >> >> mvn package >> >> does this w

Re: Parallel builds and dependency resolution

2015-04-10 Thread Karl Heinz Marbaise
Hi Laurence, On 4/10/15 9:29 PM, Laurence Bordowitz wrote: >Remove every content from your local repository ($HOME/.m2/repository >simply empty)...and just do: > >mvn package > >does this work without any problem..? The command we use for building is mvn -P[profile] clean install -T 1C