mirror of https://github.com/apache/maven.git
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:
parent
7759c9a336
commit
09c67ed9bc
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue