blob: 4f102fe7dd437f54a5d2d6ef8ac28ea14014b0ac [file] [log] [blame]
Timo Tietavainendada8462019-11-27 11:50:01 +02001<!--
2===============================LICENSE_START============================
3Copyright (c) 2019 AT&T Intellectual Property.
4Copyright (c) 2018-2019 Nokia.
5
6Licensed under the Apache License, Version 2.0 (the "License");
7you may not use this file except in compliance with the License.
8You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing, software
13distributed under the License is distributed on an "AS IS" BASIS,
14WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15See the License for the specific language governing permissions and
16limitations under the License.
17
18This source code is part of the near-RT RIC (RAN Intelligent Controller)
19platform 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)9965c692020-01-21 16:51:30 -050029 <sonar.sources>.</sonar.sources>
Timo Tietavainendada8462019-11-27 11:50:01 +020030 <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
Lott, Christopher (cl778h)4348ec72020-01-20 11:02:11 -050031 <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
Timo Tietavainendada8462019-11-27 11:50:01 +020032 <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)9965c692020-01-21 16:51:30 -050035 <sonar.inclusions>ricsdl/*.py,ricsdl/backend/*.py</sonar.inclusions>
36 <sonar.exclusions>tests/*,setup.py</sonar.exclusions>
Timo Tietavainendada8462019-11-27 11:50:01 +020037 </properties>
38</project>