[java-parent-project COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Apr 30 14:01:37 BST 2012


Author: lajoie
Date: Mon Apr 30 14:01:36 2012
New Revision: 67

URL: http://svn.shibboleth.net/view/java-parent-project?rev=67&view=rev
Log:
add endorsed directory to JVM CLI arguments
Up the amount of memory allocated to unit tests

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=67&r1=66&r2=67&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Mon Apr 30 14:01:36 2012
@@ -668,14 +668,9 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
-                          <redirectTestOutputToFile>true</redirectTestOutputToFile>
-                            <argLine>-Xmx512m</argLine>
-                            <systemProperties>
-                                <property>
-                                    <name>java.endorsed.dirs</name>
-                                    <value>${project.build.directory}/endorsed</value>
-                                </property>
-                            </systemProperties>
+                            <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                            <!-- TODO lessen the amount of memory needed by OpenSAML unit tests -->
+                            <argLine>-Xmx1g -Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
                         </configuration>
                     </plugin>
                 </plugins>



More information about the commits mailing list