talasila | 0ff0e9f | 2017-02-15 17:36:47 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
st782s | b54df0d | 2017-05-04 07:48:42 -0400 | [diff] [blame] | 4 | |
talasila | 0ff0e9f | 2017-02-15 17:36:47 -0500 | [diff] [blame] | 5 | <groupId>org.openecomp.portal</groupId> |
st782s | b54df0d | 2017-05-04 07:48:42 -0400 | [diff] [blame] | 6 | <artifactId>ecompportal</artifactId> |
| 7 | <version>0</version> |
talasila | 0ff0e9f | 2017-02-15 17:36:47 -0500 | [diff] [blame] | 8 | <packaging>pom</packaging> |
st782s | b54df0d | 2017-05-04 07:48:42 -0400 | [diff] [blame] | 9 | <name>ECOMP Portal maven parent project</name> |
| 10 | |
talasila | 0ff0e9f | 2017-02-15 17:36:47 -0500 | [diff] [blame] | 11 | <modules> |
st782s | b54df0d | 2017-05-04 07:48:42 -0400 | [diff] [blame] | 12 | <!-- Child modules do NOT name this parent. --> |
| 13 | <!-- Defined for build convenience only! --> |
| 14 | |
| 15 | <!-- BE --> |
| 16 | <module>ecomp-portal-BE-common</module> |
| 17 | <module>ecomp-portal-BE-os</module> |
| 18 | <module>ecomp-portal-BE-common-test</module> |
| 19 | <module>ecomp-portal-FE-os</module> |
| 20 | |
talasila | 0ff0e9f | 2017-02-15 17:36:47 -0500 | [diff] [blame] | 21 | </modules> |
Andrew Grimberg | e7a418d | 2017-03-29 10:26:41 -0700 | [diff] [blame] | 22 | |
talasila | 0ff0e9f | 2017-02-15 17:36:47 -0500 | [diff] [blame] | 23 | </project> |