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

Reply via email to