aboutsummaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml3
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>