blob: d5a69b06339322df15b8c45d620b5de5b792dd31 (
plain)
1
2
3
4
5
6
7
8
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>
|