Hi. I started to use the maven webstart plugin (the servlet configuration) and managed to setup everything so it builds and deploys nicely. The only thing I noticed is, that if I have SNAPSHOT dependencies those are not redownloaded by the webstart client (I assume because the version in the version.xml file for that dependency doesn't change). So I wonder whether there may be an option or so to switch on "unique" SNAPSHOT version names (like, for example, the deploy config allows for)? I wouldn't mind the client re-downloading all my snapshot dependencies every time, at least for my testing releases. Otherwise I would need to create/deploy a new version for all of those dependency jars everytime, which would take quite some time?
Any hints? Cheers, Markus
