aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-10 14:14:32 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-10 14:16:46 +0200
commit4659898b6d290ce2f5b3edf7396e32e4caa2bb24 (patch)
tree8968ca6d59ebfb85a220617d52f00d1ec05d2927 /pom.xml
parentf09ad0c18ab1e326722e0fb224c05dc62b0e7c0e (diff)
downloadsonarqube-4659898b6d290ce2f5b3edf7396e32e4caa2bb24.tar.gz
sonarqube-4659898b6d290ce2f5b3edf7396e32e4caa2bb24.zip
Move sonar-server, sonar-search and sonar-process into sub-dir server/
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 598d953b7b4..f02bb326d85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,8 +12,6 @@
<modules>
<module>sonar-application</module>
- <module>sonar-process</module>
- <module>sonar-search</module>
<module>sonar-batch</module>
<module>sonar-batch-maven-compat</module>
<module>sonar-check-api</module>
@@ -28,7 +26,7 @@
<module>sonar-maven-plugin</module>
<module>sonar-maven3-plugin</module>
<module>sonar-plugin-api</module>
- <module>sonar-server</module>
+ <module>server</module>
<module>sonar-testing-harness</module>
<module>sonar-ws-client</module>
<module>plugins/sonar-core-plugin</module>