mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 14:10:52 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user