diff options
Diffstat (limited to 'tests/projects/performance/huge-file/pom.xml')
-rw-r--r-- | tests/projects/performance/huge-file/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/projects/performance/huge-file/pom.xml b/tests/projects/performance/huge-file/pom.xml new file mode 100644 index 00000000000..d5a69b06339 --- /dev/null +++ b/tests/projects/performance/huge-file/pom.xml @@ -0,0 +1,9 @@ +<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>huge-file</artifactId> + <version>1.0-SNAPSHOT</version> + <name>Sonar :: Integration Tests :: Huge File</name> + +</project>
\ No newline at end of file |