You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -615,86 +615,6 @@ <h3 id="run-your-project"><a class="anchor" href="#run-your-project"></a>Build a
615
615
Continue to advanced use cases to learn more.</p>
616
616
</div>
617
617
</div>
618
-
</div>
619
-
</div>
620
-
<divclass="sect1">
621
-
<h2id="advanced-use-cases"><aclass="anchor" href="#advanced-use-cases"></a>Advanced Use Cases: How to</h2>
622
-
<divclass="sectionbody">
623
-
<divclass="paragraph">
624
-
<p>For advanced use cases, this guide provides instructions for configuring the build process, running tests on native code, gathering execution profiles, troubleshooting missing configuration, and enabling diagnostic tools to analyze native images.</p>
<p>The plugin supports passing options directly to Native Image inside the <code><configuration></code> block.
630
-
Using <code><buildArg></code>, you can pass any Native Image build option listed on <ahref="https://www.graalvm.org/reference-manual/native-image/overview/Options/">this page</a>.</p>
631
-
</div>
632
-
<divclass="paragraph">
633
-
<p>The plugin also provides special properties to configure the build:</p>
634
-
</div>
635
-
<divclass="ulist">
636
-
<ul>
637
-
<li>
638
-
<p><code><environment></code> - Sets the environment options</p>
639
-
</li>
640
-
<li>
641
-
<p><code><imageName></code> - Specifies of the name for the native executable file. If a custom name is not supplied, the artifact ID of the project will be used by default (defaults to the project name).</p>
642
-
</li>
643
-
<li>
644
-
<p><code><jvmArgs></code> - Passes the given argument directly to the JVM running the <code>native-image</code> tool</p>
<p>As an alternative, you can pass additional build options via the <code>NATIVE_IMAGE_OPTIONS</code> environment variable, on the command line.
688
-
This works similarly to <code>JAVA_TOOL_OPTIONS</code>, where the value of the environment variable is prefixed to the options supplied to <code>native-image</code>.</p>
689
-
</div>
690
-
</td>
691
-
</tr>
692
-
</table>
693
-
</div>
694
-
<divclass="paragraph">
695
-
<p>Learn more about Native Image build configuration <ahref="https://www.graalvm.org/reference-manual/native-image/overview/BuildConfiguration/">on the website</a>.</p>
<h2id="advanced-use-cases"><aclass="anchor" href="#advanced-use-cases"></a>Advanced Use Cases: How to</h2>
730
+
<divclass="sectionbody">
731
+
<divclass="paragraph">
732
+
<p>For advanced use cases, this guide provides instructions for configuring the build process, running tests on native code, gathering execution profiles, troubleshooting missing configuration, and enabling diagnostic tools to analyze native images.</p>
<p>The plugin supports passing options directly to Native Image inside the <code><configuration></code> block.
738
+
Using <code><buildArg></code>, you can pass any Native Image build option listed on <ahref="https://www.graalvm.org/reference-manual/native-image/overview/Options/">this page</a>.</p>
739
+
</div>
740
+
<divclass="paragraph">
741
+
<p>The plugin also provides special properties to configure the build:</p>
742
+
</div>
743
+
<divclass="ulist">
744
+
<ul>
745
+
<li>
746
+
<p><code><environment></code> - Sets the environment options</p>
747
+
</li>
748
+
<li>
749
+
<p><code><imageName></code> - Specifies of the name for the native executable file. If a custom name is not supplied, the artifact ID of the project will be used by default (defaults to the project name).</p>
750
+
</li>
751
+
<li>
752
+
<p><code><jvmArgs></code> - Passes the given argument directly to the JVM running the <code>native-image</code> tool</p>
<p>As an alternative, you can pass additional build options via the <code>NATIVE_IMAGE_OPTIONS</code> environment variable, on the command line.
796
+
This works similarly to <code>JAVA_TOOL_OPTIONS</code>, where the value of the environment variable is prefixed to the options supplied to <code>native-image</code>.</p>
797
+
</div>
798
+
</td>
799
+
</tr>
800
+
</table>
801
+
</div>
802
+
<divclass="paragraph">
803
+
<p>Learn more about Native Image build configuration <ahref="https://www.graalvm.org/reference-manual/native-image/overview/BuildConfiguration/">on the website</a>.</p>
804
+
</div>
805
+
</div>
806
806
<divclass="sect2">
807
807
<h3id="gather-execution-profiles"><aclass="anchor" href="#gather-execution-profiles"></a>Gather Execution Profiles and Build Optimized Images</h3>
0 commit comments