blob: bc11b62c34128dc5df8ce7bc1c01596e50aed89d [file] [log] [blame]
Chris Donleyab3381d2018-03-13 16:31:17 -07001<?xml version="1.0"?>
2<!--
3Copyright (c) 2018 Huawei. All rights reserved.
4
5Licensed under the Apache License, Version 2.0 (the "License"); you may
6not use this file except in compliance with the License. You may obtain
7a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14License for the specific language governing permissions and limitations
15under the License.
16-->
17<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">
18 <modelVersion>4.0.0</modelVersion>
19 <parent>
20 <groupId>org.onap.oparent</groupId>
21 <artifactId>oparent</artifactId>
Chris Donleye9d712a2018-03-14 17:31:10 -070022 <version>1.1.0</version>
Chris Donleyab3381d2018-03-13 16:31:17 -070023 </parent>
24
25 <groupId>org.onap.vnfsdk.dovetail-integration</groupId>
26 <artifactId>vnf-sdk-dovetail-integration</artifactId>
27 <packaging>pom</packaging>
28
29 <name>vnfsdk-dovetail-integration</name>
30 <description>Integration with OPNFV Dovetail project</description>
31 <properties>
Mosheea90f9b2018-03-25 17:00:40 +030032 <sonar.sources>.</sonar.sources>
33 <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
Chris Donleyab3381d2018-03-13 16:31:17 -070034 <sonar.language>py</sonar.language>
35 <sonar.pluginName>Python</sonar.pluginName>
36 <sonar.inclusions>**/*.py</sonar.inclusions>
37 <sonar.skip>false</sonar.skip>
Mosheea90f9b2018-03-25 17:00:40 +030038 <sonar.exclusions>version.py,setup.py</sonar.exclusions>
Chris Donleyab3381d2018-03-13 16:31:17 -070039 </properties>
40
41</project>