Skip to content

Commit a27c8a8

Browse files
committed
@releng do deploy structure submodules too
1 parent 94e5642 commit a27c8a8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

apps/structure/app/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<packaging>content-package</packaging>
3535
<name>${module.name} - App package</name>
3636

37+
<properties>
38+
<maven.deploy.skip>false</maven.deploy.skip>
39+
</properties>
3740
<!-- ====================================================================== -->
3841
<!-- B U I L D D E F I N I T I O N -->
3942
<!-- ====================================================================== -->

apps/structure/core/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<version>0.0.1-SNAPSHOT</version>
2424
<relativePath>..</relativePath>
2525
</parent>
26+
<properties>
27+
<maven.deploy.skip>false</maven.deploy.skip>
28+
</properties>
2629
<artifactId>com.adobe.dx.structure.core</artifactId>
2730
<name>${module.name} - Core bundle</name>
2831
<description>Core bundle for structure components</description>

0 commit comments

Comments
 (0)