Skip to content

Commit

Permalink
Publishing documentation for version 0.10.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
graalvmbot committed Feb 23, 2024
1 parent a09034e commit a3aecd6
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 24 deletions.
2 changes: 1 addition & 1 deletion 0.10.2-SNAPSHOT/alternative-build-systems.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ <h2 id="_using_common_native_build_tools_modules_in_a_build_tool_extension"><a c
<script src="js/multi-lang-sample.js"></script>
<div id="footer">
<div id="footer-text">
<img src="https://www.graalvm.org/resources/img/logo-colored.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
<img src="img/GraalVM-rgb.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion 0.10.2-SNAPSHOT/announcement.html
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ <h3 id="_built_with_love_through_collaboration"><a class="anchor" href="#_built_
<script src="js/multi-lang-sample.js"></script>
<div id="footer">
<div id="footer-text">
<img src="https://www.graalvm.org/resources/img/logo-colored.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
<img src="img/GraalVM-rgb.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions 0.10.2-SNAPSHOT/gradle-plugin-quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ <h1>Getting Started with Gradle Plugin for GraalVM Native Image</h1>
<p>The plugin requires that you <a href="https://www.graalvm.org/latest/docs/getting-started/">setup GraalVM</a>.</p>
</div>
<div class="paragraph">
<p>The easiest way to install GraalVM is to use the <a href="https://sdkman.io/jdks">SDKMAN!</a>.</p>
<p>The easiest way to install GraalVM is to use <a href="https://sdkman.io/jdks">SDKMAN!</a>.</p>
</div>
<div class="paragraph">
<p>For other installation options, go to <a href="https://www.graalvm.org/downloads/">GraalVM Downloads</a>.</p>
Expand Down Expand Up @@ -905,7 +905,7 @@ <h3 id="_summary"><a class="anchor" href="#_summary"></a>Summary</h3>
<script src="js/multi-lang-sample.js"></script>
<div id="footer">
<div id="footer-text">
<img src="https://www.graalvm.org/resources/img/logo-colored.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
<img src="img/GraalVM-rgb.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion 0.10.2-SNAPSHOT/gradle-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ <h2 id="_javadocs"><a class="anchor" href="#_javadocs"></a>Javadocs</h2>
<script src="js/multi-lang-sample.js"></script>
<div id="footer">
<div id="footer-text">
<img src="https://www.graalvm.org/resources/img/logo-colored.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
<img src="img/GraalVM-rgb.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion 0.10.2-SNAPSHOT/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ <h3 id="_release_0_9_0"><a class="anchor" href="#_release_0_9_0"></a>Release 0.9
<script src="js/multi-lang-sample.js"></script>
<div id="footer">
<div id="footer-text">
<img src="https://www.graalvm.org/resources/img/logo-colored.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
<img src="img/GraalVM-rgb.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
</div>
</div>
</body>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
32 changes: 15 additions & 17 deletions 0.10.2-SNAPSHOT/maven-plugin-quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,11 @@ <h1>Getting Started with Maven Plugin for GraalVM Native Image</h1>
<ul class="sectlevel1">
<li><a href="#_prepare_a_demo_application">Prepare a Demo Application</a></li>
<li><a href="#_build_a_native_executable_by_detecting_resources_with_the_agent">Build a Native Executable by Detecting Resources with the Agent</a></li>
<li><a href="#_add_junit_testing">Add JUnit Testing</a>
<ul class="sectlevel2">
<li><a href="#_summary">Summary</a></li>
</ul>
</li>
</ul>
</div>
</div>
Expand All @@ -473,7 +478,7 @@ <h1>Getting Started with Maven Plugin for GraalVM Native Image</h1>
<p>The plugin requires that you <a href="https://www.graalvm.org/latest/docs/getting-started/">setup GraalVM</a>.</p>
</div>
<div class="paragraph">
<p>The easiest way to install GraalVM is to use the <a href="https://sdkman.io/jdks">SDKMAN!</a>.</p>
<p>The easiest way to install GraalVM is to use <a href="https://sdkman.io/jdks">SDKMAN!</a>.</p>
</div>
<div class="paragraph">
<p>For other installation options, go to <a href="https://www.graalvm.org/downloads/">GraalVM Downloads</a>.</p>
Expand Down Expand Up @@ -810,15 +815,8 @@ <h2 id="_prepare_a_demo_application"><a class="anchor" href="#_prepare_a_demo_ap
<h2 id="_build_a_native_executable_by_detecting_resources_with_the_agent"><a class="anchor" href="#_build_a_native_executable_by_detecting_resources_with_the_agent"></a>Build a Native Executable by Detecting Resources with the Agent</h2>
<div class="sectionbody">
<div class="paragraph">
<p>&lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD
This demo application and requires metadata before building a native executable.
You do not have to configure anything manually: the plugin can generate the required configuration for you by injecting the <a href="https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#agent-support">tracing agent</a> at package time.</p>
</div>
<div class="exampleblock">
<div class="content">
<div class="paragraph">
<p>This demo application requires metadata before building a native executable. You do not have to configure anything manually: the plugin can generate the required configuration for you by injecting the <a href="https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#agent-support">tracing agent</a> at package time.
&gt;&gt;&gt;&gt;&gt;&gt;&gt; 24e5db3b (Remove extra word)
<p>This demo application and requires metadata before building a native executable.
You do not have to configure anything manually: the plugin can generate the required configuration for you by injecting the <a href="https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#agent-support">tracing agent</a> at package time.
The agent is disabled by default, and can be enabled in project&#8217;s <em>pom.xml</em> file or via the command line.</p>
</div>
<div class="olist arabic">
Expand Down Expand Up @@ -942,9 +940,11 @@ <h2 id="_build_a_native_executable_by_detecting_resources_with_the_agent"><a cla
</li>
</ol>
</div>
<div class="paragraph">
<p>== Add JUnit Testing</p>
</div>
</div>
<div class="sect1">
<h2 id="_add_junit_testing"><a class="anchor" href="#_add_junit_testing"></a>Add JUnit Testing</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The Maven plugin for GraalVM Native Image can run
<a href="https://junit.org/junit5/docs/current/user-guide/">JUnit Platform</a> tests on a native executable.
Expand Down Expand Up @@ -1025,9 +1025,8 @@ <h2 id="_build_a_native_executable_by_detecting_resources_with_the_agent"><a cla
</li>
</ol>
</div>
<div class="paragraph">
<p>=== Summary</p>
</div>
<div class="sect2">
<h3 id="_summary"><a class="anchor" href="#_summary"></a>Summary</h3>
<div class="paragraph">
<p>The Maven plugin for GraalVM Native Image adds support for building and testing native executables using <a href="https://maven.apache.org/">Apache Maven™</a>.
The plugin has many features, described in the <a href="maven-plugin.html">plugin reference documentation</a>.</p>
Expand All @@ -1036,15 +1035,14 @@ <h2 id="_build_a_native_executable_by_detecting_resources_with_the_agent"><a cla
</div>
</div>
</div>
</div>
<link rel="stylesheet" href="highlight/styles/equilibrium-light.min.css">
<script src="highlight/highlight.min.js"></script>
<script>hljs.initHighlighting()</script>
<link rel="stylesheet" href="css/multi-lang-sample.css">
<script src="js/multi-lang-sample.js"></script>
<div id="footer">
<div id="footer-text">
<img src="https://www.graalvm.org/resources/img/logo-colored.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
<img src="img/GraalVM-rgb.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion 0.10.2-SNAPSHOT/maven-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,7 @@ <h2 id="javadocs"><a class="anchor" href="#javadocs"></a>Javadocs</h2>
<script src="js/multi-lang-sample.js"></script>
<div id="footer">
<div id="footer-text">
<img src="https://www.graalvm.org/resources/img/logo-colored.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
<img src="img/GraalVM-rgb.svg" alt="GraalVM"> (c) 2024. Licensed under the Universal Permissive License (UPL), Version 1.0
</div>
</div>
</body>
Expand Down

0 comments on commit a3aecd6

Please sign in to comment.