Deliver centralized role management feature
[portal.git] / ecomp-portal-widget-ms / 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"
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>
5         <groupId>org.openecomp.portal</groupId>
6         <artifactId>widget-ms-parent</artifactId>
7         <version>1.3.0-SNAPSHOT</version>
8         <packaging>pom</packaging>
9
10         <modules>
11                 <!-- Child modules do NOT name this parent. -->
12                 <!-- Defined for build convenience only! -->
13                 <!-- This POM names only ONAP projects -->      
14                 <module>common-widgets</module>
15                 <module>widget-ms</module>     
16         </modules>
17
18         <build>
19                 <plugins>
20                         <!-- No deployment step for this project -->
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>
31
32 </project>