Page tree

Versions Compared

Key

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

...

Section
titleDeploy Latest

You may select to deploy the latest versions of the apps speciofied in your Maven POM with the parameter useLatest. This parameter accepts two values RELEASE and SNAPSHOT.

Definition List
RELEASEDeploy the latest release version for each app found on the artifact server.
SNAPSHOTDeploy the latest snapshot version for each app found on the artifact server.
Code Block
languagetext
themeMidnight
> mvn apptools:deploy -PTEST -DuseLatest

projectdoc-box-note

Please note that on some configurations the Confluence server seems to run in an HTTP 500 if too many apps are deployed in one go.

This issue is tracked with

Jira
serversmartics JIRA
serverId79ad43bc-d289-364e-bfc7-46c09847bebd
keyAPPMP-8
.

projectdoc-section
titleDeploy App Project

You may configure your app projects so that the artifact is deployed with

Code Block
languagetext
themeMidnight
> mvn apptools:deploy -PTEST

To instruct Maven where to look for the artifact and where to deploy, you need to add a plugin configuration as described in Use in App Project.

...