Merge "CodeCoverage improvement for dcaegen2-platform-mod-genprocessor"
[dcaegen2/platform.git] / adapter / acumos / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ============LICENSE_START=======================================================
4 org.onap.dcae
5 ================================================================================
6 Copyright (c) 2019-2020,2022 AT&T Intellectual Property. All rights reserved.
7 Copyright (c) 2021 highstreet technologies GmbH. All rights reserved.
8 =============================================================================
9 Licensed under the Apache License, Version 2.0 (the "License");
10 you may not use this file except in compliance with the License.
11 You may obtain a copy of the License at
12
13          http://www.apache.org/licenses/LICENSE-2.0
14
15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License 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 <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">
23   <!-- This file is used only for Sonar scans -->
24   <modelVersion>4.0.0</modelVersion>
25   <groupId>org.onap.dcaegen2.platform.adapter</groupId>
26   <artifactId>dcaegen2-platform-adapter-acumos</artifactId>
27   <version>1.0.7</version>
28   <properties>
29     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30     <sonar.sources>.</sonar.sources>
31     <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
32     <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
33     <sonar.language>py</sonar.language>
34     <sonar.pluginname>python</sonar.pluginname>
35     <sonar.inclusions>**/*.py</sonar.inclusions>
36     <sonar.exclusions>**/tests/**,**/setup.py</sonar.exclusions>
37     <containerName>org.onap.dcaegen2.platform.adapter.acumos</containerName>
38   </properties>
39 </project>