summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-08-30 02:01:47 +0000
committerLusheng Ji <lji@research.att.com>2017-08-30 02:02:11 +0000
commita18cc3eb3fa005f7f7f136110eee9bbfb609d1a2 (patch)
tree79a8b826e8d52aa97c13b890b8750fb95cd8b795 /pom.xml
parent50c3de122c49e0e94bfbf893b950850d7fbe1157 (diff)
Fix pom.xml's
Issue-Id: DCAEGEN2-60 Change-Id: I7c6adeba2578a66af634cd5197ca8308e89c34ee Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 52043ff..6090a93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,11 +6,6 @@
<artifactId>oparent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
- <!-- parent>
- <groupId>org.onap.dcae.platform</groupId>
- <artifactId>plugins</artifactId>
- <version>1.0.0</version>
- </parent -->
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>plugins</artifactId>
<name>plugins</name>
@@ -19,6 +14,8 @@
<packaging>pom</packaging>
<modules>
<module>cdap</module>
+ <module>docker</module>
+ <module>relationships</module>
</modules>
</project>