Full name:
net.sourceforge.mjarsigner:jarsigner-maven-plugin:1.0-beta-3:sign
Description:
Attributes:
package
.Name | Type | Since | Description |
---|---|---|---|
archive | File |
- |
Archive to process. |
arguments | String[] |
- |
List of arguments to append to the jarsigner command line. |
artifact | boolean |
- |
Controls processing of the project artifact. Default value is: true . |
attachments | boolean |
- |
Controls processing of project attachments. Default value is: true . |
directory | File |
- |
Directory to process. |
disabled | boolean |
- |
Set to true to disable the plugin.Default value is: false . |
excludes | String[] |
- |
List of files to exclude when scanning the given directory.
Specified as fileset patterns. |
includes | String[] |
- |
List of files to include when scanning the given directory.
Specified as fileset patterns. (Defaults to **/*.ear, **/*.jar,
**/*.rar, **/*.war). |
keypass | String |
- |
See
options. |
keystore | String |
- |
See
options. |
sigfile | String |
- |
See
options. |
storepass | String |
- |
See
options. |
storetype | String |
- |
See
options. |
verbose | boolean |
- |
See
options. Default value is: false . |
java.lang.String
Yes
${jarsigner.alias}
java.io.File
No
${jarsigner.archive}
java.lang.String[]
No
${jarsigner.arguments}
boolean
No
${jarsigner.artifact}
true
boolean
No
${jarsigner.attachments}
true
java.io.File
No
${jarsigner.directory}
true
to disable the plugin.boolean
No
${jarsigner.disabled}
false
java.lang.String[]
No
java.lang.String[]
No
java.lang.String
No
${jarsigner.keypass}
java.lang.String
No
${jarsigner.keystore}
java.lang.String
No
${jarsigner.sigfile}
java.lang.String
No
${jarsigner.storepass}
java.lang.String
No
${jarsigner.storetype}
boolean
No
${jarsigner.verbose}
false