Re: maven 3.1.1 StackOverflowError

2013-11-25 Thread Goldfish
can't tell anymore which plugin executed before the error... the problem had to be fixes as fast as possible so a downgrade of maven was or solution and now it works. And switching back again would'nt be a good idea since the others would claim my head if I break anything on which they're working r

Re: maven 3.1.1 StackOverflowError

2013-11-24 Thread Stuart McCulloch
Looks like http://jira.codehaus.org/browse/PLXCOMP-208 which was fixed in plexus-archiver-2.2. Which plugin was executing before the error? It should hopefully just be a matter of updating your pom.xml to use a more recent version of the plugin which depends on plexus-archiver-2.2 or later. On

maven 3.1.1 StackOverflowError

2013-11-24 Thread Goldfish
Hi I'm trying to install my maven project and it is ending in a StackOverflowError. I can build it on several systems but the one system that it must build on in the end does not finish... I just can't explain to myself what this error even means and trying google on this error did not help either.