aboutsummaryrefslogtreecommitdiffstats
path: root/fork.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fork.sh')
-rwxr-xr-xfork.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fork.sh b/fork.sh
index f2ee7459a96..e5a9237af30 100755
--- a/fork.sh
+++ b/fork.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-mvn clean install -DskipTests -Denforcer.skip=true $*
+mvn clean install -DskipTests -Denforcer.skip=true -pl server/sonar-process,sonar-application
if [[ "$OSTYPE" == "darwin"* ]]; then
OS='macosx-universal-64'