Blog

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We released the Apptools Maven Plugin in version 0.8.0!

This plugin for This plugin for Maven is used used to interface with the Universal Plugin Manager's (UPM) REST API to  to deploy apps (formerly know and known as add-ons or plugins) to a remote remote Confluence server server. It is a tool for developers to deploy a number of JARs/OBRs to an environment, like development, test, pre-production. The plugin may operate on a single project, handling the artifact of this project, or may be based on a POM project that defines a set of apps to be deployed to different environments.

For the PDAC1 we provide a number of doctype add-ons and extension add-ons. On changes we often need to deploy them in large numbers which is cumbersome and time-consuming if done via the Web UI. Therefore we created this plugin for Maven to integrate the deployment process into our build process. In the spirit of open source we hope that other teams may take advantage of this tool to. It is licensed under the Apache License Version 2.0.

...