summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c837ed4..7cfc3d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,10 +45,18 @@ limitations under the License.
<module>k8s-bootstrap-container</module>
<module>tca-cdap-container</module>
<module>healthcheck-container</module>
- <module>pnda-mirror-container</module>
- <module>pnda-bootstrap-container</module>
<module>tls-init-container</module>
</modules>
+ <profiles>
+ <profile>
+ <id>pnda</id>
+ <activation><activeByDefault>false</activeByDefault></activation>
+ <modules>
+ <module>pnda-mirror-container</module>
+ <module>pnda-bootstrap-container</module>
+ </modules>
+ </profile>
+ </profiles>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>