Merge "Updated cmhandle registration openapi documentation"
[cps.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3   ============LICENSE_START=======================================================\r
4   Copyright (c) 2020 Linux Foundation.\r
5   Modifications Copyright (C) 2020-2021 Nordix Foundation\r
6   Modifications Copyright (C) 2020-2021 Pantheon.tech\r
7   Modifications Copyright (C) 2021 Bell Canada.\r
8   ================================================================================\r
9   Licensed under the Apache License, Version 2.0 (the "License");\r
10   you may not use this file except in compliance with the License.\r
11   You may obtain a copy of the License at\r
12 \r
13         http://www.apache.org/licenses/LICENSE-2.0\r
14 \r
15   Unless required by applicable law or agreed to in writing, software\r
16   distributed under the License is distributed on an "AS IS" BASIS,\r
17   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
18   See the License for the specific language governing permissions and\r
19   limitations under the License.\r
20   ============LICENSE_END=========================================================\r
21 -->\r
22 \r
23 <project xmlns="http://maven.apache.org/POM/4.0.0"\r
24          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
25          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">\r
26     <modelVersion>4.0.0</modelVersion>\r
27     <parent>\r
28         <groupId>org.onap.oparent</groupId>\r
29         <artifactId>oparent</artifactId>\r
30         <version>3.2.0</version>\r
31     </parent>\r
32 \r
33     <groupId>org.onap.cps</groupId>\r
34     <artifactId>cps-aggregator</artifactId>\r
35     <version>3.0.0-SNAPSHOT</version>\r
36     <packaging>pom</packaging>\r
37 \r
38     <name>cps</name>\r
39     <description>ONAP Configuration Persistence Service</description>\r
40 \r
41     <organization>\r
42         <name>ONAP - CPS</name>\r
43         <url>http://www.onap.org/</url>\r
44     </organization>\r
45 \r
46     <properties>\r
47         <maven.deploy.skip>true</maven.deploy.skip>\r
48         <maven.install.skip>true</maven.install.skip>\r
49     </properties>\r
50 \r
51     <modules>\r
52         <module>cps-dependencies</module>\r
53         <module>cps-bom</module>\r
54         <module>cps-parent</module>\r
55         <module>cps-events</module>\r
56         <module>cps-service</module>\r
57         <module>cps-rest</module>\r
58         <module>cps-ncmp-service</module>\r
59         <module>cps-ncmp-rest</module>\r
60         <module>cps-path-parser</module>\r
61         <module>cps-ri</module>\r
62         <module>checkstyle</module>\r
63         <module>spotbugs</module>\r
64         <module>cps-application</module>\r
65         <module>jacoco-report</module>\r
66     </modules>\r
67 \r
68     <build>\r
69         <plugins>\r
70             <plugin>\r
71                 <groupId>org.codehaus.mojo</groupId>\r
72                 <artifactId>versions-maven-plugin</artifactId>\r
73                 <version>2.8.1</version>\r
74                 <configuration>\r
75                     <processAllModules>true</processAllModules>\r
76                 </configuration>\r
77             </plugin>\r
78         </plugins>\r
79     </build>\r
80 \r
81 </project>\r