diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-10 14:35:50 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-10 14:35:50 +0200 |
commit | 90ab387cdeda985e987d1eac3764896049e94011 (patch) | |
tree | 857a137415ab91603c37cf82a6d74645f4bc6e76 /server/pom.xml | |
parent | c4ddca5b55f3cbe21235cb7ee6f3ea3e2bbae128 (diff) | |
download | sonarqube-90ab387cdeda985e987d1eac3764896049e94011.tar.gz sonarqube-90ab387cdeda985e987d1eac3764896049e94011.zip |
Move sonar-ws-client to sub-dir server/
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml index 7683d3676ab..598f1d4aa1a 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -14,5 +14,6 @@ <module>sonar-process</module> <module>sonar-search</module> <module>sonar-server</module> + <module>sonar-ws-client</module> </modules> </project> |