diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-12 10:19:06 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-12 10:19:06 +0200 |
commit | aeee283d2109c425828c96bc2952b947cce56566 (patch) | |
tree | e00e42fa78c92dd499a231bf9628c6f121919051 /server/pom.xml | |
parent | 39f52452ee8a3d414dd9f2a4dee3dfffdb082c1d (diff) | |
download | sonarqube-aeee283d2109c425828c96bc2952b947cce56566.tar.gz sonarqube-aeee283d2109c425828c96bc2952b947cce56566.zip |
SONAR-4898 refactor process monitoring
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/pom.xml b/server/pom.xml index c0ec6370c42..55ee0ba06c5 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -11,7 +11,8 @@ <name>SonarQube :: Server :: Parent</name> <modules> - <module>process</module> + <module>sonar-process</module> + <module>sonar-process-monitor</module> <module>sonar-search</module> <module>sonar-server</module> <module>sonar-web</module> |