aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahoo-inc.com>2017-05-05 14:55:02 +0200
committerHåkon Hallingstad <hakon@yahoo-inc.com>2017-05-05 14:55:02 +0200
commit7b9ac73162a1e39aa02ffbaaece92ac27e74d25f (patch)
treeddc7a636774b5794b36ffb997f6085f6e0eb7225 /bootstrap.sh
parent064ed69d6b520cd9f55d1d711cb70a53b538a45e (diff)
Found likely cause of problem - should already be fixed but update comment
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index d56b9e5a104..9548e547aa4 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -56,9 +56,11 @@ $top/dist/getversion.pl -M $top > $top/dist/vtag.map
# the plugins again: java-build helps remembering this. So to bootstrap the
# building of the orchestrator modules and all of its dependencies, do:
# 'bootstrap.sh java-build -pl orchestrator'.
-#
-# Why not just 'mvn_install -am -pl bundle-plugin'? For unknown reasons, we
-# need to use -N when building through Screwdriver.
+
+# Note: Why not just 'mvn_install -am -pl bundle-plugin'? Because on
+# Screwdriver (not locally), mvn fails to resolve bundle-plugin while parsing
+# pom files recursivelly. Therefore, shut off recursiveness -N until
+# bundle-plugin is built.
MODULES="
.
annotations