Skip to content

Commit

Permalink
@releng do deploy structure submodules too
Browse files Browse the repository at this point in the history
  • Loading branch information
npeltier committed Apr 28, 2020
1 parent 94e5642 commit a27c8a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/structure/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<packaging>content-package</packaging>
<name>${module.name} - App package</name>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>
<!-- ====================================================================== -->
<!-- B U I L D D E F I N I T I O N -->
<!-- ====================================================================== -->
Expand Down
3 changes: 3 additions & 0 deletions apps/structure/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<version>0.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>
<artifactId>com.adobe.dx.structure.core</artifactId>
<name>${module.name} - Core bundle</name>
<description>Core bundle for structure components</description>
Expand Down

0 comments on commit a27c8a8

Please sign in to comment.