summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
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: