Bump native-maven-plugin from 0.10.2 to 0.10.3 (#1144)

The plugin introduced some "windows fix"[1] that causes current arg parsing to fail. Solution seems to be to split each arg in own line, but that introduced another set of challenges.

[1] https://github.com/graalvm/native-build-tools/pull/609

Supersedes https://github.com/apache/maven-mvnd/pull/1135
This commit is contained in:
Tamas Cservenak
2024-10-09 11:12:11 +02:00
committed by GitHub
parent 65e06c3344
commit 6cf4e92bf7
3 changed files with 42 additions and 22 deletions

View File

@@ -106,7 +106,7 @@
<phase>none</phase>
</execution>
<execution>
<id>mvn-39</id>
<id>java-test</id>
<goals>
<goal>test</goal>
</goals>
@@ -192,7 +192,7 @@
<artifactId>maven-failsafe-plugin</artifactId>
<executions>
<execution>
<id>native-39</id>
<id>native-test</id>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>