native-maven-plugin
lacks runtimeArgs
configuration item similar to native-gradle-plugin
#685
Labels
enhancement
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Please make sure that you are using the latest plugin version, and that similar feature hasn't been requested before.
native-maven-plugin
lacksruntimeArgs
configuration item similar tonative-gradle-plugin
.native-maven-plugin
can no longer use the-XX:MissingRegistrationReportingMode=Warn
parameter for thetest
maven goal.native-gradle-plugin
, there is a mechanism to dynamically add parameters to the final GraalVM Native Image used by nativeTest.native-build-tools/native-gradle-plugin/src/main/java/org/graalvm/buildtools/gradle/NativeImagePlugin.java
Line 767 in c09540e
native-maven-plugin
, there is no such mechanism to dynamically add parameters to the final GraalVM Native Image used by nativeTest.native-build-tools/native-maven-plugin/src/main/java/org/graalvm/buildtools/maven/NativeTestMojo.java
Line 226 in c09540e
Describe the solution you'd like
A clear and concise description of what you want to happen.
runtimeArgs
configuration item similar tonative-gradle-plugin
tonative-maven-plugin
.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: