1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <!-- This file is used only for Sonar scans -->
5 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.acumos.face-privacy-filter</groupId>
7 <artifactId>face-privacy-filter</artifactId>
8 <version>0.3.4</version> <!-- REPEATED IN face_privacy_filter/_version.py MUST MATCH -->
10 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11 <sonar.sources>.</sonar.sources>
12 <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
13 <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
14 <sonar.language>py</sonar.language>
15 <sonar.pluginname>python</sonar.pluginname>
16 <sonar.inclusions>**/**.py</sonar.inclusions>
17 <sonar.exclusions>**/tests/**.py,**/test*.py</sonar.exclusions>