This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mina-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 23ab2dfe5 Updated site from master 
(1302697a48940c4a1286bcf4d5aa90768ae21a2c)
23ab2dfe5 is described below

commit 23ab2dfe57403ca204a680b5ef98cd37febc93fb
Author: jenkins <[email protected]>
AuthorDate: Mon Jun 1 15:48:02 2026 +0000

    Updated site from master (1302697a48940c4a1286bcf4d5aa90768ae21a2c)
---
 content/mina-project/developer-guide.html | 15 ++++++++++-----
 content/sitemap.xml                       |  4 ++--
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/content/mina-project/developer-guide.html 
b/content/mina-project/developer-guide.html
index 1baa19e96..4a6914cd0 100644
--- a/content/mina-project/developer-guide.html
+++ b/content/mina-project/developer-guide.html
@@ -157,13 +157,13 @@
 <div class="note" markdown="1">
     The current <em>MINA</em> code requires to be built with Java 8 for 
<em>MINA</em> 2.0.X and <em>MINA</em> 2.1.X, and with Java 17 or higher for 
<em>MINA</em> 2.2.X branch. See the table below.
 </div>
-<p>You need <strong>Git</strong> to check out the source code from our source 
code repository, and <a href="https://maven.apache.org/";>Maven</a> 3.8 (pick 
the latest Maven version) to build the source code (Building with Maven 3.0 
will also work).</p>
+<p>You need <strong>Git</strong> to check out the source code from our source 
code repository, and <a href="https://maven.apache.org/";>Maven</a> 3.8.5 at 
leat (pick the latest Maven version) to build the source code (Building with 
Maven 4.0 has not been tested yet).</p>
 <p>Here are the Java version required for each branch. The Maven 
<em>pom.xml</em> has been configured to enforce those versions:</p>
 <table>
 <thead>
 <tr>
-<th>Banche</th>
-<th>Build Java required version</th>
+<th>Branche</th>
+<th>Java required version</th>
 </tr>
 </thead>
 <tbody>
@@ -236,9 +236,14 @@ mvn is hashed <span 
style="color:#666">(</span>/opt/maven-3.8.5/bin/mvn<span sty
 $ <span style="color:#a2f">type</span> java
 java is hashed <span style="color:#666">(</span>/usr/bin/java<span 
style="color:#666">)</span>
 </code></pre></div><h3 id="step-0-building-mina">Step 0: Building MINA</h3>
-<p>As weird as it sounds, for some unknown reason (most certainly a 
misconfiguration in the Maven poms), we can&rsquo;t just run the release 
without having previously build all the projects. This is done with the 
following command :</p>
+<p>You may want to build MINA before starting to cut a relase. This is done 
with the following command :</p>
 <div class="highlight"><pre 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-bash" data-lang="bash">$ mvn clean install -Pserial
-</code></pre></div><h3 id="step-1-tagging-and-deploying">Step 1: Tagging and 
Deploying</h3>
+</code></pre></div><p>It&rsquo;s also a good idea to check there is no missing 
license header:</p>
+<div class="highlight"><pre 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-bash" data-lang="bash">$ mvn apache-rat:check -Pserial
+</code></pre></div><p>Also check the Javadoc befoe generating the MINA 
site:</p>
+<div class="highlight"><pre 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-bash" data-lang="bash">$ mvn javadoc:javadoc -Pserial
+</code></pre></div><p>If you get some errors, get them fixed!</p>
+<h3 id="step-1-tagging-and-deploying">Step 1: Tagging and Deploying</h3>
 <p>First you need to configure maven for using the good username for scp and 
operation.</p>
 <p>In the <code>~/.m2/settings.xml</code> you need the following lines :</p>
 <div class="highlight"><pre 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-xml" data-lang="xml"><span 
style="color:#008000;font-weight:bold">&lt;settings</span> <span 
style="color:#b44">xmlns=</span><span 
style="color:#b44">&#34;http://maven.apache.org/POM/4.0.0&#34;</span>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index c13b878de..47b8df0db 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -649,7 +649,7 @@
   
   <url>
     <loc>https://mina.apache.org/mina-project/developer-guide.html</loc>
-    <lastmod>2026-04-27T09:25:11+02:00</lastmod>
+    <lastmod>2026-06-01T17:43:11+02:00</lastmod>
   </url>
   
   <url>
@@ -949,7 +949,7 @@
   
   <url>
     <loc>https://mina.apache.org/mina-project.html</loc>
-    <lastmod>2026-05-13T16:41:42+02:00</lastmod>
+    <lastmod>2026-06-01T17:43:11+02:00</lastmod>
   </url>
   
   <url>

Reply via email to