aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--products/pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/products/pom.xml b/products/pom.xml
index 0ddfeef1..cdefb85f 100644
--- a/products/pom.xml
+++ b/products/pom.xml
@@ -59,11 +59,19 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>openecomp</module>
<module>onap-amsterdam</module>
+ <!-- <module>onap-beijing</module> -->
+ </modules>
+ </profile>
+ <profile>
+ <id>eol</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <modules>
+ <module>openecomp</module>
</modules>
</profile>
-
</profiles>
<build>
<pluginManagement>