From 09c67ed9bc3253dc393b489110d892d48e9664cd Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Fri, 23 Dec 2005 05:23:17 +0000 Subject: [PATCH] o we're not going to build the plugins so make sure that someone who has checked out the "maven" externals definition doesn't build them. our page says to check out "components" but people don't always follow instructions :-) git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358714 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index f456469642..5f8bb88127 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -28,11 +28,6 @@ BOOTSTRAP_JAR=bootstrap-mini/bootstrap-mini.jar ) ret=$?; if [ $ret != 0 ]; then exit $ret; fi -PLUGINS_DIR=../plugins -if [ -d $PLUGINS_DIR ]; then - ARGS="$ARGS --build-plugins --plugins-directory=$PLUGINS_DIR" -fi - # TODO: get rid of M2_HOME once integration tests are in here PREFIX=`dirname $M2_HOME`