You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rm...@apache.org on 2019/12/11 14:18:21 UTC

svn commit: r1053921 - in /websites/production/geronimo/content/arthur: community.html downloads.html maven.html

Author: rmannibucau
Date: Wed Dec 11 14:18:21 2019
New Revision: 1053921

Log:
Site checkin for project Arthur :: Documentation

Modified:
    websites/production/geronimo/content/arthur/community.html
    websites/production/geronimo/content/arthur/downloads.html
    websites/production/geronimo/content/arthur/maven.html

Modified: websites/production/geronimo/content/arthur/community.html
==============================================================================
--- websites/production/geronimo/content/arthur/community.html (original)
+++ websites/production/geronimo/content/arthur/community.html Wed Dec 11 14:18:21 2019
@@ -173,7 +173,7 @@ You can find the manifest in <code>.gith
 </td>
 <td class="content">
 part of the website is generated. This is the case of the Maven plugin documentation which relies on parsing sources to extract the documentation from the source.
-These generated documentation sources can be found - once generated - in <code>documentation/target/generated_documentation</code> and can be included in the <code>documentation/src/content</code> using the variable <code>/home/buildslave/slave/geronimo-arthur-site/build/documentation/target/generated_documentation</code>.
+These generated documentation sources can be found - once generated - in <code>documentation/target/generated_documentation</code> and can be included in the <code>documentation/src/content</code> using the variable <code>/media/data/home/rmannibucau/1_dev/geronimo-arthur/documentation/target/generated_documentation</code>.
 </td>
 </tr>
 </table>

Modified: websites/production/geronimo/content/arthur/downloads.html
==============================================================================
--- websites/production/geronimo/content/arthur/downloads.html (original)
+++ websites/production/geronimo/content/arthur/downloads.html Wed Dec 11 14:18:21 2019
@@ -87,9 +87,38 @@
 
 <div class="container page-header"><h1>Arthur Downloads</h1>
 <div class="paragraph">
-<p>Arthur is available on Apache <a href="https://repository.apache.org/content/repositories/snapshots">snapshots</a> repository.
-Once released it will be available on central.</p>
-</div></div>
+<p>License under Apache License v2 (ALv2).</p>
+</div>
+<table class="tableblock frame-all grid-all stretch table table-bordered">
+<colgroup>
+<col style="width: 16.6666%;">
+<col style="width: 16.6666%;">
+<col style="width: 16.6666%;">
+<col style="width: 16.6666%;">
+<col style="width: 16.6666%;">
+<col style="width: 16.667%;">
+</colgroup>
+<thead>
+<tr>
+<th class="tableblock halign-left valign-top">Name</th>
+<th class="tableblock halign-left valign-top">Version</th>
+<th class="tableblock halign-left valign-top">Date</th>
+<th class="tableblock halign-left valign-top">Size</th>
+<th class="tableblock halign-left valign-top">Type</th>
+<th class="tableblock halign-left valign-top">Links</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">arthur Source Release</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">1.0.0</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">2019-12-05 08:44:02</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">502 kB</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">zip</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://repo.maven.apache.org/maven2/org/apache/geronimo/arthur/arthur/1.0.0/arthur-1.0.0-source-release.zip"><span class="icon"><i class="fa fa-download"></i></span> zip</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/geronimo/arthur/arthur/1.0.0/arthur-1.0.0-source-release.zip.sha1"><span class="icon"><i class="fa fa-download"></i></span> sha1</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/geronimo/arthur/arthur/1.0.0/arthur-1.0.0-source-release.zip.asc"><span class="icon"><i class="fa fa-download"></i></span> asc</a></p></td>
+</tr>
+</tbody>
+</table></div>
 
 <div id="footer">
     <div class="container">

Modified: websites/production/geronimo/content/arthur/maven.html
==============================================================================
--- websites/production/geronimo/content/arthur/maven.html (original)
+++ websites/production/geronimo/content/arthur/maven.html Wed Dec 11 14:18:21 2019
@@ -491,7 +491,7 @@ Here is the full list of available confi
 <p>In case Graal must be downloaded to get native-image, which version to download.</p>
 </div>
 <div class="paragraph">
-<p><strong>Default value</strong>: 19.2.1</p>
+<p><strong>Default value</strong>: 19.3.0.r8</p>
 </div>
 <div class="paragraph">
 <p><strong>User property</strong>: arthur.graalVersion</p>
@@ -844,7 +844,7 @@ Here is the full list of available confi
 <i class="fa icon-tip" title="Tip"></i>
 </td>
 <td class="content">
-if you want to debug native image generation, you must add <code>com.oracle.substratevm:svm</code> dependency and add the <code>customOption</code> <code>--debug-attach</code>.
+if you want to debug native image generation, you must add <code>org.graalvm.nativeimage:svm</code> dependency and add the <code>customOption</code> <code>--debug-attach</code>.
 </td>
 </tr>
 </table>
@@ -1263,7 +1263,7 @@ Its usage is close to jib - with a simpl
 <p>In case Graal must be downloaded to get native-image, which version to download.</p>
 </div>
 <div class="paragraph">
-<p><strong>Default value</strong>: 19.2.1</p>
+<p><strong>Default value</strong>: 19.3.0.r8</p>
 </div>
 <div class="paragraph">
 <p><strong>User property</strong>: arthur.graalVersion</p>
@@ -1652,7 +1652,7 @@ this goal does <strong>not</strong> need
 <p>In case Graal must be downloaded to get native-image, which version to download.</p>
 </div>
 <div class="paragraph">
-<p><strong>Default value</strong>: 19.2.1</p>
+<p><strong>Default value</strong>: 19.3.0.r8</p>
 </div>
 <div class="paragraph">
 <p><strong>User property</strong>: arthur.graalVersion</p>