Full name:
org.apache.maven.plugins:maven-jarsigner-plugin:1.2:verify
Description:
Attributes:
1.0.verify.| Name | Type | Since | Description |
|---|---|---|---|
| archive | File |
1.0 |
Archive to process. If set, neither the project artifact nor any
attachments or archive sets are processed. |
| archiveDirectory | File |
1.1 |
The base directory to scan for JAR files using Ant-like
inclusion/exclusion patterns. |
| arguments | String[] |
1.0 |
List of additional arguments to append to the jarsigner command
line. |
| attachments | Boolean |
1.0 |
Deprecated. As of version 1.1 in favor of the new parameter
processAttachedArtifacts. |
| certs | boolean |
1.0 |
See
options. Default value is: false. |
| excludeClassifiers | String[] |
1.2 |
A set of artifact classifiers describing the project attachments
that should not be processed. This parameter is only relevant if
processAttachedArtifacts is true. If
empty, no attachments are excluded. |
| excludes | String[] |
1.1 |
The Ant-like exclusion patterns used to exclude JAR files from
processing. The patterns must be relative to the directory given by
the parameter archiveDirectory. |
| includeClassifiers | String[] |
1.2 |
A set of artifact classifiers describing the project attachments
that should be processed. This parameter is only relevant if
processAttachedArtifacts is true. If
empty, all attachments are included. |
| includes | String[] |
1.1 |
The Ant-like inclusion patterns used to select JAR files to
process. The patterns must be relative to the directory given by
the parameter archiveDirectory. By default, the
pattern **/*.?ar is used. |
| maxMemory | String |
1.0 |
The maximum memory available to the JAR signer, e.g.
256M. See
-Xmx for more details. |
| processAttachedArtifacts | boolean |
1.1 |
Controls processing of project attachments. If enabled, attached
artifacts that are no JAR/ZIP files will be automatically excluded
from processing. Default value is: true. |
| processMainArtifact | boolean |
1.1 |
Controls processing of the main artifact produced by the project. Default value is: true. |
| skip | boolean |
1.0 |
Set to true to disable the plugin.Default value is: false. |
| verbose | boolean |
1.0 |
See
options. Default value is: false. |
java.io.File1.0No${jarsigner.archive}java.io.File1.1No${jarsigner.archiveDirectory}java.lang.String[]1.0No${jarsigner.arguments}processAttachedArtifacts.java.lang.Boolean1.0No${jarsigner.attachments}boolean1.0No${jarsigner.certs}falseprocessAttachedArtifacts is true. If
empty, no attachments are excluded.java.lang.String[]1.2NoarchiveDirectory.java.lang.String[]1.1NoprocessAttachedArtifacts is true. If
empty, all attachments are included.java.lang.String[]1.2NoarchiveDirectory. By default, the
pattern **/*.?ar is used.java.lang.String[]1.1No256M. See
-Xmx for more details.java.lang.String1.0No${jarsigner.maxMemory}boolean1.1No${jarsigner.processAttachedArtifacts}trueboolean1.1No${jarsigner.processMainArtifact}trueskip:
true to disable the plugin.boolean1.0No${jarsigner.skip}falseboolean1.0No${jarsigner.verbose}false