summaryrefslogtreecommitdiffstats
path: root/products/pom.xml
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-03-01 15:05:58 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-03-01 15:08:01 +0530
commit3a51bc954d677a9fd9a9ebb5a851c42a68a456bb (patch)
treed4fc2fa099afbf9a6fd4e51aff5af208f8787645 /products/pom.xml
parent44a21ae0bb0e6d26e4bb986764cd6edd1e8e05b5 (diff)
EOL openecomp CLIs
Issue-ID: CLI-94 Change-Id: I2855fa5839c7ec7170bfed8d5e34fc8a0d76d0ef Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/pom.xml')
-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>