You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/CloudManagerAllPackageMojo.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,16 @@
39
39
/**
40
40
* Builds an "all" content package dedicated for deployment via Adobe Cloud Manager
41
41
* 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>
0 commit comments