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