Thanks for the quick response Wayne, It does sound similar although there the .pom wasn't even produced for some reason. I'm using Maven 2.1.0 which comes with 2.2 of the install plugin. I am really hopeful that this will fix it, but had 2 questions:
1. I am using deploy:deploy-file to deploy it. Does that use the install plugin underneath? 2. If so, how do I specify a particular plugin version? Do I have to configure that in the pom.xml of the project deployed or can I specify it on the command line? Thanks again for your help, Michael On Fri, May 1, 2009 at 4:45 PM, Wayne Fay <[email protected]> wrote: > > Shouldn't it name the .pom file the same as the .jar file? Or is there a > > different way to deploy ALL of them at the same time somehow. What are > the > > This sounds like a bug that was reported and fixed in version 2.3 of > the install plugin. What version are you using? Depending on what > version is set in the super pom inside Maven, you may need to specify > a later version to pick up the fix. > > http://jira.codehaus.org/browse/MINSTALL-41 > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
