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
This commit is contained in:
Jason van Zyl 2005-12-23 05:23:17 +00:00
parent 7759c9a336
commit 09c67ed9bc
1 changed files with 0 additions and 5 deletions

View File

@ -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`