Author: aheritier Date: Tue Mar 7 15:01:27 2006 New Revision: 384045 URL: http://svn.apache.org/viewcvs?rev=384045&view=rev Log: Remove exception trace in touchstone tests
Modified: maven/maven-1/core/trunk/maven.xml Modified: maven/maven-1/core/trunk/maven.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/maven.xml?rev=384045&r1=384044&r2=384045&view=diff ============================================================================== --- maven/maven-1/core/trunk/maven.xml (original) +++ maven/maven-1/core/trunk/maven.xml Tue Mar 7 15:01:27 2006 @@ -28,6 +28,12 @@ </postGoal> <goal name="maven:run-touchstone"> + <!-- + Force to set this property to an empty value. + This property cannot be evaluated in touchstone build because + pom.siteDirectory isn't defined in all poms + --> + <j:set var="maven.site.stage.directory" value="" scope="parent"/> <maven:maven descriptor="${basedir}/src/test/touchstone-build/project.xml" goals="clean,jar:jar,touchstone-tests" ignoreFailures="false"/> </goal>