blob: 7e644175302e0426dfd4aaeba648649134fc7ef1 [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 -->
7 <groupId>org.openecomp.controller.dashboard</groupId>
8 <artifactId>ecd-app-parent</artifactId>
9 <version>0</version>
10 <packaging>pom</packaging>
11 <name>ONAP Operations Manager Dashboard project</name>
12
13 <modules>
14 <module>ecd-app-common</module>
15 <module>ecd-app-overlay</module>
16 <module>ecd-app-os</module>
17 </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>