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