|
|
@@ -164,6 +164,17 @@
|
|
|
<parameters>true</parameters>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.graalvm.buildtools</groupId>
|
|
|
+ <artifactId>native-maven-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <imageName>uv-saic-docs</imageName>
|
|
|
+ <buildArgs>
|
|
|
+ <buildArg>--no-fallback</buildArg>
|
|
|
+ </buildArgs>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+
|
|
|
<!--
|
|
|
<plugin>
|
|
|
<groupId>org.jacoco</groupId>
|