Hi, I'm having the same problem. Further analysis shows that the problem is related to the contents of the local repo. If it already contains a snapshot artifact having a metadata entry (in maven-metadata-local.xml) with localCopy=true, then the SNAPSHOT version is not expanded in "version.xml" or the jnlp file. If there is no snapshot artifact in the local repo or the metadata entry doesn't contain the localCopy=true statement, the version is correctly expanded.
I think the localCopy=true metadata is created in your local repo, if you deploy a new snapshot to a remote snapshot repo. So as a workaround, after deploying a new snapshot, you've to cleanup the snapshots in your local repo first. Is there a recommended way to purge snapshots from the local repo? Or is this a bug in the webstart plugin that could be fixed soon? Thanks, Holger Eric Malotaux wrote: > > Hi, > > When I include SNAPSHOT dependencies in my jnlp file with the > jnlp-download-servlet mojo, the SNAPSHOT version is not expanded into a > timestamp plus version string in the "version.xml" file. As a result JWS > will not download new versions of those files, because the version-id > stays > the same. > > How do I make the mojo expand the SNAPSHOT keyword? > > Thanks, > > -- > Eric Jan Malotaux > > -- View this message in context: http://old.nabble.com/webstart-maven-plugin-tp27959834p28081357.html Sent from the mojo - user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
