diff options
Diffstat (limited to 'it/it-projects/batch/multi-languages/javascript-module/pom.xml')
-rw-r--r-- | it/it-projects/batch/multi-languages/javascript-module/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/it/it-projects/batch/multi-languages/javascript-module/pom.xml b/it/it-projects/batch/multi-languages/javascript-module/pom.xml new file mode 100644 index 00000000000..f0eb641e9e2 --- /dev/null +++ b/it/it-projects/batch/multi-languages/javascript-module/pom.xml @@ -0,0 +1,20 @@ +<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>javascript-module</artifactId> + <name>Javascript Module</name> + + <properties> + <sonar.language>js</sonar.language> + </properties> + + <build> + <sourceDirectory>src</sourceDirectory> + </build> + +</project>
\ No newline at end of file |