Re: [jnlp-plugin] Property tag

2004-03-15 Thread Henri Yandell
Sweet. maven.jnlp.properties=com.foo.value com.foo.value=bar So the properties seems to work. Still hacking with the turning offness of signed jars. [email was initially sent after exhausting the online documentation, but now i've a bee in my bonnet and am looking at the jelly code]

Re: [jnlp-plugin] Property tag

2004-03-15 Thread Henri Yandell
I can see: ${maven.jnlp.properties} Though I don't know exactly what format that expects it in. I suspect looking into more would help. Whatever that is. On the signing jar issue. It seems to somehow think th

[jnlp-plugin] Property tag

2004-03-15 Thread Henri Yandell
I want to get system properties into my jnlp file. Anyway to do that with the plugin? ie) I also want to build without signing, at least until I discover that the client actually needs said permissions. How do I turn signing off? Thanks, Hen ---