Author: cutting
Date: Mon Aug 22 18:30:17 2011
New Revision: 1160362
URL: http://svn.apache.org/viewvc?rev=1160362&view=rev
Log:
AVRO-879. Try setting target to an absolute path.
Modified:
avro/trunk/lang/java/pom.xml
Modified: avro/trunk/lang/java/pom.xml
URL:
http://svn.apache.org/viewvc/avro/trunk/lang/java/pom.xml?rev=1160362&r1=1160361&r2=1160362&view=diff
==============================================================================
--- avro/trunk/lang/java/pom.xml (original)
+++ avro/trunk/lang/java/pom.xml Mon Aug 22 18:30:17 2011
@@ -105,7 +105,7 @@
rather than the console. -->
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<systemPropertyVariables>
- <test.dir>target/</test.dir>
+ <test.dir>${project.basedir}/target/</test.dir>
</systemPropertyVariables>
</configuration>
</plugin>