Tommy Carpenter | bb5ad70 | 2019-09-18 08:46:55 -0400 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <!--<![CDATA[ |
| 3 | ========================LICENSE_START================================= |
| 4 | O-RAN-SC |
| 5 | %% |
| 6 | Copyright (C) 2019 AT&T Intellectual Property and Nokia |
| 7 | %% |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ========================LICENSE_END=================================== |
| 20 | ]]>--> |
| 21 | <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"> |
| 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | <groupId>org.o-ran-sc.ric-plt.a1</groupId> |
| 24 | <artifactId>a1mediator</artifactId> |
| 25 | <version>0</version> |
| 26 | <properties> |
| 27 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 28 | <sonar.sources>.</sonar.sources> |
| 29 | <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath> |
| 30 | <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath> |
| 31 | <sonar.python.xunit.reportPath>xunit-results.xml</sonar.python.xunit.reportPath> |
| 32 | <sonar.language>py</sonar.language> |
| 33 | <sonar.pluginname>python</sonar.pluginname> |
| 34 | <sonar.inclusions>a1/*.py</sonar.inclusions> |
| 35 | <sonar.exclusions>tests/*,setup.py</sonar.exclusions> |
| 36 | </properties> |
| 37 | </project> |