Full name:
org.apache.maven.plugins:maven-jarsigner-plugin:1.0:sign
Description:
Attributes:
package.| Name | Type | Since | Description |
|---|---|---|---|
| archive | File |
- |
Archive to process. If set, neither the project artifact nor any
attachments are processed. |
| arguments | String[] |
- |
List of additional arguments to append to the jarsigner command
line. |
| attachments | boolean |
- |
Controls processing of project attachments. Default value is: true. |
| keypass | String |
- |
See
options. |
| keystore | String |
- |
See
options. |
| maxMemory | String |
- |
The maximum memory available to the JAR signer, e.g.
256M. See
-Xmx for more details. |
| providerArg | String |
- |
See
options. |
| providerClass | String |
- |
See
options. |
| providerName | String |
- |
See
options. |
| sigfile | String |
- |
See
options. |
| skip | boolean |
- |
Set to true to disable the plugin.Default value is: false. |
| storepass | String |
- |
See
options. |
| storetype | String |
- |
See
options. |
| verbose | boolean |
- |
See
options. Default value is: false. |
java.lang.StringYes${jarsigner.alias}java.io.FileNo${jarsigner.archive}java.lang.String[]No${jarsigner.arguments}booleanNo${jarsigner.attachments}truejava.lang.StringNo${jarsigner.keypass}java.lang.StringNo${jarsigner.keystore}256M. See
-Xmx for more details.java.lang.StringNo${jarsigner.maxMemory}java.lang.StringNo${jarsigner.providerArg}java.lang.StringNo${jarsigner.providerClass}java.lang.StringNo${jarsigner.providerName}java.lang.StringNo${jarsigner.sigfile}skip:
true to disable the plugin.booleanNo${jarsigner.skip}falsejava.lang.StringNo${jarsigner.storepass}java.lang.StringNo${jarsigner.storetype}booleanNo${jarsigner.verbose}false