This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a64b2a7 Site checkin for project PLC4X: Jenkins Tools
a64b2a7 is described below
commit a64b2a7491ea51131da49fe7603ca13159142745
Author: jenkins <[email protected]>
AuthorDate: Wed Dec 2 20:35:50 2020 +0000
Site checkin for project PLC4X: Jenkins Tools
---
developers/release/release.html | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/developers/release/release.html b/developers/release/release.html
index 4d532e5..d0d60cd 100644
--- a/developers/release/release.html
+++ b/developers/release/release.html
@@ -319,6 +319,18 @@ Please be sure to execute the release with a Java version
between 1.8 and 11 or
</div>
<div class="sect2">
<h3 id="preparing_your_system_for_being_able_to_release">Preparing your system
for being able to release</h3>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+Be sure you are using a JDK and not a JRE, or the release will fail because
the release can’t execute the <code>javadoc</code> executable.
+</td>
+</tr>
+</table>
+</div>
<div class="paragraph">
<p>As part of the release process, Maven will upload maven release artifacts
to a so-called staging repository.</p>
</div>
@@ -373,6 +385,18 @@ He can then sign your key and hereby enable you to sign
Apache release artifacts
<div class="paragraph">
<p>There’s a detailed description <a
href="https://github.com/apache/incubator-pulsar/wiki/Create-GPG-keys-to-sign-release-artifacts">here</a>.</p>
</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+However in contrast to that documentation, upload your key to the following
servers: <code>pool.sks-keyservers.net</code> and
<code>keyserver.ubuntu.com</code> as these are the ones Nexus is checking.
+</td>
+</tr>
+</table>
+</div>
<div class="paragraph">
<p>If you happen to have multiple keys, adding the following profile to your
<code>settings.xml</code> should help:</p>
</div>