Can you share the version of the webstart plugin you are using, along with the pom you are feeding it? If you aren't already aware, you can determine the plugin version by running: mvn -Dplugin=webstart help:describe
I will tell you that I've used the webstart plugin extensively and the sample dependency you show is exactly the same as some of mine that are in production. On Tue, May 10, 2011 at 5:18 AM, Henri Pihkala <[email protected]> wrote: > Hi! > > I'm using the maven webstart plugin to package my app into a war file and > generate the jnlp file. I'm using the $dependencies tag in the Velocity > template, but the results are invalid. The hrefs are wrong for the jar > files. This is what I'm getting: > > (in the .jnlp file): > > .. > <resources> > .. > <jar href="commons-logging.jar" version="1.1.1"/> > .. > </resources> > .. > > > However, the actual file name in the webstart dir within the war file is > (continuing with the same example): > > commons-logging-1.1.1.jar > > > Anyone having the same problem? How can I change this behaviour? I'm using > Maven 3. > > I can currently work around this by manually entering the correct filenames > into the Velocity template (and removing the $dependencies), but I would > very much like to get the information to be generated, as I don't want to > update the template every time a library version changes. > > Best regards, > Henri Pihkala > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
