Skip to content

Commit

Permalink
Update ITs to test run mode order for configurations (as expected by …
Browse files Browse the repository at this point in the history
…AEM Analyser Plugin) (#79)
  • Loading branch information
stefanseifert authored Nov 13, 2023
1 parent b78bbf7 commit 1b23556
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>io.wcm.devops.conga.plugins</groupId>
<artifactId>io.wcm.devops.conga.plugins.sling</artifactId>
<version>1.3.0</version>
<version>1.3.3-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@
<goal>project-analyse</goal>
</goals>
<configuration>
<skipAnalyserUserTasks>
<!-- Special treatment for wcm.io libs with Sling-Initial-Content is in place -->
<task>bundle-content</task>
</skipAnalyserUserTasks>
<!-- Validate "all" packages generated by CONGA -->
<contentPackageFiles>
<file>${project.build.directory}/cloud.all.zip</file>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,20 @@
instance.type="publish"


# Example configurations with combination of run modes and environments
[configurations runModes=publish,stage]
io.wcm.caconfig.editor.impl.EditorConfig
enabled=B"false"

[configurations runModes=publish,prod]
io.wcm.caconfig.editor.impl.EditorConfig
enabled=B"false"

[configurations runModes=publish,dev]
io.wcm.caconfig.editor.impl.EditorConfig
enabled=B"false"


[:repoinit]
# Create root folder below /apps for application
create path /apps/wcmio-archetype-cloud(sling:Folder)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-global-parent</artifactId>
<version>2.1.10</version>
<version>2.1.11-SNAPSHOT</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit 1b23556

Please sign in to comment.