[ http://jira.codehaus.org/browse/MOJO-382?page=comments#action_64282 ]
Adrian commented on MOJO-382: ----------------------------- Sorry, I hadn't realised that [0.3,) was a special syntax. Thought it was a typo since it failed to find the artifact. I eventually found documentation on webstart that told me to install the keytool plugin in my local repo. Is there somewhere i can find documentation about the version ranger syntax? > [Webstart] Deployed plugin in the sandbox has incorrect pom. > ------------------------------------------------------------ > > Key: MOJO-382 > URL: http://jira.codehaus.org/browse/MOJO-382 > Project: Mojo > Type: Bug > Components: webstart > Reporter: Adrian > Assignee: Jerome Lacoste > Priority: Blocker > > > The dependency for keytool in the pom is incorrectly [0.3,) instead of > 0.3-SNAPSHOT. > http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/webstart-maven-plugin/1.0-SNAPSHOT/webstart-maven-plugin-1.0-20060307.100605-1.pom > {code:xml} > <dependency> > <groupId>org.codehaus.mojo</groupId> > <artifactId>keytool-maven-plugin</artifactId> > <version>[0.3,)</version> > </dependency> > {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
