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
Copy file name to clipboardExpand all lines: tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/allpackage/AllPackageBuilder.java
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
importjava.util.ArrayList;
32
32
importjava.util.Enumeration;
33
33
importjava.util.List;
34
+
importjava.util.Map;
34
35
importjava.util.Properties;
35
36
importjava.util.Set;
36
37
importjava.util.stream.Collectors;
@@ -119,10 +120,12 @@ private Log getLog() {
119
120
* Build "all" content package.
120
121
* @param contentPackages Content packages (invalid will be filtered out)
121
122
* @param cloudManagerTarget Target environments/run modes the packages should be attached to
123
+
* @param properties Specifies additional properties to be set in the properties.xml file.
122
124
* @return true if "all" package was generated, false if not valid package was found.
Copy file name to clipboardExpand all lines: tooling/conga-aem-maven-plugin/src/test/java/io/wcm/devops/conga/plugins/aem/maven/allpackage/AllPackageBuilderMixedPackageTypeTest.java
Copy file name to clipboardExpand all lines: tooling/conga-aem-maven-plugin/src/test/java/io/wcm/devops/conga/plugins/aem/maven/allpackage/AllPackageBuilderTest.java
0 commit comments