Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Labels:None
-
Environment:Windows 7
-
Number of attachments :
Description
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>$
/my-keystore</keystore>
<storepass>mypasswd</storepass>
<file>$
/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.
Issue Links
- is related to
-
MKEYTOOL-19
Introduce new mojos to perform all missing keytool commands
-
-
MKEYTOOL-20
Deprecates old mojo
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Tony Chemit [ tchemit ] |
| Link |
This issue is related to |
| Comment |
[ About the storetype, there is already a parameter to pass it. (see http://mojo.codehaus.org/keytool/keytool-maven-plugin/import-mojo.html#storetype).
About others parameters, I will add them to the mojo (and all others available for this keytool command): - providername - providerclass - providerpath - providerarg - noprompt - trustcacerts - passwordProtected ] |
| Comment |
[ Done in r16255.
I have deployed a snapshot of the version 1.2-SNAPSHOT,you can test if it is ok for you. Thanks. ] |
| Link |
This issue is related to |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 1.2 [ 18413 ] | |
| Resolution | Fixed [ 1 ] |