On 12/4/06, Matt Wheeler <[EMAIL PROTECTED]> wrote:
I can generate a signed jar using the webstart:jnlp plugin, with a mvn clean package command, and that works great. My target folder has the jnlp and the jar file. However, if I wanted to deploy this to a server and link to it from a maven site, the jnlp is jarred up with the rest of the webstart jar (I assume), and so I am just wondering how I would do that? Is this the issues that I have seen referenced about having to have two separate projects?
yes. Today the plugin creates a zip. You can unzip the zip file, e.g. using the assembly plugin. Jerome
