diff options
Diffstat (limited to 'appc-dg-util/pom.xml')
-rw-r--r-- | appc-dg-util/pom.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/appc-dg-util/pom.xml b/appc-dg-util/pom.xml new file mode 100644 index 000000000..b6329cc8d --- /dev/null +++ b/appc-dg-util/pom.xml @@ -0,0 +1,23 @@ +<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.0.0</version> + </parent> + <artifactId>appc-dg-util</artifactId> + <packaging>pom</packaging> + <name>APPC DG util</name> + <!--<version>1.1.16-SNAPSHOT</version>--> + <description>APPC DG Utility</description> + + <!-- ================================================================================== --> + <!-- The modules we build --> + <!-- ================================================================================== --> + <modules> + <module>appc-dg-util-bundle</module> + <module>appc-dg-util-features</module> + <module>appc-dg-util-installer</module> + </modules> + +</project>
\ No newline at end of file |