blob: a2cc3f0e6d617d77cdad9d8921554cf5e2113b18 [file] [log] [blame]
Christopher Lott (cl778h)9015d0d2017-08-17 14:52:44 -04001<?xml version="1.0" encoding="UTF-8"?>
Christopher Lott (cl778h)a6214cf2017-08-17 21:59:09 -04002<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
Christopher Lott (cl778h)9015d0d2017-08-17 14:52:44 -04005
Christopher Lott (cl778h)a6214cf2017-08-17 21:59:09 -04006 <!-- Maven parent project for convenience of building and cleaning -->
Christopher Lott (cl778h)e8c96632017-08-18 10:09:01 -04007 <groupId>org.onap.oom.dashboard</groupId>
8 <artifactId>oom-app-parent</artifactId>
Christopher Lott (cl778h)a6214cf2017-08-17 21:59:09 -04009 <version>0</version>
10 <packaging>pom</packaging>
11 <name>ONAP Operations Manager Dashboard project</name>
12
13 <modules>
Christopher Lott (cl778h)e8c96632017-08-18 10:09:01 -040014 <module>oom-app-common</module>
15 <module>oom-app-overlay</module>
16 <module>oom-app-os</module>
Christopher Lott (cl778h)a6214cf2017-08-17 21:59:09 -040017 </modules>
18
19 <build>
20 <plugins>
21 <plugin>
22 <groupId>org.apache.maven.plugins</groupId>
23 <artifactId>maven-deploy-plugin</artifactId>
24 <version>2.8</version>
25 <configuration>
26 <skip>true</skip>
27 </configuration>
28 </plugin>
29 </plugins>
30 </build>
Christopher Lott (cl778h)9015d0d2017-08-17 14:52:44 -040031
32</project>