Skip to content

Commit e4914ba

Browse files
Role aem-cms: Mark all content packages that might be generated with dependencyChainIgnore=true (#110)
1 parent 079ca06 commit e4914ba

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2525
<body>
2626

27+
<release version="2.0.10" date="not released">
28+
<action type="update" dev="sseifert" issue="110">
29+
Role aem-cms: Mark all content packages that might be generated with dependencyChainIgnore=true - the order of installation is not relevant for those packages.
30+
</action>
31+
</release>
32+
2733
<release version="2.0.8" date="2025-02-19">
2834
<action type="update" dev="sseifert" issue="94">
2935
Role aem-dispatcher-cloud: Sync with default dispatcher configuration from Adobe AEM project archetype 48 to 51.

conga-aem-definitions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>io.wcm.devops.conga</groupId>
5353
<artifactId>conga-maven-plugin</artifactId>
54-
<version>1.17.2</version>
54+
<version>1.17.3-SNAPSHOT</version>
5555
<extensions>true</extensions>
5656
<dependencies>
5757

@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>io.wcm.devops.conga.plugins</groupId>
6666
<artifactId>io.wcm.devops.conga.plugins.aem</artifactId>
67-
<version>2.20.2</version>
67+
<version>2.20.3-SNAPSHOT</version>
6868
</dependency>
6969

7070
</dependencies>

conga-aem-definitions/src/main/roles/aem-cms.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ files:
3030
postProcessors:
3131
- aem-contentpackage
3232
postProcessorOptions:
33+
dependencyChainIgnore: true
3334
contentPackage:
3435
name: aem-cms-publish-slingmapping
3536
packageType: content
@@ -58,6 +59,7 @@ files:
5859
postProcessors:
5960
- aem-contentpackage
6061
postProcessorOptions:
62+
dependencyChainIgnore: true
6163
contentPackage:
6264
name: aem-cms-author-replicationagents
6365
packageType: content
@@ -85,6 +87,7 @@ files:
8587
postProcessors:
8688
- aem-contentpackage
8789
postProcessorOptions:
90+
dependencyChainIgnore: true
8891
contentPackage:
8992
name: aem-cms-publish-replicationagents
9093
packageType: content
@@ -109,6 +112,7 @@ files:
109112
postProcessors:
110113
- aem-contentpackage-osgiconfig
111114
postProcessorOptions:
115+
dependencyChainIgnore: true
112116
contentPackage:
113117
name: aem-cms-system-config
114118
rootPath: /apps/aem-cms-system-config/config

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>io.wcm.devops.conga</groupId>
5858
<artifactId>conga-maven-plugin</artifactId>
59-
<version>1.17.2</version>
59+
<version>1.17.3-SNAPSHOT</version>
6060
<extensions>true</extensions>
6161
<dependencies>
6262

@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>io.wcm.devops.conga.plugins</groupId>
7171
<artifactId>io.wcm.devops.conga.plugins.aem</artifactId>
72-
<version>2.20.2</version>
72+
<version>2.20.3-SNAPSHOT</version>
7373
</dependency>
7474

7575
<!-- Test with ansible encryption -->

0 commit comments

Comments
 (0)