aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDaniel Schwarz <daniel.schwarz@sonarsource.com>2017-11-14 10:42:32 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-16 17:37:18 +0100
commitbff9cf373e2ecbe66344d58c3423b873f1fb17c5 (patch)
tree1aab779cba6f12fb3ea423d80aab3d65f68ef420 /pom.xml
parenta7d7fa94bf725af62447f4d42fc8a923bba77ff9 (diff)
downloadsonarqube-bff9cf373e2ecbe66344d58c3423b873f1fb17c5.tar.gz
sonarqube-bff9cf373e2ecbe66344d58c3423b873f1fb17c5.zip
Auto-generate sonar-ws for integration tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4ba67554127..e73536e5ba0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,7 @@
<module>sonar-markdown</module>
<module>sonar-plugin-api</module>
<module>server</module>
+ <module>sonar-ws-generated</module>
<module>sonar-ws</module>
<module>sonar-testing-harness</module>
<module>plugins/sonar-xoo-plugin</module>
@@ -433,6 +434,11 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>sonar-ws-generated</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>sonar-ws</artifactId>
<version>${project.version}</version>
</dependency>