Skip to content

Commit

Permalink
Added surefire argLine for IBM JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
nziakova committed Oct 31, 2018
1 parent 5f6d408 commit ae67e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<includes>
<include>**/*Tests.java</include>
</includes>
<argLine>-Djdk.attach.allowAttachSelf=true</argLine>
<argLine>-Djdk.attach.allowAttachSelf=true -Djava.util.logging.manager=org.jboss.logmanager.LogManager</argLine>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<test.log.dir>${project.build.directory}${file.separator}logs${file.separator}</test.log.dir>
Expand Down

0 comments on commit ae67e8b

Please sign in to comment.