On 7/5/06, Sebastien Cesbron <[EMAIL PROTECTED]> wrote:
Ok, On this page http://docs.codehaus.org/display/MOJO/Webstart+Plugin I saw that the plugin was not in the snapshot repo so I did not checked it. Now I have a dependency error because webstart plugin need version 0.3+ of keytool but there is only snapshots version of keytool : do I have somethin special to do ?
- first you should take this talk on the mojo user list. - second you probably don't have the right repository in the POM. In the official codehaus repos, http://repository.codehaus.org/, you will find the latest stable keytool plugin: http://repository.codehaus.org/org/codehaus/mojo/keytool-maven-plugin/ Try to use the latest webstart snapshot as well, which you can get fro the codehaus snapshots repos. http://snapshots.repository.codehaus.org/ The latest version is 1.0-alpha-1-SNAPSHOT and not 1.0-SNAPSHOT. Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
