summaryrefslogtreecommitdiffstats
path: root/it/it-projects/maven/maven-only-test-dir/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'it/it-projects/maven/maven-only-test-dir/pom.xml')
-rw-r--r--it/it-projects/maven/maven-only-test-dir/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/it/it-projects/maven/maven-only-test-dir/pom.xml b/it/it-projects/maven/maven-only-test-dir/pom.xml
new file mode 100644
index 00000000000..e1b343f6b53
--- /dev/null
+++ b/it/it-projects/maven/maven-only-test-dir/pom.xml
@@ -0,0 +1,18 @@
+<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>
+
+ <groupId>com.sonarsource.it.samples</groupId>
+ <artifactId>maven-only-test-dir</artifactId>
+ <version>1.0-SNAPSHOT</version>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+</project>