Gottfried Ganßauge opened MJAR-67 and commented
I'm trying to ease the burden of applet deployment by integrating every dependency of that applet into the applet's .jar archive.
For this purpose I'm using the unpack goal of the dependency plugin (see attached POM).
For a particular case I had to integrate an already signed applet.
There is no way I can get the integrated jar signed using jar:sign - I always get an error from jarsigner (see attached error.log).
The problem seems to be that jarsigner is called with -verify - although I'm explicitely turning it of in plugin configuration.
When calling jarsigned from the command line without -verify it runs to completion.
When running it with -verify from the command line the same error occurs as in the maven build.
Affects: 2.1
Attachments:
1 votes, 1 watchers
Gottfried Ganßauge opened MJAR-67 and commented
I'm trying to ease the burden of applet deployment by integrating every dependency of that applet into the applet's .jar archive.
For this purpose I'm using the unpack goal of the dependency plugin (see attached POM).
For a particular case I had to integrate an already signed applet.
There is no way I can get the integrated jar signed using jar:sign - I always get an error from jarsigner (see attached error.log).
The problem seems to be that jarsigner is called with -verify - although I'm explicitely turning it of in plugin configuration.
When calling jarsigned from the command line without -verify it runs to completion.
When running it with -verify from the command line the same error occurs as in the maven build.
Affects: 2.1
Attachments:
1 votes, 1 watchers