aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-05-24 13:32:21 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-05-24 13:32:21 +0200
commitc7d6de2b857dbd12921bb13ec5c3091d236b1ba1 (patch)
treeb2d8df2849d91d6b1e58b7f0a03d172f1e4d3ca5 /bootstrap.sh
parent330facf68ce39ad3fc4b74f11743bbd35cf24f26 (diff)
Maven 3.0.5 on CentOS 7 requires -f to be a filename.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index d8b414603d9..4e3761649e0 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -48,7 +48,7 @@ $top/dist/getversion.pl -M $top > $top/dist/vtag.map
mvn_install -N
# and build plugins first:
-mvn_install -f maven-plugins
+mvn_install -f maven-plugins/pom.xml
# now everything else should just work with normal maven dependency resolution: