blob: 9584aa23b3d9ee3dea89de5c791bd6a5b39d7ef7 [file] [log] [blame]
Patrick Brady57b5eef2017-02-10 15:00:49 -08001<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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.openecomp.appc</groupId>
5 <artifactId>appc</artifactId>
6 <version>1.0.0</version>
7 </parent>
8 <artifactId>appc-provider</artifactId>
9 <packaging>pom</packaging>
10 <name>APPC Provider</name>
11 <description>The app-c service provider bundle</description>
12 <properties>
13 <feature-name>appc-provider</feature-name>
14 </properties>
15 <!-- ================================================================================== -->
16 <!-- The modules we build -->
17 <!-- ================================================================================== -->
18 <modules>
19 <module>appc-provider-model</module>
20 <module>appc-provider-features</module>
21 <module>appc-provider-installer</module>
22 <module>appc-provider-bundle</module>
23 </modules>
24</project>