aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-common/src/test/projects/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-webserver-common/src/test/projects/pom.xml')
-rw-r--r--server/sonar-webserver-common/src/test/projects/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/server/sonar-webserver-common/src/test/projects/pom.xml b/server/sonar-webserver-common/src/test/projects/pom.xml
new file mode 100644
index 00000000000..37338313ac0
--- /dev/null
+++ b/server/sonar-webserver-common/src/test/projects/pom.xml
@@ -0,0 +1,22 @@
+<?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>
+ <groupId>org.sonarsource.sonarqube.tests</groupId>
+ <artifactId>parent</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>test-base-plugin</module>
+ <module>test-base-plugin-v2</module>
+ <module>test-core-plugin</module>
+ <module>test-extend-plugin</module>
+ <module>test-libs-plugin</module>
+ <module>test-require-plugin</module>
+ <module>test-requirenew-plugin</module>
+ <module>fake-report-plugin</module>
+ <module>fake-sqale-plugin</module>
+ <module>fake-views-plugin</module>
+ </modules>
+
+</project>