Skip to content

Commit

Permalink
Example configurations with combination of run modes and environments
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Nov 13, 2023
1 parent b78bbf7 commit 16e69b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
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)

0 comments on commit 16e69b1

Please sign in to comment.