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 3b5f66ec516..0843cee4c5c 100755
--- a/fork.sh
+++ b/fork.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-mvn clean install -DskipTests -Denforcer.skip=true -pl server/sonar-search,server/sonar-process,server/sonar-server-app,server/sonar-server-app,sonar-application
+mvn clean install -DskipTests -Denforcer.skip=true -pl server/sonar-search,server/sonar-process,sonar-application
if [[ "$OSTYPE" == "darwin"* ]]; then
OS='macosx-universal-64'