Skip to content

Commit

Permalink
Added Cloud Manager build flags for cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez committed Jul 22, 2024
1 parent 8e6aabc commit 21f216d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
<id>cloud</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>env.CM_BUILD</name>
</property>
</activation>
<build>
<plugins>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,12 @@ Bundle-DocURL: https://opensource.adobe.com/asset-share-commons/
the ones for AEM on prem are always built -->
<profile>
<id>cloud</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>env.CM_BUILD</name>
</property>
</activation>
<modules>
<module>core.cloud</module>
</modules>
Expand Down

0 comments on commit 21f216d

Please sign in to comment.