diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-08-08 11:27:03 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-08-08 12:05:12 +0200 |
commit | 17a40828946cf3c133b3d8d3ed441c4697bd3229 (patch) | |
tree | 4863d984248e420c3dd060264eef3549eaf8e413 /server/pom.xml | |
parent | a9611c345fd6ad51c37f9470b1b08fea0e062946 (diff) | |
download | sonarqube-17a40828946cf3c133b3d8d3ed441c4697bd3229.tar.gz sonarqube-17a40828946cf3c133b3d8d3ed441c4697bd3229.zip |
SONAR-4898 - Modularized sonar-process for tests
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/pom.xml b/server/pom.xml index 27d1fc77c4f..c0ec6370c42 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -11,8 +11,7 @@ <name>SonarQube :: Server :: Parent</name> <modules> - <module>sonar-process-test</module> - <module>sonar-process</module> + <module>process</module> <module>sonar-search</module> <module>sonar-server</module> <module>sonar-web</module> |