Page tree

 

Check if there are newer versions of the specified apps.

Name
apptools:check-latest
Full Name
de.smartics.maven.plugin:apptools-maven-plugin:0.8.0:check-latest
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 the specified apps.

Compare the artifacts in the local folder with those on the artifact server. *

Parameters

Optional Parameters

NameSinceData TypeShort Description
allowSnapshots
1.0
boolean
If set to false only releases are considered. Otherwise snapshots are taken into account.
artifacts
1.0
List
List of specification strings to locate artifacts on the artifact server.
dryRun
1.0
boolean
A simple flag to populate the source, but without actually deploying to the target.
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).
serverId
1.0
String
The server ID to lookup additional credentials in the settings.xml. This is used when wagon needs extra authentication information.
skip
1.0
boolean
A simple flag to skip the deployment process.
verbose
1.0
boolean
A simple flag to log verbosely.