Author: maxcom
Date: Fri Mar 23 09:53:31 2012
New Revision: 1304251
URL: http://svn.apache.org/viewvc?rev=1304251&view=rev
Log:
tika-server: configure surefire plugin
Modified:
tika/trunk/tika-server/pom.xml
Modified: tika/trunk/tika-server/pom.xml
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-server/pom.xml?rev=1304251&r1=1304250&r2=1304251&view=diff
==============================================================================
--- tika/trunk/tika-server/pom.xml (original)
+++ tika/trunk/tika-server/pom.xml Fri Mar 23 09:53:31 2012
@@ -172,6 +172,15 @@
</instructions>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.12</version>
+ <configuration>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
+ <argLine>-da -XX:+HeapDumpOnOutOfMemoryError
-Xmx512m</argLine>
+ </configuration>
+ </plugin>
</plugins>
</build>