[ 
http://jira.codehaus.org/browse/MWEBSTART-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jerome Lacoste closed MWEBSTART-107.
------------------------------------

    Resolution: Fixed

$ svn commit -m "MWEBSTART-107 add some logging"
Sending        
webstart-maven-plugin/src/main/java/org/codehaus/mojo/webstart/AbstractBaseJnlpMojo.java
Sending        
webstart-maven-plugin/src/main/java/org/codehaus/mojo/webstart/AbstractJnlpMojo.java
Sending        
webstart-maven-plugin/src/main/java/org/codehaus/mojo/webstart/JarUnsignMojo.java
Transmitting file data ...
Committed revision 6918.
$ svn commit -m "MWEBSTART-107 prevent double jar signing"
Sending        
webstart-maven-plugin/src/main/java/org/codehaus/mojo/webstart/AbstractBaseJnlpMojo.java
Transmitting file data .
Committed revision 6919.


> 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
>            Assignee: Jerome Lacoste
>             Fix For: 1.0-alpha-3
>
>         Attachments: MWEBSTART-107.patch
>
>
> 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


Reply via email to