Author: buildbot
Date: Wed Nov 6 12:22:26 2019
New Revision: 1052481
Log:
Staging update by buildbot for directory
Modified:
websites/staging/directory/trunk/content/ (props changed)
websites/staging/directory/trunk/content/api/developer-guide.html
websites/staging/directory/trunk/content/api/download-old-versions.html
websites/staging/directory/trunk/content/kerby/news.html
websites/staging/directory/trunk/content/mavibot/download-old-versions.html
Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 6 12:22:26 2019
@@ -1 +1 @@
-1864597
+1869463
Modified: websites/staging/directory/trunk/content/api/developer-guide.html
==============================================================================
--- websites/staging/directory/trunk/content/api/developer-guide.html (original)
+++ websites/staging/directory/trunk/content/api/developer-guide.html Wed Nov 6 12:22:26
2019
@@ -333,6 +333,37 @@ $ mvn release:prepare
<p>This deploys the release to a staging repository.</p>
<p>Go to <a href="https://repository.apache.org/index.html#stagingRepositories">the
nexus server</a> and close the staging repository.</p>
<h3 id="build-the-site">Build the Site<a class="headerlink" href="#build-the-site"
title="Permanent link">¶</a></h3>
+<p>In order to be able to generate the site, you will have to modify the target/checkout/pom.xml
file, by adding a line to the javadoc configuration (in two places) :</p>
+<div class="codehilite"><pre>$ vi target/checkout/pom.xml
+...
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <show>private</show>
+ <nohelp>true</nohelp>
+ <doclint>none</doclint> <---- This line
+...
+</pre></div>
+
+
+<p>and</p>
+<div class="codehilite"><pre>...
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <windowtitle>Apache LDAP API ${project.version} API Documentation</windowtitle>
+ <doctitle>Apache LDAP API ${project.version} API Documentation</doctitle>
+ <minmemory>512m</minmemory>
+ <maxmemory>1g</maxmemory>
+ <linksource>true</linksource>
+ <doclint>none</doclint> <---- This line too
+...
+</pre></div>
+
+
+<p>then run the maven site goal :</p>
<div class="codehilite"><pre>$ cd target/checkout
$ mvn site
</pre></div>
Modified: websites/staging/directory/trunk/content/api/download-old-versions.html
==============================================================================
--- websites/staging/directory/trunk/content/api/download-old-versions.html (original)
+++ websites/staging/directory/trunk/content/api/download-old-versions.html Wed Nov 6 12:22:26
2019
@@ -220,7 +220,7 @@ h2:hover > .headerlink, h3:hover > .head
<td align="center">Apache LDAP API 1.0.2</td>
<td align="center"><a href="http://archive.apache.org/dist/directory/api/dist/1.0.2">Download</a></td>
<td align="center"><a href="http://directory.apache.org/api/gen-docs/1.0.2/apidocs/">Javadoc</a>,
<a href="http://directory.apache.org/api/gen-docs/1.0.2/xref/">Xref</a></td>
-<td align="center">19/May/2018</td>
+<td align="center">06/Jun/2018</td>
</tr>
<tr>
<td align="center">Apache LDAP API 1.0.1</td>
Modified: websites/staging/directory/trunk/content/kerby/news.html
==============================================================================
--- websites/staging/directory/trunk/content/kerby/news.html (original)
+++ websites/staging/directory/trunk/content/kerby/news.html Wed Nov 6 12:22:26 2019
@@ -163,7 +163,7 @@
}
h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover
> .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink
{ visibility: visible }</style>
<h1 id="news">News<a class="headerlink" href="#news" title="Permanent link">¶</a></h1>
-<p><h2 class="news">Apache Kerby 2.0.0 released <em>posted on Jan 14, 2018</em></h2></p>
+<p><h2 class="news">Apache Kerby 2.0.0 released <em>posted on Jan 14, 2019</em></h2></p>
<p>The Apache Directory team is pleased to announce the release of Apache Kerby
2.0.0.</p>
<p>The issues fixed are available <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310910&version=12342433">here</a>.</p>
Modified: websites/staging/directory/trunk/content/mavibot/download-old-versions.html
==============================================================================
--- websites/staging/directory/trunk/content/mavibot/download-old-versions.html (original)
+++ websites/staging/directory/trunk/content/mavibot/download-old-versions.html Wed Nov 6
12:22:26 2019
@@ -177,6 +177,12 @@ h2:hover > .headerlink, h3:hover > .head
</thead>
<tbody>
<tr>
+<td align="center">Apache MAVIBOT 1.0.0-M7</td>
+<td align="center"><a href="http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M7">Download</a></td>
+<td align="center"><a href="http://directory.apache.org/mavibot/gen-docs/1.0.0-M7/apidocs/">Javadoc</a>,
<a href="http://directory.apache.org/mavibot/gen-docs/1.0.0-M7/xref/">Xref</a></td>
+<td align="center">27/mar/2015</td>
+</tr>
+<tr>
<td align="center">Apache MAVIBOT 1.0.0-M6</td>
<td align="center"><a href="http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M6">Download</a></td>
<td align="center"><a href="http://directory.apache.org/mavibot/gen-docs/1.0.0-M6/apidocs/">Javadoc</a>,
<a href="http://directory.apache.org/mavibot/gen-docs/1.0.0-M6/xref/">Xref</a></td>
|