aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index faeeb806d01..b0c3fc12ca6 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -64,17 +64,17 @@ $top/dist/getversion.pl -M $top > $top/dist/vtag.map
echo "Downloading all dependencies. This may take a few minutes with an empty Maven cache."
(
cd container-dependency-versions
- mvn_install --threads 1.5C
+ mvn_install
)
(
cd parent
- mvn_install --threads 1.5C
+ mvn_install
)
-mvn_install --threads 1.5C -N
+mvn_install -N
# and build plugins first:
echo "Building Vespa Maven plugins."
-mvn_install --threads 1 -f maven-plugins/pom.xml
+mvn_install --threads 1.5C -f maven-plugins/pom.xml
# now everything else should just work with normal maven dependency resolution: