projects
/
java-idp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd9cbb
)
Increase max memory available during tests
author
lajoie
<lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 6 Oct 2008 10:48:00 +0000
(10:48 +0000)
committer
lajoie
<lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 6 Oct 2008 10:48:00 +0000
(10:48 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2778
ab3bd59b
-922f-494d-bb5f-
6f0a3c29deca
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
a3a1c3b
..
2f5e348
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-181,6
+181,13
@@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>-Xmx256m</argLine>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>