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 No

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 lbordow...@yahoo-inc.com.INVALID wrote: Remove every content from your local repository ($HOME/.m2/repository simply empty)...and just do: mvn