Re: Maven 3.3.9 build error using intellij 2016

2016-10-15 Thread Michael Osipov
Am 2016-10-15 um 13:48 schrieb Karl Heinz Marbaise: Hi, The first test I would suggest to delete your whole local cache $HOME/.m2/repository. I personally do: mvn clean install -Dmaven.repo.local=$(mktemp -d) with a local Nexus instance it is blazingly fast.

Re: Maven 3.3.9 build error using intellij 2016

2016-10-15 Thread Karl Heinz Marbaise
Hi, what I have missed. This is question for the users list and not for the dev list On 14/10/16 21:39, ggo...@hushmail.com wrote: Hi: My name is Gopal. I am getting a strange error. Most of the common libraries are stored in artifactory. The entire project builds without any error using

Re: Maven 3.3.9 build error using intellij 2016

2016-10-15 Thread Karl Heinz Marbaise
Hi, The first test I would suggest to delete your whole local cache $HOME/.m2/repository. Afterwards build the whole project on command line via: mvn clean package That should work without any issue...otherwise you have a issue in your build which should be fixed first Apart from

Maven 3.3.9 build error using intellij 2016

2016-10-14 Thread ggopal
Hi: My name is Gopal. I am getting a strange error. Most of the common libraries are stored in artifactory. The entire project builds without any error using jdk1.7. But, as soon as I change it to 1.8, it gives the below error ... there are more lines, i just pasted a couple from the top of the