diff options
Diffstat (limited to 'sonar-web-test/pom.xml')
-rw-r--r-- | sonar-web-test/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sonar-web-test/pom.xml b/sonar-web-test/pom.xml new file mode 100644 index 00000000000..2a08592db00 --- /dev/null +++ b/sonar-web-test/pom.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>org.codehaus.sonar</groupId> + <artifactId>sonar</artifactId> + <version>3.2-SNAPSHOT</version> + </parent> + <artifactId>sonar-web-test</artifactId> + <name>Sonar :: Web Test</name> + <description>Test of the web site</description> +</project> |