aboutsummaryrefslogtreecommitdiffstats
path: root/products/pom.xml
diff options
context:
space:
mode:
authorSimran Singhal <singhalsimran0@gmail.com>2020-08-25 23:54:09 +0530
committerSimran Singhal <singhalsimran0@gmail.com>2020-10-03 18:55:44 +0530
commit4186cfe7b79533639900ec838c42b5467cf00eb7 (patch)
tree614df2964cc4bace46b8b7f82e044c3cb3a643d0 /products/pom.xml
parent27639098e45be8614993be0302f63ba38613a452 (diff)
Add product etsi-mano
Issue-ID: VNFSDK-614 Change-Id: Ic4104a401dc5383b9cc586c12420ff63c7f1f57b Signed-off-by: Simran Singhal <singhalsimran0@gmail.com>
Diffstat (limited to 'products/pom.xml')
-rw-r--r--products/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/products/pom.xml b/products/pom.xml
index 5385677b..02a7f242 100644
--- a/products/pom.xml
+++ b/products/pom.xml
@@ -42,6 +42,11 @@
<artifactId>cli-profiles-snmp</artifactId>
<version>${project.parent.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.cli</groupId>
+ <artifactId>cli-profiles-robot</artifactId>
+ <version>${project.parent.version}</version>
+ </dependency>
</dependencies>
<profiles>
<profile>
@@ -63,6 +68,15 @@
</modules>
</profile>
<profile>
+ <id>etsi-mano</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>etsi-mano</module>
+ </modules>
+ </profile>
+ <profile>
<id>onap-casablanca</id>
<activation>
<activeByDefault>false</activeByDefault>