Hi Roy, Glad you found a solution.
I'm doing a little bit of work on the webstart plugin. It seems to me that things should work without resorting to the settings.xml file. If you've got the time and the curiosity, could you try reverting your settings.xml file, clearing out the org/codehaus/mojo part of your local maven repo and trying the build again. No worries if you can't get around to it. Cheers, Kevin "Roy Spenkelink" <[EMAIL PROTECTED]> 10/03/2008 13:55 Please respond to [email protected] To [email protected] cc Subject [mojo-user] Re: webstart plugin: trouble migrating from alpha1 to alpha2 Problem fixed. Apparently maven resolved the plugin prefix `webstart` to the alpha1 version. The search algorithm looks in group org.codehaus.mojo but not in org.codehaus.mojo.webstart. I fixed this by adding the group in my settings.xml: <settings> ... <pluginGroups> <pluginGroup>org.codehaus.mojo.webstart</pluginGroup> </pluginGroups> <settings> --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures.
