Skip to content

Commit 48c28d1

Browse files
author
Yaniv Inbar
committed
http: switch to maven-surefire-plugin 2.12.4
https://codereview.appspot.com/6854044/
1 parent d1692c5 commit 48c28d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,10 @@
276276
</plugin>
277277
<plugin>
278278
<artifactId>maven-surefire-plugin</artifactId>
279-
<version>2.8.1</version>
279+
<version>2.12.4</version>
280+
<configuration>
281+
<argLine>-Xmx1024m</argLine>
282+
</configuration>
280283
</plugin>
281284
<plugin>
282285
<artifactId>maven-war-plugin</artifactId>

0 commit comments

Comments
 (0)