Versions Compared

Key

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

...

Section
titleDescription

Section
titleSummary

Section
Column
Section
titleContext
  • We have a add-on for Confluence with a collection of macros
  • We design a lot of blueprints (300+) in a number of doctype add-ons (apps, 15+) based on those macros
  • When we deploy a new version of one of our add-ons, we need to deploy it to different environments (DEV plus 3+)

automation required

Column
atlas-install-plugin --username myadmin --password secret --plugin-key



Section
titleUse Case 1: Deploy from a Maven App Project

Artifact currently created and located in the target folder.

Code Block
languagetext
themeMidnight
titleDeploy to Local Confluence (DEV)
mvn apptools:deploy -PLOCAL
Code Block
languagetext
themeMidnight
titleDeploy to Test Enviroment (TEST)
mvn apptools:deploy -PTEST
Code Block
languagetext
themeMidnight
titleDeploy to Production (PROD)
mvn apptools:deploy -PPROD
Expand
titleMaven Configuration ...
Transclusion
documentAPPMP:Use in App Project
idsbasic-config-xml

Transclusion
documentAPPMP:Configure Servers
tagsxml

...