Fix: Update Sonar needed parameters
[oam/tr069-adapter.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 /*
4  * ============LICENSE_START========================================================================
5  * O-RAN-SC : tr-069-adapter
6  * =================================================================================================
7  * Copyright (C) 2020 CommScope Inc Intellectual Property.
8  * =================================================================================================
9  * This tr-069-adapter software file is distributed by CommScope Inc
10  * under the Apache License, Version 2.0 (the "License");
11  * you may not use this file except in compliance with the License.
12  * You may obtain a copy of the License at
13  *
14  * http://www.apache.org/licenses/LICENSE-2.0
15  *
16  * This file is distributed on an "AS IS" BASIS,
17  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  * See the License for the specific language governing permissions and
19  * limitations under the License.
20  * ===============LICENSE_END=======================================================================
21 */
22 -->
23 <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">
24    <parent>
25       <groupId>org.springframework.boot</groupId>
26       <artifactId>spring-boot-starter-parent</artifactId>
27       <version>2.2.1.RELEASE</version>
28    </parent>
29    <modelVersion>4.0.0</modelVersion>
30    <groupId>org.commscope.tr069adapter</groupId>
31    <artifactId>tr069adapter</artifactId>
32    <version>${project.version}</version>
33    <packaging>pom</packaging>
34    <name>tr069adapter</name>
35    <properties>
36           <project.version>1.0.0-SNAPSHOT</project.version>
37       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38       <build.version>latest</build.version>
39       <jdk.version>1.7</jdk.version>
40       <java.version>1.8</java.version>
41       <org.apache.axis.version>1.4</org.apache.axis.version>
42       <junit.version>4.12</junit.version>
43       <junit.scope>test</junit.scope>
44       <jta.version>1.1</jta.version>
45       <jaxb-api.version>2.1</jaxb-api.version>
46       <org.mockito.version>1.8.4</org.mockito.version>
47       <maven-clean-plugin.version>2.4.1</maven-clean-plugin.version>
48       <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
49       <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
50       <maven-assembly-plugin.version>2.2</maven-assembly-plugin.version>
51       <maven-deploy-plugin.version>2.7</maven-deploy-plugin.version>
52       <log4j.extras>1.2.17</log4j.extras>
53       <docker-maven-plugin>0.30.0</docker-maven-plugin>
54       <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
55       <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
56       <spotless-maven-plugin.version>1.18.0</spotless-maven-plugin.version>
57       <formatter-maven-plugin.version>2.8.1</formatter-maven-plugin.version>
58    </properties>
59    <modules>
60       <module>common</module>
61       <module>db</module>
62       <module>nginx</module>
63       <module>factory</module>
64       <module>acs</module>
65       <module>mapper</module>
66       <module>netconf-server</module>
67       <module>ves-agent</module>
68       <module>config-data</module>
69    </modules>
70 </project>