Christopher Lott (cl778h) | 9015d0d | 2017-08-17 14:52:44 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Christopher Lott (cl778h) | a6214cf | 2017-08-17 21:59:09 -0400 | [diff] [blame] | 2 | <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) | 9015d0d | 2017-08-17 14:52:44 -0400 | [diff] [blame] | 5 | |
Christopher Lott (cl778h) | a6214cf | 2017-08-17 21:59:09 -0400 | [diff] [blame] | 6 | <!-- Maven parent project for convenience of building and cleaning --> |
Christopher Lott (cl778h) | e8c9663 | 2017-08-18 10:09:01 -0400 | [diff] [blame^] | 7 | <groupId>org.onap.oom.dashboard</groupId> |
| 8 | <artifactId>oom-app-parent</artifactId> |
Christopher Lott (cl778h) | a6214cf | 2017-08-17 21:59:09 -0400 | [diff] [blame] | 9 | <version>0</version> |
| 10 | <packaging>pom</packaging> |
| 11 | <name>ONAP Operations Manager Dashboard project</name> |
| 12 | |
| 13 | <modules> |
Christopher Lott (cl778h) | e8c9663 | 2017-08-18 10:09:01 -0400 | [diff] [blame^] | 14 | <module>oom-app-common</module> |
| 15 | <module>oom-app-overlay</module> |
| 16 | <module>oom-app-os</module> |
Christopher Lott (cl778h) | a6214cf | 2017-08-17 21:59:09 -0400 | [diff] [blame] | 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) | 9015d0d | 2017-08-17 14:52:44 -0400 | [diff] [blame] | 31 | |
| 32 | </project> |