Skip to content

Commit

Permalink
Merge pull request #203 from nziakova/ibm
Browse files Browse the repository at this point in the history
[LOGMGR-208] Added surefire argLine for IBM JDK
  • Loading branch information
jamezp authored Nov 5, 2018
2 parents 5f6d408 + ae67e8b commit aae2ac4
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 aae2ac4

Please sign in to comment.