mirror of https://github.com/apache/maven.git
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@486887 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f84f8801d9
commit
185a1a16d2
2
ci.sh
2
ci.sh
|
@ -29,6 +29,8 @@ mavenHome=$buildDirectory/$mavenVersion
|
|||
settings=$buildDirectory/settings.xml
|
||||
maven="$mavenHome/bin/mvn -s $settings"
|
||||
|
||||
export M2_HOME=$mavenHome
|
||||
|
||||
echo "<?xml version="1.0"?>" > $settings
|
||||
echo "<settings>" >> $settings
|
||||
echo " <localRepository>/tmp/maven/repository</localRepository>" >> $settings
|
||||
|
|
Loading…
Reference in New Issue