Page tree

 

Check if there are newer versions of apps than those specified in the configuration.

Name
apptools:check-configuration
Full Name
de.smartics.maven.plugin:apptools-maven-plugin:0.10.0:check-configuration
Since
1.0
Inherited by Default
true
Requires Project
true
Instantiation Strategy
per-lookup
Execute Strategy
once-per-session

Check if there are newer versions of apps than those specified in the configuration.

Compare the configured artifacts with those on the artifact server. Note that two snapshots of the same version are considered to be the same.

Parameters

Optional Parameters

NameSinceData TypeShort Description
artifacts
1.0
List
List of specification strings to locate artifacts on the artifact server.
artifactServerId
1.0
String
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

requireReleases
1.0
boolean
If set to true only releases are considered. Otherwise snapshots are also taken into account.
rulesUri
1.0
String
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).
skip
1.0
boolean
A simple flag to skip the deployment process.
verbose
1.0
boolean
A simple flag to log verbosely.