Merge "Fix CLI docker env settings"
[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-parent-project</artifactId>
7         <version>0</version>
8         <packaging>pom</packaging>
9         <name>portal</name>
10         
11         <modules>
12                 <!-- Child modules do NOT name this parent. -->
13                 <!-- Defined for build convenience only! -->
14
15                 <!-- This POM names only ONAP projects -->      
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                 <module>ecomp-portal-widget-ms</module>
21         </modules>
22
23         <build>
24                 <plugins>
25                         <!-- No deployment step for this project -->
26                         <plugin>
27                                 <groupId>org.apache.maven.plugins</groupId>
28                                 <artifactId>maven-deploy-plugin</artifactId>
29                                 <version>2.8</version>
30                                 <configuration>
31                                         <skip>true</skip>
32                                 </configuration>
33                         </plugin>
34                 </plugins>
35         </build>
36 </project>