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

noreply at shibboleth.net noreply at shibboleth.net
Wed Jan 23 16:52:41 EST 2013


Author: putmanb
Date: Wed Jan 23 16:52:40 2013
New Revision: 98

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=98&view=rev
Log:
Related to OSJ-35, get rid of special heap sizing for tests in parent POM.

Modified:
    java-parent-project-v3/trunk/pom.xml

Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=98&r1=97&r2=98&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Wed Jan 23 16:52:40 2013
@@ -662,8 +662,7 @@
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
                             <redirectTestOutputToFile>true</redirectTestOutputToFile>
-                            <!-- TODO lessen the amount of memory needed by OpenSAML unit tests -->
-                            <argLine>-Xmx1g -Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
+                            <argLine>-Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
                         </configuration>
                     </plugin>
                 </plugins>



More information about the commits mailing list