mirror of https://github.com/apache/maven.git
this need to use install to install plugins
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
1e72287309
commit
9d793585ae
|
@ -26,7 +26,7 @@ if [ -z "$MAVENCODEBASE" ] ; then
|
||||||
echo Please export MAVENCODEBASE
|
echo Please export MAVENCODEBASE
|
||||||
else
|
else
|
||||||
mvn verify -P versionlessMavenDist -f "$MAVENCODEBASE"
|
mvn verify -P versionlessMavenDist -f "$MAVENCODEBASE"
|
||||||
mvn clean test -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo -DmavenDistro="$MAVENCODEBASE/apache-maven/target/apache-maven-bin.zip" -DwrapperDistroDir="$MAVENCODEBASE/apache-maven/target" -DmavenWrapper="$MAVENCODEBASE/maven-wrapper/target/maven-wrapper.jar"
|
mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo -DmavenDistro="$MAVENCODEBASE/apache-maven/target/apache-maven-bin.zip" -DwrapperDistroDir="$MAVENCODEBASE/apache-maven/target" -DmavenWrapper="$MAVENCODEBASE/maven-wrapper/target/maven-wrapper.jar"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue