mirror of https://github.com/apache/maven.git
o let the goals be customizable for each integration test.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bfb88f0bbd
commit
004bb53b3e
|
@ -34,7 +34,7 @@ do
|
|||
echo
|
||||
fi
|
||||
|
||||
m2 clean:clean jar:jar
|
||||
m2 clean:clean `cat goals.txt`
|
||||
|
||||
if [ -f postbuild.hook ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue