Enable sonar code coverage with oparent
[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
6         <parent>
7                 <groupId>org.onap.portal</groupId>
8                 <artifactId>onap-portal-parent</artifactId>
9                 <version>1.3.0</version>
10         </parent>
11
12         <artifactId>widget-ms-parent</artifactId>
13         <packaging>pom</packaging>
14
15         <modules>
16                 <module>common-widgets</module>
17                 <!-- The widget-ms module uses Spring; it cannot name this parent. -->
18                 <module>widget-ms</module>
19         </modules>
20
21         <build>
22                 <plugins>
23                         <!-- No deployment step for this project -->
24                         <plugin>
25                                 <groupId>org.apache.maven.plugins</groupId>
26                                 <artifactId>maven-deploy-plugin</artifactId>
27                                 <version>2.8</version>
28                                 <configuration>
29                                         <skip>true</skip>
30                                 </configuration>
31                         </plugin>
32                 </plugins>
33         </build>
34
35 </project>