[PORTAL-7] Rebase
[portal.git] / pom.xml
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>
4         
5         <groupId>org.openecomp.portal</groupId>
6         <artifactId>ecompportal</artifactId>
7         <version>0</version>
8         <packaging>pom</packaging>
9         <name>ECOMP Portal maven parent project</name>
10         
11         <modules>
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                 
21         </modules>
22
23 </project>