Skip to content

Commit b275404

Browse files
committed
add documentation for cloudManager.target configuration parameter
1 parent 8c13510 commit b275404

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/CloudManagerAllPackageMojo.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@
3939
/**
4040
* Builds an "all" content package dedicated for deployment via Adobe Cloud Manager
4141
* for the given environment and node(s).
42+
* <p>
43+
* By default, it builds one "all" package per environment and node without adding any Cloud Manager
44+
* environment-specific run mode suffixes to the folders. By defining a parameter <code>cloudManager.target</code>
45+
* (contains a list of string values) in the CONGA environment it is possible:
46+
* </p>
47+
* <ul>
48+
* <li>If it contains <code>none</code> no "all" package is build.</li>
49+
* <li>If set to one or multiple environment names (normally dev/stage/prod) one "all" package for each of
50+
* them is defined, and the environment name is added as runmode suffix to all config and install folders.</li>
51+
* </ul>
4252
*/
4353
@Mojo(name = "cloudmanager-all-package", threadSafe = true)
4454
public final class CloudManagerAllPackageMojo extends AbstractCloudManagerMojo {

0 commit comments

Comments
 (0)