Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

 

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

version 0.12.0

Introduction

This is a plugin for Maven to interface with Universal Plugin Manager's (UPM) REST API to deploy apps to a remote Confluence server.

The following Mojos are provided by this plugin:

apptools:check-deployed
Check which apps are deployed on the Confluence server.
apptools:check-latest
Check if there are newer versions of the specified apps.
apptools:deploy
Deploy apps to the Confluence server.
apptools:enable
Enable apps on the Confluence server.
apptools:help
Display help information on apptools-maven-plugin.
Call mvn apptools:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
apptools:list
List information on the locally stored artifacts.
apptools:undeploy
Remove deployed apps from the Confluence server.
apptools:usage
Display usage information on apptools-maven-plugin.

  • No labels