aboutsummaryrefslogtreecommitdiffstats
path: root/tests/projects/analysis/multi-languages/python-module/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/analysis/multi-languages/python-module/pom.xml')
-rw-r--r--tests/projects/analysis/multi-languages/python-module/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/projects/analysis/multi-languages/python-module/pom.xml b/tests/projects/analysis/multi-languages/python-module/pom.xml
new file mode 100644
index 00000000000..02520cd6de9
--- /dev/null
+++ b/tests/projects/analysis/multi-languages/python-module/pom.xml
@@ -0,0 +1,19 @@
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.sonarsource.it.projects.batch.multi-languages</groupId>
+ <artifactId>multi-languages</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>python-module</artifactId>
+ <name>Python Module</name>
+
+ <properties>
+ <sonar.language>py</sonar.language>
+ </properties>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ </build>
+</project> \ No newline at end of file