Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 1 | <!-- |
| 2 | ===============================LICENSE_START============================ |
| 3 | Copyright (c) 2019 AT&T Intellectual Property. |
| 4 | Copyright (c) 2018-2019 Nokia. |
| 5 | |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | |
| 18 | This source code is part of the near-RT RIC (RAN Intelligent Controller) |
| 19 | platform project (RICP). |
| 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 | <modelVersion>4.0.0</modelVersion> |
| 24 | <groupId>org.o-ran-sc.ric-plt.ricsdl</groupId> |
| 25 | <artifactId>ricsdl</artifactId> |
| 26 | <version>0</version> |
| 27 | <properties> |
| 28 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Lott, Christopher (cl778h) | 9965c69 | 2020-01-21 16:51:30 -0500 | [diff] [blame] | 29 | <sonar.sources>.</sonar.sources> |
Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 30 | <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath> |
Lott, Christopher (cl778h) | 4348ec7 | 2020-01-20 11:02:11 -0500 | [diff] [blame] | 31 | <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths> |
Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 32 | <sonar.python.xunit.reportPath>xunit-results.xml</sonar.python.xunit.reportPath> |
| 33 | <sonar.language>py</sonar.language> |
| 34 | <sonar.pluginname>python</sonar.pluginname> |
Lott, Christopher (cl778h) | 9965c69 | 2020-01-21 16:51:30 -0500 | [diff] [blame] | 35 | <sonar.inclusions>ricsdl/*.py,ricsdl/backend/*.py</sonar.inclusions> |
| 36 | <sonar.exclusions>tests/*,setup.py</sonar.exclusions> |
Timo Tietavainen | dada846 | 2019-11-27 11:50:01 +0200 | [diff] [blame] | 37 | </properties> |
| 38 | </project> |