Chris Donley | ab3381d | 2018-03-13 16:31:17 -0700 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <!-- |
| 3 | Copyright (c) 2018 Huawei. All rights reserved. |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 6 | not use this file except in compliance with the License. You may obtain |
| 7 | a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 13 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 14 | License for the specific language governing permissions and limitations |
| 15 | under 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 Donley | e9d712a | 2018-03-14 17:31:10 -0700 | [diff] [blame] | 22 | <version>1.1.0</version> |
Chris Donley | ab3381d | 2018-03-13 16:31:17 -0700 | [diff] [blame] | 23 | </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> |
Moshe | ea90f9b | 2018-03-25 17:00:40 +0300 | [diff] [blame^] | 32 | <sonar.sources>.</sonar.sources> |
| 33 | <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath> |
Chris Donley | ab3381d | 2018-03-13 16:31:17 -0700 | [diff] [blame] | 34 | <sonar.language>py</sonar.language> |
| 35 | <sonar.pluginName>Python</sonar.pluginName> |
| 36 | <sonar.inclusions>**/*.py</sonar.inclusions> |
| 37 | <sonar.skip>false</sonar.skip> |
Moshe | ea90f9b | 2018-03-25 17:00:40 +0300 | [diff] [blame^] | 38 | <sonar.exclusions>version.py,setup.py</sonar.exclusions> |
Chris Donley | ab3381d | 2018-03-13 16:31:17 -0700 | [diff] [blame] | 39 | </properties> |
| 40 | |
| 41 | </project> |