Fix EAP adapter tests when running on Windows and JDK 17. (#21278)
This commit is contained in:
parent
5ee21ab6d1
commit
96b98dd246
1 changed files with 2 additions and 0 deletions
|
@ -571,6 +571,7 @@
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>${cli.jboss-cli.arg}</argument>
|
<argument>${cli.jboss-cli.arg}</argument>
|
||||||
<argument>--file=${app.server.jboss.home}/docs/examples/enable-elytron-se17.cli</argument>
|
<argument>--file=${app.server.jboss.home}/docs/examples/enable-elytron-se17.cli</argument>
|
||||||
|
<argument>${cli.win.working.dir}</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
@ -591,6 +592,7 @@
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument>${cli.jboss-cli.arg}</argument>
|
<argument>${cli.jboss-cli.arg}</argument>
|
||||||
<argument>--file=${app.server.jboss.home}/docs/examples/enable-elytron-se17.cli</argument>
|
<argument>--file=${app.server.jboss.home}/docs/examples/enable-elytron-se17.cli</argument>
|
||||||
|
<argument>${cli.win.working.dir}</argument>
|
||||||
<argument>-Dconfig=standalone-ha.xml</argument>
|
<argument>-Dconfig=standalone-ha.xml</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in a new issue