diff options
Diffstat (limited to 'tests/projects/analysis/multi-languages/javascript-module/pom.xml')
-rw-r--r-- | tests/projects/analysis/multi-languages/javascript-module/pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/projects/analysis/multi-languages/javascript-module/pom.xml b/tests/projects/analysis/multi-languages/javascript-module/pom.xml deleted file mode 100644 index f0eb641e9e2..00000000000 --- a/tests/projects/analysis/multi-languages/javascript-module/pom.xml +++ /dev/null @@ -1,20 +0,0 @@ -<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 |