Merge "Introduce spotbug plugin"
[cps.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"\r
2          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">\r
4     <modelVersion>4.0.0</modelVersion>\r
5     <parent>\r
6         <groupId>org.onap.oparent</groupId>\r
7         <artifactId>oparent</artifactId>\r
8         <version>3.1.0</version>\r
9     </parent>\r
10 \r
11     <groupId>org.onap.cps</groupId>\r
12     <artifactId>cps-aggregator</artifactId>\r
13     <version>0.0.1-SNAPSHOT</version>\r
14     <packaging>pom</packaging>\r
15 \r
16     <name>cps</name>\r
17     <description>ONAP Configuration Persistence Service</description>\r
18 \r
19     <organization>\r
20         <name>ONAP - CPS</name>\r
21         <url>http://www.onap.org/</url>\r
22     </organization>\r
23 \r
24     <properties>\r
25         <maven.deploy.skip>true</maven.deploy.skip>\r
26         <maven.install.skip>true</maven.install.skip>\r
27     </properties>\r
28 \r
29     <modules>\r
30         <module>cps-dependencies</module>\r
31         <module>cps-bom</module>\r
32         <module>cps-parent</module>\r
33         <module>cps-service</module>\r
34         <module>cps-rest</module>\r
35         <module>cps-ri</module>\r
36         <module>checkstyle</module>\r
37         <module>spotbugs</module>\r
38     </modules>\r
39 </project>\r