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 8ba97a7 commit d6d7acdCopy full SHA for d6d7acd
pom.xml
@@ -156,6 +156,9 @@
156
<groupId>org.apache.maven.plugins</groupId>
157
<artifactId>maven-surefire-plugin</artifactId>
158
<version>3.5.4</version>
159
+ <configuration>
160
+ <argLine>-Xmx1024m</argLine>
161
+ </configuration>
162
</plugin>
163
<plugin>
164
<groupId>org.codehaus.mojo</groupId>
0 commit comments