Fix EAP adapter tests when running on Windows and JDK 17. (#21278)

This commit is contained in:
Miquel Simon 2023-06-30 11:54:33 +02:00 committed by GitHub
parent 5ee21ab6d1
commit 96b98dd246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>