You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2024/03/02 16:48:10 UTC

svn commit: r1916081 - in /maven/website/components/plugins-archives/maven-toolchains-plugin-LATEST: apidocs/member-search-index.zip apidocs/package-search-index.zip apidocs/type-search-index.zip toolchains/jdk.html

Author: hboutemy
Date: Sat Mar  2 16:48:10 2024
New Revision: 1916081

Log:
Site checkin for project Apache Maven Toolchains Plugin

Modified:
    maven/website/components/plugins-archives/maven-toolchains-plugin-LATEST/apidocs/member-search-index.zip
    maven/website/components/plugins-archives/maven-toolchains-plugin-LATEST/apidocs/package-search-index.zip
    maven/website/components/plugins-archives/maven-toolchains-plugin-LATEST/apidocs/type-search-index.zip
    maven/website/components/plugins-archives/maven-toolchains-plugin-LATEST/toolchains/jdk.html

Modified: maven/website/components/plugins-archives/maven-toolchains-plugin-LATEST/apidocs/member-search-index.zip
==============================================================================
Binary files - no diff available.

Modified: maven/website/components/plugins-archives/maven-toolchains-plugin-LATEST/apidocs/package-search-index.zip
==============================================================================
Binary files - no diff available.

Modified: maven/website/components/plugins-archives/maven-toolchains-plugin-LATEST/apidocs/type-search-index.zip
==============================================================================
Binary files - no diff available.

Modified: maven/website/components/plugins-archives/maven-toolchains-plugin-LATEST/toolchains/jdk.html
==============================================================================
--- maven/website/components/plugins-archives/maven-toolchains-plugin-LATEST/toolchains/jdk.html (original)
+++ maven/website/components/plugins-archives/maven-toolchains-plugin-LATEST/toolchains/jdk.html Sat Mar  2 16:48:10 2024
@@ -143,8 +143,8 @@
   [...]
 &lt;/toolchains&gt;</pre></div>
 <p>This defines a toolchain with version 11, vendor &quot;temurin&quot;, and purpose &quot;for_mevenide&quot;. A project can request this toolchain by specifying the type &quot;jdk&quot; and the version &quot;11&quot;. It can also use a version range that includes 11 like [8, 17]. It can also ask for the vendor temurin, with or without version, or the purpose &quot;for_mevenide&quot;.</p></section><section>
-<h3><a name="Toolchains_Plugin_Configuration"></a>Toolchains Plugin Configuration</h3></section></section><section>
-<h2><a name="A_project_specifies_a_toolchain_in_the_configuraiton_of_the_maven-toolchains-plugin_like_so:"></a>A project specifies a toolchain in the configuraiton of the maven-toolchains-plugin like so: </h2>
+<h3><a name="Toolchains_Plugin_Configuration"></a>Toolchains Plugin Configuration</h3>
+<p>A project specifies a toolchain in the configuraiton of the maven-toolchains-plugin like so:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   [...]
   &lt;build&gt;
@@ -182,7 +182,7 @@
           &lt;/toolchains&gt;
         &lt;/configuration&gt;</pre></div>
 <p>Aside from version, the definitions are opaque strings. Maven looks in toolchains.xml for a toolchain that provides version==&quot;1.8&quot; and vendor==&quot;temurin&quot;. It does not know or care what these strings mean. It does not, for instance, concern itself with whether the jdkHome configured by the toolchain that satisfies version==&quot;1.8&quot; and vendor==&quot;temurin&quot; is JDK 8 from the Temurin project, or JDK 21 from Oracle. It might not even exist.</p>
-<p>All conditions need to be satisfied to find a toolchain.</p></section>
+<p>All conditions need to be satisfied to find a toolchain.</p></section></section>
         </main>
       </div>
     </div>