Author: pascalschumacher
Date: Fri Aug 11 15:36:06 2017
New Revision: 1804808

URL: http://svn.apache.org/viewvc?rev=1804808&view=rev
Log:
try to fix build on travis by increasing maximum memory for tests

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1804808&r1=1804807&r2=1804808&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri Aug 11 15:36:06 2017
@@ -224,6 +224,14 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+            <!-- to increase memory for tests on travis ci -->
+            <argLine>-Xmx64m</argLine>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>${version.checkstyle}</version>
         <!-- Keep build/reporting in sync -->


Reply via email to