summaryrefslogtreecommitdiffstats
path: root/appc-oam/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-06-01 10:45:37 -0700
committerPatrick Brady <pb071s@att.com>2017-06-02 13:05:15 -0700
commitc7d0075d223eab9f89fd28853c4b138792059be9 (patch)
tree40aa3e41e598ea7a59bcf6899a2004c1abab11c2 /appc-oam/pom.xml
parent8aac2df744820304ee29354333661699e9695939 (diff)
Merge of new rebased code
Change-Id: I9b8d1f69eb3e0af1935ed8304fea4bf54c1aac47 Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'appc-oam/pom.xml')
-rw-r--r--appc-oam/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/appc-oam/pom.xml b/appc-oam/pom.xml
new file mode 100644
index 000000000..7378d2357
--- /dev/null
+++ b/appc-oam/pom.xml
@@ -0,0 +1,26 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.openecomp.appc</groupId>
+ <artifactId>appc</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>appc-oam</artifactId>
+ <packaging>pom</packaging>
+ <name>APPC OAM</name>
+ <description>The app-c OAM api bundle</description>
+ <properties>
+ <feature-name>appc-oam</feature-name>
+ </properties>
+
+ <!-- ================================================================================== -->
+ <!-- The modules we build -->
+ <!-- ================================================================================== -->
+ <modules>
+ <module>appc-oam-model</module>
+ <module>appc-oam-features</module>
+ <module>appc-oam-installer</module>
+ <module>appc-oam-bundle</module>
+ </modules>
+
+</project>