diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-08-30 18:14:19 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-09-11 15:07:46 +0530 |
commit | b9f9a29cf507b9f35d85ef96a8a9b4cf63b03440 (patch) | |
tree | b22629210404bf73ca1c42a09352ebfa10fe7089 /products/pom.xml | |
parent | 9df1252d424f57009f30684c4efb9fb99604ee02 (diff) |
Make beijing profile as optional
Issue-ID: CLI-122
Change-Id: I72d8e5381702e958f9b5dc0d3db4ec57a52706f1
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/pom.xml')
-rw-r--r-- | products/pom.xml | 10 |
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> |