Skip to content

Commit 3117b14

Browse files
authored
Merge pull request #112 from whitingjr/add-jvm-flag-for-surefire-tests-with-jdk11
Add jvm flag to permit attaching to JVM during tests.
2 parents 98d46a9 + 2b39839 commit 3117b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
<redirectTestOutputToFile>true</redirectTestOutputToFile>
175175
<forkCount>${test-forkCount}</forkCount>
176176
<reuseForks>false</reuseForks>
177+
<argLine>-Djdk.attach.allowAttachSelf=true</argLine>
177178
</configuration>
178179
</plugin>
179180
</plugins>

0 commit comments

Comments
 (0)