Page tree

 

Tools to manage apps on a Confluence server remotely via the UPM REST API based on Maven.

Goals

Goals available for this plugin:

apptools:check-deployed
Checks which apps are deployed on a server.
apptools:check-latest
Checks if there are newer versions of the specified apps.
apptools:deploy
Deploys apps to a server.
apptools:enable
Enables apps on a server. Please specify the apps you want to enable explicitly by their plugin keys (using the pluginKeys parameter) or choose to find the keys in the artifacts found in the folder specified by the sourceFolder parameter.
apptools:help
Display help information on apptools-maven-plugin.
Call mvn apptools:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
apptools:list
Lists information on the locally stored artifacts.
apptools:undeploy
Removes deployed apps from a server.