[
http://jira.codehaus.org/browse/MWEBSTART-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123491
]
Andreas Schneider commented on MWEBSTART-107:
---------------------------------------------
Yes, when I define libPath the jars are signed twice. I tried to run the the
application via webstart and it failed. Then I opened one of the already signed
jars and there I have found the original signature and the new signature which
was added by the plugin.
> unsignAlreadySignedJars doesn't remove the signature
> ----------------------------------------------------
>
> Key: MWEBSTART-107
> URL: http://jira.codehaus.org/browse/MWEBSTART-107
> Project: Maven 2.x Webstart Plugin
> Issue Type: Bug
> Components: sign
> Affects Versions: 1.0-alpha-2
> Reporter: Andreas Schneider
>
> I am trying to use <unsignAlreadySignedJars>true</unsignAlreadySignedJars> in
> my configuration. My problem is theat the signed jars are double signed now.
> Here my configuration from the pom:
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>webstart-maven-plugin</artifactId>
> <version>1.0-alpha-2-SNAPSHOT</version>
> <configuration>
> <libPath>lib</libPath>
> <jnlp>
> <outputFile>sample${project.version}.jnlp</outputFile>
> <mainClass>com.rieter.subproject1.App</mainClass>
> </jnlp>
> <sign>
> <keystore>lib/vectorKeyStore</keystore>
> <keypass>keypass</keypass>
> <storepass>StorePass</storepass>
> <alias>NVH</alias>
> <verify>false</verify>
> </sign>
> <unsignAlreadySignedJars>true</unsignAlreadySignedJars>
> </configuration>
> </plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email