Skip to content

Commit

Permalink
LOGMGR-308 add client.jvm.jpms.args property for specifying JPMS prop…
Browse files Browse the repository at this point in the history
…erties
  • Loading branch information
kstekovi committed Jun 2, 2022
1 parent 7cf6c3e commit 190893f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<maven.compiler.target>11</maven.compiler.target>

<jdk.min.version>11</jdk.min.version>
<client.jvm.jpms.args></client.jvm.jpms.args>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -215,7 +216,7 @@
<includes>
<include>**/*Tests.java</include>
</includes>
<argLine>-Djava.util.logging.manager=org.jboss.logmanager.LogManager -Djdk.attach.allowAttachSelf=true</argLine>
<argLine>-Djava.util.logging.manager=org.jboss.logmanager.LogManager -Djdk.attach.allowAttachSelf=true ${client.jvm.jpms.args}</argLine>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>

Expand Down

0 comments on commit 190893f

Please sign in to comment.