Frank Sigalas created MKEYTOOL-17:
-------------------------------------

             Summary: keytool arguments cause failure
                 Key: MKEYTOOL-17
                 URL: https://jira.codehaus.org/browse/MKEYTOOL-17
             Project: Maven 2.x Keytool Plugin
          Issue Type: Bug
    Affects Versions: 1.1
         Environment: Windows 7
            Reporter: Frank Sigalas


When specifying arguments in the plugin configuration, e.g.

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>keytool-maven-plugin</artifactId>
  <version>1.1</version>
  <configuration>
    <alias>my-alias</alias>
    <keystore>${project.build.directory}/my-keystore</keystore>
    <storepass>mypasswd</storepass>
    <file>${basedir}/src/main/resources/META-INF/mycert.crt</file>
    <arguments>
      <argument>-provider 
org.bouncycastle.jce.provider.BouncyCastleProvider</argument>
      <argument>-storetype BKS</argument>
      <argument>-providerpath <provider_path></argument>
    </arguments>
  </configuration>
</plugin>

the import command fails because the additional arguments -provider, -storetype 
and -providerpath are enclosed in double quotes.

It has only been tested in Windows 7.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.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