Full name:
de.smartics.maven.plugin:apptools-maven-plugin:0.11.2:check-configuration
Description:
Compare the configured artifacts with those on the artifact server. Note that two snapshots of the same version are considered to be the same.
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<artifactServerId> | String | 1.0 | The server ID to lookup additional credentials in the
settings.xml. This is used when wagon needs extra
authentication information.
User property: apptools.artifactServerId, artifactServerId |
<artifacts> | List | 1.0 | List of specification strings to locate artifacts on the artifact
server.
User property: apptools.artifacts, artifacts |
<requireReleases> | boolean | 1.0 | If set to true only releases are considered. Otherwise
snapshots are also taken into account.
User property: apptools.requireReleases, requireReleases Default value is: false. |
<rulesUri> | String | 1.0 | URI of a ruleSet file containing the rules that control how to
compare version numbers. The URI could be either a Wagon URI or a
classpath URI (e.g.
classpath:///package/sub/package/rules.xml). User property is: rulesUri. |
<skip> | boolean | 1.0 | A simple flag to skip the deployment process.
User property: apptools.skip, skip Default value is: false. |
<verbose> | boolean | 1.0 | A simple flag to log verbosely.
User property: apptools.verbose, verbose Default value is: false. |
User property: apptools.artifactServerId, artifactServerId
User property: apptools.artifacts, artifacts
User property: apptools.requireReleases, requireReleases
User property: apptools.skip, skip
User property: apptools.verbose, verbose