You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2017/07/29 17:25:47 UTC

svn commit: r1016129 - in /websites/staging/directory/trunk/content: ./ apacheds/developer-guide.html

Author: buildbot
Date: Sat Jul 29 17:25:47 2017
New Revision: 1016129

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/apacheds/developer-guide.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 29 17:25:47 2017
@@ -1 +1 @@
-1803382
+1803383

Modified: websites/staging/directory/trunk/content/apacheds/developer-guide.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/developer-guide.html (original)
+++ websites/staging/directory/trunk/content/apacheds/developer-guide.html Sat Jul 29 17:25:47 2017
@@ -199,7 +199,7 @@ h2:hover > .headerlink, h3:hover > .head
 </ul>
 <h2 id="releasing-apacheds">Releasing ApacheDS<a class="headerlink" href="#releasing-apacheds" title="Permanent link">&para;</a></h2>
 <p>Here is a guide on how to cut a new release. This is a long process, expect it to last a few hours !</p>
-<p>First, you need to have a recent version of Maven (we are using 3.0.4) and a recent version of the JDK (1.7 is ok, it should also build with 1.6).</p>
+<p>First, you need to have a recent version of Maven (we are using 3.0.4) and a recent version of the JDK (Java 8 is required, due to some checkstye plugin requiring it. Note that the generated code is Java 7 compliant).</p>
 <h3 id="maven-settings">Maven Settings<a class="headerlink" href="#maven-settings" title="Permanent link">&para;</a></h3>
 <p>You'll need a settings section for the <strong>Nexus</strong> and <strong>people.apache.org</strong> servers with a password or a path to the SSH key used. Here's what my <strong>settings.xml</strong> file in <strong>~/.m2</strong> looks like:</p>
 <div class="codehilite"><pre>&lt;settings&gt;