diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-10 14:14:32 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-10 14:16:46 +0200 |
commit | 4659898b6d290ce2f5b3edf7396e32e4caa2bb24 (patch) | |
tree | 8968ca6d59ebfb85a220617d52f00d1ec05d2927 /pom.xml | |
parent | f09ad0c18ab1e326722e0fb224c05dc62b0e7c0e (diff) | |
download | sonarqube-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.xml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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> |