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. When it tried to create a new keystore a second time it already existed and failed. Normally it would not be an issue. But, when using the webstart:jnlp signing it is a problem. Thanks, Brandon On 11/27/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
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? Aggregate pom just meaning one with <modules> ? Is there any interesting plugin configuration going on? It shouldn't be installing twice... but neither should the build fail in that situation. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
