blob: bf12fbba1beb6dc8f3bc67cbc8c53d8edda79451 [file] [log] [blame]
talasila0ff0e9f2017-02-15 17:36:47 -05001<?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>
st782sb54df0d2017-05-04 07:48:42 -04004
talasila0ff0e9f2017-02-15 17:36:47 -05005 <groupId>org.openecomp.portal</groupId>
st782sb54df0d2017-05-04 07:48:42 -04006 <artifactId>ecompportal</artifactId>
7 <version>0</version>
talasila0ff0e9f2017-02-15 17:36:47 -05008 <packaging>pom</packaging>
st782sb54df0d2017-05-04 07:48:42 -04009 <name>ECOMP Portal maven parent project</name>
10
talasila0ff0e9f2017-02-15 17:36:47 -050011 <modules>
st782sb54df0d2017-05-04 07:48:42 -040012 <!-- 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
talasila0ff0e9f2017-02-15 17:36:47 -050021 </modules>
Andrew Grimberge7a418d2017-03-29 10:26:41 -070022
talasila0ff0e9f2017-02-15 17:36:47 -050023</project>