[ 
https://jira.codehaus.org/browse/MKEYTOOL-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=296064#comment-296064
 ] 

Tony Chemit edited comment on MKEYTOOL-17 at 4/8/12 5:53 AM:
-------------------------------------------------------------

You should now use the importCertificate mojo  to have all parameters of the 
keytool command availablein the mojo.
                
      was (Author: tchemit):
    You should now use the importCertificate mojo  to have all parameters of 
the keytool command available.
                  
> 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
>            Assignee: Tony Chemit
>
> 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