Page tree

 

Check which apps are deployed on the Confluence server.

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

Check which apps are deployed on the Confluence server.

Compare the artifacts on the Confluence server 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.
artifactServerId
1.0
String
The server ID to lookup additional credentials in the settings.xml. This is used when wagon needs extra authentication information.
dryRun
1.0
boolean
A simple flag to populate the source, but without actually deploying to the target.
excludes
1.0
List
Strings to match in app key to be excluded. If empty, nothing is excluded. Suffix searches are supported by appending the dollar character ($) to the include string.
includes
1.0
List
Strings to match apps keys to be listed. If empty, everything is included. Suffix searches are supported by appending the dollar character ($) to the include string.
password
1.0
String
The password of the user to authenticate to the remote server.
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 identifier for the server to fetch credentials in case username or password are not set explicitly. The credentials are used to connect to the REST API of the remote server.
serverUrl
1.0
String
The base server URL to locate services. This value is required, and is probably set via a profile in case more than one environment is targeted. Per convention, profiles containing a environment specific configuration, do not contain lower case letters.
servicePath
1.0
String
The path to the service on the server.
settingsSecurityLocation
1.0
String
The location of the settings-security.xml.
skip
1.0
boolean
A simple flag to skip the deployment process.
timeoutMs
1.0
int
The timeout in milliseconds for any connection issues accessing the remote service.
tokenServicePath
1.0
String
The path to a service to fetch a token on the server.
username
1.0
String
The name of the user to authenticate to the remote server.
verbose
1.0
boolean
A simple flag to log verbosely.