o updating integration tests, going to hook them up to the ci mechanism.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-06-14 22:15:15 +00:00
parent 8be8744b31
commit 01ec7a61cf
4 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
/home/jvanzyl/maven-repo-local

View File

@ -16,7 +16,7 @@ do
(
cd $integration_test
m2 clean jar
m2 clean:clean jar:jar
java -cp $cp $verifier `pwd`
)