summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-05-17 18:57:42 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-05-17 18:57:42 +0200
commit8e6356117002ffa7349307d0f6ce2276c525e049 (patch)
treec28f3c6f00647994f69e2158c3ff346ee7b39a83 /bootstrap.sh
parent4d98a026341493e06a2118afc4ec6091a676e7dd (diff)
simplify sub-module build
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index f2c6c02d3e4..8e197665708 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -12,7 +12,7 @@ elif [ "$1" = "full" ]; then
# Build all java modules required by C++ testing
MODE=full
elif [ "$1" = "java" ]; then
- # Build minmial set of java modules, then run mvn install with arguments $2,
+ # Build minimal set of java modules, then run mvn install with arguments $2,
# $3, etc.
MODE=java
elif [ "$1" = "default" ]; then
@@ -53,7 +53,7 @@ $top/dist/getversion.pl -M $top > $top/dist/vtag.map
mvn_install -N
# and build plugins first:
-(cd maven-plugins && mvn_install)
+mvn_install -f maven-plugins
# now everything else should just work with normal maven dependency resolution: