diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-11 17:10:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-11 17:10:13 +0200 |
commit | 1de4e949ef73b086e5ff5cef2b39fdb3c3553d41 (patch) | |
tree | 5f53797f1a21cc7854db1db5f4a4010322e8db45 /server/pom.xml | |
parent | d67483d12ef1768adda8f87db349915891f3b19a (diff) | |
download | sonarqube-1de4e949ef73b086e5ff5cef2b39fdb3c3553d41.tar.gz sonarqube-1de4e949ef73b086e5ff5cef2b39fdb3c3553d41.zip |
SONAR-5408 extract sonar-web from sonar-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 598f1d4aa1a..131d3efcbcd 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -14,6 +14,7 @@ <module>sonar-process</module> <module>sonar-search</module> <module>sonar-server</module> + <module>sonar-web</module> <module>sonar-ws-client</module> </modules> </project> |