summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index acb04c2429..59b597b1b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -580,6 +580,21 @@ Modifications copyright (c) 2018-2019 Nokia
</profile>
<profile>
+ <id>catalog-be</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <modules>
+ <module>common-app-logging</module>
+ <module>common-app-api</module>
+ <module>common-be</module>
+ <module>catalog-dao</module>
+ <module>catalog-model</module>
+ <module>catalog-be</module>
+ </modules>
+ </profile>
+
+ <profile>
<id>onboarding</id>
<activation>
<activeByDefault>false</activeByDefault>