We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e587bb5 commit e940becCopy full SHA for e940bec
pom.xml
@@ -156,6 +156,9 @@
156
<groupId>org.apache.maven.plugins</groupId>
157
<artifactId>maven-surefire-plugin</artifactId>
158
<version>3.5.3</version>
159
+ <configuration>
160
+ <argLine>-Xmx1024m</argLine>
161
+ </configuration>
162
</plugin>
163
<plugin>
164
<groupId>org.codehaus.mojo</groupId>
0 commit comments