summaryrefslogtreecommitdiffstats
path: root/products
diff options
context:
space:
mode:
Diffstat (limited to 'products')
-rw-r--r--products/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/products/pom.xml b/products/pom.xml
index e3479096..7f795f40 100644
--- a/products/pom.xml
+++ b/products/pom.xml
@@ -60,10 +60,18 @@
</activation>
<modules>
<module>onap-casablanca</module>
- <module>onap-beijing</module>
</modules>
</profile>
<profile>
+ <id>onap-beijing</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <modules>
+ <module>onap-beijing</module>
+ </modules>
+ </profile>
+ <profile>
<id>eol</id>
<activation>
<activeByDefault>false</activeByDefault>