Re: Install Running Twice

2006-12-08 Thread Milos Kleint
mevenide is using a m2 2.1-snapshot version in the embedded environment. The issue is possibly either in the embedder mode or in the fact that 2.1 and 2.0.4 are different version. Please file such issues against the embedder. a reproducible testcase is a plus of course. Milos Kleint On

Install Running Twice

2006-11-27 Thread Brandon Goodin
I have a 3 module project with an aggregate pom. When i run 'mvn install' from the aggregate pom it tries to run install on all of the modules twice. This is causing one of the installs to fail. Has anyone had an experience like this? Brandon

Re: Install Running Twice

2006-11-27 Thread Wendy Smoak
On 11/27/06, Brandon Goodin [EMAIL PROTECTED] wrote: I have a 3 module project with an aggregate pom. When i run 'mvn install' from the aggregate pom it tries to run install on all of the modules twice. This is causing one of the installs to fail. Has anyone had an experience like this?

Re: Install Running Twice

2006-11-27 Thread Brandon Goodin
I think it was a mevenide issue in netbeans 5.5. I can consistently clean and install from the command line. In Netbeans 5.5 it works once and then any clean and install following that will try to run things twice. The second build failed because i have the webstart plugin that signs the jars.

Re: Install Running Twice

2006-11-27 Thread Mark Struberg
If 'aggregated POM' means POM inheritence, this may also be a situation like this one: http://jira.codehaus.org/browse/MNG-2297 try using $mvn help:effective-pom If you get two nearly identical plugin sections then you have to wait for maven-2.0.5 or merge the pach back to 2.0.4 . lg, strub