Skip to content

Commit af86fde

Browse files
committed
conga-aem-maven-plugin: Default value for "singlePackage" flag for "cloudmanager-all-package" should be false for backward compatibility
1 parent 0448d8b commit af86fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public final class CloudManagerAllPackageMojo extends AbstractCloudManagerMojo {
6868
/**
6969
* Build one single content package for all environments and nodes.
7070
*/
71-
@Parameter(property = "conga.cloudManager.allPackage.singlePackage", defaultValue = "true")
71+
@Parameter(property = "conga.cloudManager.allPackage.singlePackage", defaultValue = "false")
7272
private boolean singlePackage;
7373

7474
/**

0 commit comments

Comments
 (0)