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 299519c commit 59cf809Copy full SHA for 59cf809
1 file changed
pom.xml
@@ -218,6 +218,7 @@
218
219
<plugin>
220
<artifactId>maven-release-plugin</artifactId>
221
+ <version>3.0.0-M4</version>
222
<dependencies>
223
<dependency>
224
<groupId>org.apache.maven.scm</groupId>
@@ -324,7 +325,7 @@
324
325
<goal>test</goal>
326
</goals>
327
<configuration>
- <argLine>-XX:-CompactStrings</argLine>
328
+ <argLine>@{argLine} -XX:-CompactStrings ${jvm.requiredArgs}</argLine>
329
</configuration>
330
</execution>
331
</executions>
0 commit comments