Re: JNLP Plugin: use JAR files that are signed by different certificates?

2005-01-05 Thread Gezerk
I am trying to use the JNLP extensions (jnlp plugin 1.4.1, Maven 1.01). I have two issues, if I specify a jar is an extenision (using properties extension tags from the jnlp home page example). The dependancies I specify as extensions do not get copied to the jnlp.dir. Is this right? On Thu, 2

RE: JNLP Plugin: use JAR files that are signed by different certificates?

2004-08-25 Thread Martin Skopp
Hi all, just like to keep everybody informed for the case someone else needs the JNLP extension mechanism.. Following Emmanuels comment on http://jira.codehaus.org/browse/MPJNLP-2 I integrated Masas patch into CVS HEAD of maven-plugins/jnlp and added some doc. Hope this is fine for commiting now.

JNLP Plugin: use JAR files that are signed by different certificates?

2004-08-17 Thread Martin Skopp
Hi, does the JNLP plugin support using JAR files that are signed by different certificates? Sun recommends to use the "extension" tag in the jnlp file - is that supported somehow by maven? ... ... See http://java.sun.com/products/javawebstart/faq.html#72 for details Thanks for enli