mirror of https://github.com/apache/maven.git
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@486733 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61e2713156
commit
f84f8801d9
9
ci.sh
9
ci.sh
|
@ -34,10 +34,6 @@ echo "<settings>" >> $settings
|
|||
echo " <localRepository>/tmp/maven/repository</localRepository>" >> $settings
|
||||
echo "</settings>" >> $settings
|
||||
|
||||
export M2_HOME=$mavenHome
|
||||
|
||||
mavenVersionString=`$maven -v`
|
||||
|
||||
echo " Maven version: $mavenVersion"
|
||||
echo "Maven executable: $maven"
|
||||
|
||||
|
@ -54,7 +50,10 @@ mkdir -p $buildDirectory
|
|||
cd maven-trunk
|
||||
ant
|
||||
)
|
||||
|
||||
|
||||
mavenVersionString=`$maven -v`
|
||||
echo "Maven version: $mavenVersionString (verify)"
|
||||
|
||||
# Build the Maven Integration Tests
|
||||
(
|
||||
cd mits-trunk
|
||||
|
|
Loading…
Reference in New Issue