This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/archiva-web-content.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new d73f0664d Apache Archiva Main site deployment
d73f0664d is described below
commit d73f0664d8c84acfbe9c10d6a9ae71f02b41546c
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 17 18:53:51 2022 +1000
Apache Archiva Main site deployment
---
ci-management.html | 14 ++-
developers/building.html | 36 ++++----
developers/how-we-do-things.html | 20 ++---
developers/publishing-site.html | 4 +-
developers/releasing.html | 12 +--
download.html | 47 +++++-----
errors/404.html | 8 +-
get-involved.html | 22 ++---
index.html | 50 +++++------
issue-management.html | 11 ++-
jsui/generics-js.html | 27 +++---
jsui/i18n.html | 14 ++-
jsui/index.html | 46 ++++------
jsui/knockout-binding.html | 38 ++++----
jsui/rest.html | 30 +++----
jsui/template-loading.html | 21 ++---
known-issues.html | 8 +-
licenses.html | 16 ++--
mailing-lists.html | 28 +++---
privacy-policy.html | 8 +-
project-info.html | 33 ++++---
scm.html | 20 ++---
security.html | 52 ++++-------
team.html | 184 +++++++++++++++++++--------------------
versions.html | 14 ++-
25 files changed, 337 insertions(+), 426 deletions(-)
diff --git a/ci-management.html b/ci-management.html
index f830b2d3a..ff85cbc2b 100644
--- a/ci-management.html
+++ b/ci-management.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -137,20 +137,18 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">CI Management</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink"
href="http://jenkins-ci.org/">Jenkins</a>.</p></div>
-<div class="section">
+<p>This project uses <a class="externalLink"
href="http://jenkins-ci.org/">Jenkins</a>.</p></section><section>
<h2><a name="Access"></a>Access</h2><a name="Access"></a>
<p>The following is a link to the continuous integration system used by the
project:</p>
-<div class="source"><pre class="prettyprint"><a class="externalLink"
href="https://builds.apache.org/view/A-F/view/Archiva/">https://builds.apache.org/view/A-F/view/Archiva/</a></pre></div></div>
-<div class="section">
+<div class="source"><pre class="prettyprint"><a class="externalLink"
href="https://builds.apache.org/view/A-F/view/Archiva/">https://builds.apache.org/view/A-F/view/Archiva/</a></pre></div></section><section>
<h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a>
-<p>No notifiers are defined. Please check back at a later date.</p></div>
+<p>No notifiers are defined. Please check back at a later date.</p></section>
</div>
</div>
<hr/>
diff --git a/developers/building.html b/developers/building.html
index e55a03f67..bf08f4a58 100644
--- a/developers/building.html
+++ b/developers/building.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -138,48 +138,42 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="../" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Building Archiva</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Building_Archiva"></a>Building Archiva</h2>
<p>To build the very latest code available... </p>
<ol style="list-style-type: decimal">
<li>Check out the source code as described on the <a
href="../source-repository.html">Source Repository</a> page.</li>
<li>You may setup a suitable ~/.m2/settings.xml to add the needed
repositories.</li>
-<li>In the 'parent' directory, execute <tt>mvn clean install</tt> to build the
parent pom. (only needed if we depend on a new parent)</li>
-<li>In the 'archiva' directory, execute <tt>mvn clean install</tt> to build
the Archiva modules and distribution.</li></ol>
-<p>After the build completes, you can find the Archiva distribution in
<tt>archiva-jetty/target</tt> and the Archiva webapp in
<tt>archiva-modules/archiva-web/archiva-webapp/target</tt></p>
-<p>Usually, it's that simple. :) Occasionally, Archiva may depend on a
snapshot of another project such as <a class="externalLink"
href="http://archiva.apache.org/redback">Redback</a>, and you may need to build
that first, or configure a snapshot repository. If you're having trouble
building Archiva, ask on the <a href="../mailing-lists.html">Development
mailing list</a> and we'll point you in the right direction.</p></div>
-<div class="section">
+<li>In the 'parent' directory, execute <code>mvn clean install</code> to build
the parent pom. (only needed if we depend on a new parent)</li>
+<li>In the 'archiva' directory, execute <code>mvn clean install</code> to
build the Archiva modules and distribution.</li></ol>
+<p>After the build completes, you can find the Archiva distribution in
<code>archiva-jetty/target</code> and the Archiva webapp in
<code>archiva-modules/archiva-web/archiva-webapp/target</code></p>
+<p>Usually, it's that simple. :) Occasionally, Archiva may depend on a
snapshot of another project such as <a class="externalLink"
href="http://archiva.apache.org/redback">Redback</a>, and you may need to build
that first, or configure a snapshot repository. If you're having trouble
building Archiva, ask on the <a href="../mailing-lists.html">Development
mailing list</a> and we'll point you in the right
direction.</p></section><section>
<h2><a name="Merging_Github_Pull_requests"></a>Merging Github Pull
requests</h2>
<p>When somebody creates a pull request for archiva on github an email is sent
to the developer list.</p>
<p>First review the changes and check for style and impact of the changes. And
check the build on the jenkins server for this pull request
(archiva-master-build-pr-builder).</p>
-<p>We have moved to gitbox, so merging the PR should be done on the github web
site by using the PR merge features.</p></div>
-<div class="section">
+<p>We have moved to gitbox, so merging the PR should be done on the github web
site by using the PR merge features.</p></section><section>
<h2><a name="Documentation"></a>Documentation</h2>
-<p>The version-specific documentation for the latest version of Archiva can be
found in <tt>archiva/archiva-docs</tt>, and the top-level Archiva website
--including the page you're reading now -- is in the <tt>site</tt>
directory.</p>
-<p>To work on the documentation, execute <tt>mvn site:run</tt> in one of these
directories, and then visit <a class="externalLink"
href="http://localhost:8080">http://localhost:8080</a> to view pages as you
edit them. When you're done, submit a patch in the <a
href="../issue-management.html">issue tracker</a>.</p></div>
-<div class="section">
+<p>The version-specific documentation for the latest version of Archiva can be
found in <code>archiva/archiva-docs</code>, and the top-level Archiva website
--including the page you're reading now -- is in the <code>site</code>
directory.</p>
+<p>To work on the documentation, execute <code>mvn site:run</code> in one of
these directories, and then visit <a class="externalLink"
href="http://localhost:8080">http://localhost:8080</a> to view pages as you
edit them. When you're done, submit a patch in the <a
href="../issue-management.html">issue tracker</a>.</p></section><section>
<h2><a name="git_clone"></a>git clone</h2>
<div class="source"><pre class="prettyprint">git clone
git://github.com/apache/archiva.git
or trough https
-git clone https://github.com/apache/archiva.git</pre></div></div>
-<div class="section">
+git clone https://github.com/apache/archiva.git</pre></div></section><section>
<h2><a name="Running_Javascript_webapp_with_jetty-maven-plugin"></a>Running
Javascript webapp with jetty-maven-plugin</h2>
<p>You can use <a class="externalLink"
href="https://www.eclipse.org/jetty/documentation/current/maven-and-jetty.html">jetty-maven-plugin</a>
to run the webapp without installing the war in a container. With maven3 in
the top directory :</p>
<div class="source"><pre class="prettyprint">mvn jetty:run -pl :archiva-webapp
-am # use mvnDebug if you want to attach a debugger
or
sh ./jetty.sh # use sh ./jetty-debug.sh if you want to attach a
debugger</pre></div>
-<p>Hit your browser: <a class="externalLink"
href="http://localhost:9091/archiva/index.html">http://localhost:9091/archiva/index.html</a></p></div>
-<div class="section">
-<h2><a name="Running_the_selenium_tests_Web_UI_tests_locally"></a>Running the
selenium tests (Web UI tests) locally</h2>
+<p>Hit your browser: <a class="externalLink"
href="http://localhost:9091/archiva/index.html">http://localhost:9091/archiva/index.html</a></p></section><section>
+<h2><a
name="Running_the_selenium_tests_.28Web_UI_tests.29_locally"></a>Running the
selenium tests (Web UI tests) locally</h2>
<p>The selenium tests use docker containers for the selenium and browser
installation. To run the tests locally you should have docker installed on your
developer machine. The docker container can be built locally or pulled from the
apachearchiva Dockerhub repository. To start the docker container, run the
following script:</p>
<div class="source"><pre class="prettyprint">
./src/ci/scripts/container_webtest.sh start</pre></div>
<p>The UI tests can be run with:</p>
-<div class="source"><pre class="prettyprint">mvn clean install
-DmaxWaitTimeInMs=2000 -DseleniumRemote=true -Pci-server -Pit-js -Pchrome -pl
:archiva-webapp-test</pre></div></div>
-<div class="section">
+<div class="source"><pre class="prettyprint">mvn clean install
-DmaxWaitTimeInMs=2000 -DseleniumRemote=true -Pci-server -Pit-js -Pchrome -pl
:archiva-webapp-test</pre></div></section><section>
<h2><a name="Maven_settings.xml"></a>Maven settings.xml</h2>
<p>You should setup the following repositories in your settings.xml to be able
to resolve the dependencies. Sometimes we need to have certain snapshot
versions for plugins, so the apache snapshot repository is added.</p>
<div class="source"><pre class="prettyprint"> <profiles>
@@ -223,7 +217,7 @@ sh ./jetty.sh # use sh ./jetty-debug.sh if you want to
attach a debugger</pre></
</pluginRepositories>
</profile>
- </profiles></pre></div></div>
+ </profiles></pre></div></section>
</div>
</div>
<hr/>
diff --git a/developers/how-we-do-things.html b/developers/how-we-do-things.html
index 5d6ea99cd..f5b79e1a8 100644
--- a/developers/how-we-do-things.html
+++ b/developers/how-we-do-things.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -138,22 +138,20 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="../" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">How We Do Things</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="How_We_Do_Things"></a>How We Do Things</h2>
-<p>Below are the conventions we follow in Archiva.</p>
-<div class="section">
+<p>Below are the conventions we follow in Archiva.</p><section>
<h3><a name="Continuous_Integration"></a>Continuous Integration</h3>
<p>We use the Jenkins Apache instance for building Archiva (and redback
dependencies) on scm changes.</p>
<p>See the tab with various builds: <a class="externalLink"
href="https://builds.apache.org/view/A-D/view/Archiva/">Archiva tab</a></p>
<p>You can test fresh builds with downloading from this Jenkins job <a
class="externalLink"
href="https://builds.apache.org/job/archiva-master-build/">archiva-master-build/</a>:</p>
<ul>
<li><a class="externalLink"
href="https://builds.apache.org/job/archiva-master-build/lastSuccessfulBuild/artifact/archiva-jetty/target/apache-archiva-3.0.0-SNAPSHOT-bin.zip">standalone
with embeded jetty</a> (unzip then cd bin;./archiva start running on 8080)</li>
-<li><a class="externalLink"
href="https://builds.apache.org/job/archiva-master-build/lastSuccessfulBuild/artifact/archiva-modules/archiva-web/archiva-webapp/target/archiva-webapp-3.0.0-SNAPSHOT-SNAPSHOT.war">war
webapp js</a></li></ul></div>
-<div class="section">
+<li><a class="externalLink"
href="https://builds.apache.org/job/archiva-master-build/lastSuccessfulBuild/artifact/archiva-modules/archiva-web/archiva-webapp/target/archiva-webapp-3.0.0-SNAPSHOT-SNAPSHOT.war">war
webapp js</a></li></ul></section><section>
<h3><a name="Code_Style"></a>Code Style</h3>
<p>There isn't any code style that needs to be followed as long as it is
consistent, can be checked in checkstyle, can be formatted in Eclipse, IDEA and
NetBeans. And the following rules must be followed:</p>
<ol style="list-style-type: decimal">
@@ -166,17 +164,15 @@
<p>You can use the existing codestyle files:</p>
<ul>
<li><a href="./archiva-idea-codestyle.xml">idea</a></li>
-<li><a
href="./archiva-eclipse-codestyle.xml">eclipse</a></li></ul></li></ol></div>
-<div class="section">
+<li><a
href="./archiva-eclipse-codestyle.xml">eclipse</a></li></ul></li></ol></section><section>
<h3><a name="Versioning"></a>Versioning</h3>
<p>It has been established in the community that the following style would be
followed for the versioning of releases:</p>
<div>
<pre>Milestones -> Final -> Patch releases (e.g. 1.1-M1, 1.1-M2, 1.1,
1.1.1, 1.1.2 )</pre></div>
-<p>As much as possible, the team is aiming for frequent releases. If the
roadmap for the current development version is big, milestone releases can be
applied until the final release. But if the roadmap is composed of just a small
number of issues, we could proceed immediately to preparing a release candidate
and push it out as the final release once it passes the vote.</p></div>
-<div class="section">
+<p>As much as possible, the team is aiming for frequent releases. If the
roadmap for the current development version is big, milestone releases can be
applied until the final release. But if the roadmap is composed of just a small
number of issues, we could proceed immediately to preparing a release candidate
and push it out as the final release once it passes the
vote.</p></section><section>
<h3><a name="References"></a>References</h3>
<ul>
-<li><a class="externalLink"
href="http://old.nabble.com/Fwd%3A-What-do-we-need-to-establish--td17098487.html">
Mailing list discussion regarding conventions</a></li></ul></div></div>
+<li><a class="externalLink"
href="http://old.nabble.com/Fwd%3A-What-do-we-need-to-establish--td17098487.html">
Mailing list discussion regarding conventions</a></li></ul></section></section>
</div>
</div>
<hr/>
diff --git a/developers/publishing-site.html b/developers/publishing-site.html
index c7bc4864f..746d72f2c 100644
--- a/developers/publishing-site.html
+++ b/developers/publishing-site.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -137,7 +137,7 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="../" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active "></li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
diff --git a/developers/releasing.html b/developers/releasing.html
index 910ea165d..454b2b626 100644
--- a/developers/releasing.html
+++ b/developers/releasing.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -138,11 +138,11 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="../" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Archiva release process</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Archiva_release_process"></a>Archiva release process</h2>
<ol style="list-style-type: decimal">
<li>Post to the dev list a few days before you plan to do an Archiva
release</li>
@@ -221,7 +221,7 @@ cp -r target/staging/*
<web-content-git>/ref/${ARCHV}/ # Copy to the git w
./deploySite.sh
# You can check the files locally, if you press y after the message is
presented, it will be pushed to the asf-staging branch</pre></div>
<p>The site can be checked at: https://archiva.staged.apache.org/ The
downloads do not work on the staged site.</p>
-<p>Commit the sources and binaries from
<tt>org/apache/archiva/archiva-jetty</tt> and
<tt>org/apache/archiva/archiva</tt> to the svn distribution tree. First in dev
tree: <tt>https://dist.apache.org/repos/dist/dev/archiva/</tt></p>
+<p>Commit the sources and binaries from
<code>org/apache/archiva/archiva-jetty</code> and
<code>org/apache/archiva/archiva</code> to the svn distribution tree. First in
dev tree: <code>https://dist.apache.org/repos/dist/dev/archiva/</code></p>
<div class="source"><pre class="prettyprint">svn co
https://dist.apache.org/repos/dist/dev/archiva/ archiva-dev-release
cd archiva-dev-release
sh ./release-script-svn.sh $ARCHV ${RELEASE_URL}/
@@ -236,7 +236,7 @@ POMV=18 # New Parent POM version
sh ./release-script-parent-pom.sh $POMV ${RELEASE_URL}/
REDBV=2.6 # New redback version
sh ./release-script-redback-svn.sh $REDBV ${RELEASE_URL}/</pre></div>
-<p>If the vote passes the binaries must be copied to release tree:
<tt>https://dist.apache.org/repos/dist/release/archiva</tt></p>
+<p>If the vote passes the binaries must be copied to release tree:
<code>https://dist.apache.org/repos/dist/release/archiva</code></p>
<p>Call for a vote in the dev list and wait for 72 hrs. for the vote results.
3 binding votes are necessary for the release to be finalized. If the vote
fails or needs to be canceled, the version number should not be re-used if the
version was made available for public download. After the vote has passed, move
the files from dist dev to dist release:</p>
<div class="source"><pre class="prettyprint">svn mv
https://dist.apache.org/repos/dist/dev/archiva/${ARCHV}
https://dist.apache.org/repos/dist/release/archiva/
@@ -260,7 +260,7 @@ git push</pre></div>
<p>If there are security incidents that should be published after release,
please check the Apache information <a class="externalLink"
href="http://www.apache.org/security/committers.html">http://www.apache.org/security/committers.html</a>
for further actions.</p>
<p>And finally remove old versions from the distribution directory. All
versions that are not mentioned in the download page should be removed:</p>
<div class="source"><pre class="prettyprint">svn del -m"Archiving release
2.2.x"
https://dist.apache.org/repos/dist/release/archiva/2.2.x</pre></div>
-<p>See also:
https://infra.apache.org/release-download-pages.html</p></li></ol></div>
+<p>See also:
https://infra.apache.org/release-download-pages.html</p></li></ol></section>
</div>
</div>
<hr/>
diff --git a/download.html b/download.html
index 0ae76521e..22c9d2089 100644
--- a/download.html
+++ b/download.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -137,47 +137,45 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Download Apache Archiva</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
- <div class="section">
+ <section>
<h2><a name="Download_Apache_Archiva_2.2.7"></a>Download Apache Archiva
2.2.7</h2>
<p>Archiva is distributed under the <a class="externalLink"
href="https://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>
-
-<div class="section">
+ <section>
<h3><a name="System_Requirements"></a>System Requirements</h3>
<table border="0" class="table table-striped">
<tr class="a">
-<td><b>JDK</b></td>
+<td align="left"><b>JDK</b></td>
<td>1.8</td>
</tr>
<tr class="b">
-<td><b>No minimum requirement</b></td>
+<td align="left"><b>No minimum requirement</b></td>
<td>The Archiva application is in itself about 50MB but will use more disk
space to store repository contents</td>
</tr>
<tr class="a">
-<td><b>Operating System</b></td>
+<td align="left"><b>Operating System</b></td>
<td>Support for Linux, Mac OS, Solaris and Windows. Tested on Windows XP SP2,
Ubuntu Linux, and Mac OS X.</td>
</tr>
</table>
- </div>
+ </section>
<a name="mirror"></a>
-
-<div class="section">
+ <section>
<h3><a name="Mirror"></a>Mirror</h3>
@@ -215,9 +213,8 @@
<input type="submit" value="Change" class="btn" />
</form>
- </div>
-
-<div class="section">
+ </section>
+ <section>
<h3><a name="Current_Release:_Archiva_2.2.7"></a>Current Release: Archiva
2.2.7</h3>
<p>
@@ -256,7 +253,7 @@
<tr class="b">
-<td>Archiva 2.2.7 Standalone</td>
+<td align="left">Archiva 2.2.7 Standalone</td>
<td><a
href="[preferred]archiva/2.2.7/binaries/apache-archiva-2.2.7-bin.tar.gz">tar.gz</a></td>
@@ -269,7 +266,7 @@
<tr class="a">
-<td></td>
+<td align="left"></td>
<td><a
href="[preferred]archiva/2.2.7/binaries/apache-archiva-2.2.7-bin.zip">zip</a></td>
@@ -282,7 +279,7 @@
<tr class="b">
-<td>Archiva 2.2.7 WAR</td>
+<td align="left">Archiva 2.2.7 WAR</td>
<td><a
href="[preferred]archiva/2.2.7/binaries/apache-archiva-2.2.7.war">war</a></td>
@@ -295,7 +292,7 @@
<tr class="a">
-<td>Archiva 2.2.7 Sources</td>
+<td align="left">Archiva 2.2.7 Sources</td>
<td><a href="[preferred]archiva/2.2.7/src/apache-archiva-2.2.7-src.zip">source
zip</a></td>
@@ -309,20 +306,18 @@
</table>
- </div>
+ </section>
-
-<div class="section">
+ <section>
<h3><a name="Previous_Versions"></a>Previous Versions</h3>
<p>
More releases are available in the <a class="externalLink"
href="https://archive.apache.org/dist/archiva/">Apache Archiva Archives</a>
or prior to the graduation from Maven, in the <a
class="externalLink"
href="https://archive.apache.org/dist/maven/binaries/">Apache Maven
Archives</a>.
</p>
- </div>
-
-<div class="section">
+ </section>
+ <section>
<h3><a name="Verify_the_integrity_of_the_files"></a>Verify the integrity of
the files</h3>
<p>
@@ -353,8 +348,8 @@
Unix distributions. It is also available as part of <a
class="externalLink" href="https://www.gnu.org/software/coreutils/">GNU
Coreutils</a>.
Windows users can get binary checksum utility e.g. from <a
class="externalLink" href="https://www.slavasoft.com/hashcalc/">SlavaSoft</a>.
</p>
- </div>
- </div>
+ </section>
+ </section>
</div>
diff --git a/errors/404.html b/errors/404.html
index f73b8d065..e238e88ad 100644
--- a/errors/404.html
+++ b/errors/404.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -137,18 +137,18 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="../" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Page Not found</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Page_Not_Found"></a>Page Not Found</h2>
<p>We're sorry, but the page you requested cannot be found. This may be
because:</p>
<ul>
<li>The page has moved, was outdated, or has not been created yet</li>
<li>You typed the address incorrectly</li>
<li>You followed a link from another site that pointed to this page</li></ul>
-<p>If you came to this page by following a broken link on our site, you can
report the <a class="externalLink" href="http://jira.codehaus.org/browse/MRM">
problem</a>.</p></div>
+<p>If you came to this page by following a broken link on our site, you can
report the <a class="externalLink" href="http://jira.codehaus.org/browse/MRM">
problem</a>.</p></section>
</div>
</div>
<hr/>
diff --git a/get-involved.html b/get-involved.html
index 38be2574e..44c82951c 100644
--- a/get-involved.html
+++ b/get-involved.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -138,46 +138,42 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Archiva Community - Get Involved</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Getting_Involved_in_the_Archiva_Project"></a>Getting Involved in
the Archiva Project</h2>
<p>Archiva is an open source project and relies heavily on an active
community. If you need help, you should look to the community. Equally, please
look for ways that you may contribute back.</p>
-<p>This page provides some pointers for receiving help and contributing to the
Archiva community.</p>
-<div class="section">
+<p>This page provides some pointers for receiving help and contributing to the
Archiva community.</p><section>
<h3><a name="Getting_Help"></a>Getting Help</h3>
<p>There are a number of ways to find help if you have an issue. </p>
<ul>
<li><b>Read the documentation</b><br />Read the <a class="externalLink"
href="http://archiva.apache.org/docs/3.0.0-SNAPSHOT/userguide">user</a> and <a
class="externalLink"
href="http://archiva.apache.org/docs/3.0.0-SNAPSHOT/adminguide">administration</a>
documentation. </li>
<li><b>Search the Wiki</b><br />Search the <a class="externalLink"
href="http://cwiki.apache.org/confluence/display/ARCHIVA">Archiva Wiki</a>.
Lots of useful information has been contributed by users here.</li>
<li><b>Submit an issue</b><br />Search the <a
href="./issue-management.html">Jira</a> issue tracking system. The problem you
are experiencing may be a known issue and others may have suggested
work-arounds. If the issue is new, you should consider submitting a report.</li>
-<li><b>Search the mailing lists</b><br />Search the mailing lists. Look <a
href="./mailing-lists.html">here</a> for a list of Archiva mailing lists. If
you cannot find everything you need, ask a question on the appropriate
list.</li></ul>
-<div class="section">
+<li><b>Search the mailing lists</b><br />Search the mailing lists. Look <a
href="./mailing-lists.html">here</a> for a list of Archiva mailing lists. If
you cannot find everything you need, ask a question on the appropriate
list.</li></ul><section>
<h4><a name="More_Information"></a>More Information</h4>
<p>If you are new to Archiva (or Maven), there are a number of helpful
resources on the Maven website which provide step-by-step guides to getting
help, useful information regarding etiquette, and lots of other resources.</p>
<p>Check out:</p>
<ul>
<li><a class="externalLink" href="http://maven.apache.org/community.html">The
Maven Community</a></li>
-<li><a class="externalLink"
href="http://maven.apache.org/users/getting-help.html">Getting Help with
Maven</a></li></ul></div></div>
-<div class="section">
+<li><a class="externalLink"
href="http://maven.apache.org/users/getting-help.html">Getting Help with
Maven</a></li></ul></section></section><section>
<h3><a name="How_to_Contribute"></a>How to Contribute</h3>
<p>As with any open source project, there are several ways you can help:</p>
<ul>
-<li><b>Join a mailing list</b><br />Join a <a
href="./mailing-lists.html">mailing list</a> and answer other user's questions.
You can also meet up with developers and users on <tt>#archiva</tt> on
<tt>irc.freenode.net</tt></li>
+<li><b>Join a mailing list</b><br />Join a <a
href="./mailing-lists.html">mailing list</a> and answer other user's questions.
You can also meet up with developers and users on <code>#archiva</code> on
<code>irc.freenode.net</code></li>
<li><b>Fix bugs</b><br />Report bugs, feature requests and other issues in the
<a href="./issue-management.html">Jira</a> issue tracking system. Also, read up
on <a href="./developers/how-we-do-things.html">how we do things</a> in
Archiva.</li>
<li><b>Build it</b><br />Check out the <a
href="./source-repository.html">source code</a> and <a
href="./developers/building.html">build Archiva</a> for yourself. Fix bugs and
submit patches for reported issues (both those you find, or that others have
filed).</li>
<li><b>Write documentation</b><br />Help with the documentation by pointing
out areas that are lacking or unclear, and if you are so inclined, submitting
patches to correct it. You can quickly contribute rough thoughts to the <a
class="externalLink" href="http://cwiki.apache.org/confluence/display/ARCHIVA">
wiki</a>, or you can volunteer to help collate and organise information that is
already there.</li>
<li><b>Contribute Patches</b> You can attache source patches to our JIRA. Or
contribute using github pull requests our github source mirror is available
here <a class="externalLink"
href="https://github.com/apache/archiva">https://github.com/apache/archiva</a></li></ul>
-<p>Your participation in the community is much appreciated!</p>
-<div class="section">
+<p>Your participation in the community is much appreciated!</p><section>
<h4><a name="More_Information"></a>More Information</h4>
<p>If you are new to Archiva (or Maven), there are a number of helpful
resources on the Maven website regarding contribution back to the community.</p>
<p>Check out:</p>
<ul>
<li><a class="externalLink" href="http://maven.apache.org/community.html">The
Maven Community</a> </li>
-<li><a class="externalLink"
href="http://maven.apache.org/guides/development/guide-helping.html">Guide to
helping with Maven</a></li></ul></div></div></div>
+<li><a class="externalLink"
href="http://maven.apache.org/guides/development/guide-helping.html">Guide to
helping with Maven</a></li></ul></section></section></section>
</div>
</div>
<hr/>
diff --git a/index.html b/index.html
index 161e38980..24e992ed6 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -138,7 +138,7 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">The Build Artifact Repository Manager</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
@@ -307,9 +307,8 @@
<a name="carousel-next" class="right carousel-control"
id="carousel-next">›</a>
</div>
</div>
-
-<div class="section">
-<h2><a name="Apache_Archiva:_The_Build_Artifact_Repository_Manager"></a>Apache
Archiva™: The Build Artifact Repository Manager</h2>
+ <section>
+<h2><a
name="Apache_Archiva.C2.99:_The_Build_Artifact_Repository_Manager"></a>Apache
Archiva™: The Build Artifact Repository Manager</h2>
<p>
Apache Archiva™ is an extensible repository management software
that
@@ -426,38 +425,32 @@
<div>
-
-<div class="section">
+ <section>
<h2><a name="Videos"></a>Videos</h2>
-
-<div class="section">
-<div class="section">
+ <section><section>
<h4><a name="Quick_start"></a>Quick start</h4>
<p align="center">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/kG349qooN8E" frameborder="0"
allowfullscreen=""></iframe>
</p>
- </div>
-<div class="section">
-<h4><a name="BrowsingUploadingSearching"></a>Browsing/Uploading/Searching</h4>
+ </section><section>
+<h4><a
name="Browsing.2FUploading.2FSearching"></a>Browsing/Uploading/Searching</h4>
<p align="center">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/y4DoLCfYR-A" frameborder="0"
allowfullscreen=""></iframe>
</p>
</div>
- </div></div></div>
+ </section></section></section>
-
-<div class="section">
+ <section>
<h2><a name="License"></a>License</h2>
<p>
Archiva is distributed under the <a class="externalLink"
href="http://www.apache.org/licenses/">Apache License, version 2.0</a>
</p>
- </div>
-
-<div class="section">
+ </section>
+ <section>
<h2><a name="Apache_Software_Foundation"></a>Apache Software Foundation</h2>
<p>
@@ -474,10 +467,9 @@
<p> You can also attend <a class="externalLink"
href="https://www.apache.org/events/current-event.html">Apache Events</a>:
don't hesitate to ask on the <a href="mailing-lists.html">Archiva User mailing
list</a>
if Archiva team members will be there, it can be a great
opportunity to meet them.
</p>
- </div>
+ </section>
-
-<div class="section">
+ <section>
<h2><a name="Resources"></a>Resources</h2>
<p>
@@ -485,8 +477,7 @@
</p>
<div>
-
-<div class="section">
+ <section>
<h3><a name="Books"></a>Books</h3>
<div style="margin-left: auto; margin-right: auto; text-align: center">
@@ -516,9 +507,8 @@
</div>
<div style="clear: left">
- </div>
-<div class="section">
-<h3><a name="Articles_Presentations_and_Tutorials"></a>Articles, Presentations
and Tutorials</h3>
+ </section><section>
+<h3><a name="Articles.2C_Presentations_and_Tutorials"></a>Articles,
Presentations and Tutorials</h3>
<ul>
@@ -528,7 +518,7 @@
</li>
</ul>
</div>
- </div></div>
+ </section></section>
<div id="dialogRelease" class="modal hide fade">
@@ -560,7 +550,7 @@
<tr class="b">
-<td>Archiva 2.2.7 Standalone</td>
+<td align="left">Archiva 2.2.7 Standalone</td>
<td><a class="externalLink"
href="https://www.apache.org/dist/archiva/2.2.7/binaries/apache-archiva-2.2.7-bin.zip">zip</a></td>
@@ -571,7 +561,7 @@
<tr class="a">
-<td>Archiva 2.2.7 WAR</td>
+<td align="left">Archiva 2.2.7 WAR</td>
<td><a class="externalLink"
href="http://www.apache.org/dist/archiva/2.2.7/binaries/apache-archiva-2.2.7.war">war</a></td>
diff --git a/issue-management.html b/issue-management.html
index a4032d765..0198e88db 100644
--- a/issue-management.html
+++ b/issue-management.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -137,17 +137,16 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Issue Management</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink"
href="http://www.atlassian.com/software/jira">JIRA</a>.</p></div>
-<div class="section">
+<p>This project uses <a class="externalLink"
href="http://www.atlassian.com/software/jira">JIRA</a>.</p></section><section>
<h2><a name="Issue_Management"></a>Issue Management</h2><a
name="Issue_Management"></a>
<p>Issues, bugs, and feature requests should be submitted to the following
issue management system for this project.</p>
-<div class="source"><pre class="prettyprint"><a class="externalLink"
href="https://issues.apache.org/jira/browse/MRM">https://issues.apache.org/jira/browse/MRM</a></pre></div></div>
+<div class="source"><pre class="prettyprint"><a class="externalLink"
href="https://issues.apache.org/jira/browse/MRM">https://issues.apache.org/jira/browse/MRM</a></pre></div></section>
</div>
</div>
<hr/>
diff --git a/jsui/generics-js.html b/jsui/generics-js.html
index 3ac86b190..b45e9bf3e 100644
--- a/jsui/generics-js.html
+++ b/jsui/generics-js.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -138,7 +138,7 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="../" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Generics Javascript</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
@@ -159,18 +159,15 @@
<li><a href="#Error_message">Error message</a></li>
<li><a href="#Modal_Confirm_dialog">Modal Confirm
dialog</a></li></ul></li></ul>
-
-<div class="section">
+ <section>
<h2><a name="Generics_Javascript"></a>Generics Javascript</h2>
<p>Some common/generic javascript methods are available.</p>
-
-<div class="section">
+ <section>
<h3><a name="User_messages"></a>User messages</h3>
<p>A div "user-messages" is reserved for user messages.</p>
- </div>
-<div class="section">
+ </section><section>
<h3><a name="Success_message"></a>Success message</h3>
<p>
@@ -186,10 +183,9 @@ displaySuccessMessage=function(text,idToAppend){
Success Message
</a>
- </div>
+ </section>
-
-<div class="section">
+ <section>
<h3><a name="Error_message"></a>Error message</h3>
<p>
@@ -205,10 +201,9 @@ displayErrorMessage=function(text,idToAppend){
Error Message
</a>
- </div>
-
+ </section>
-<div class="section">
+ <section>
<h3><a name="Modal_Confirm_dialog"></a>Modal Confirm dialog</h3>
<p>
@@ -230,8 +225,8 @@ displayErrorMessage=function(text,idToAppend){
Modal Confirm dialog
</a>
- </div>
- </div>
+ </section>
+ </section>
</div>
diff --git a/jsui/i18n.html b/jsui/i18n.html
index d973f2183..e16c4420c 100644
--- a/jsui/i18n.html
+++ b/jsui/i18n.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -139,19 +139,18 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="../" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">i18n</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="i18n_management"></a>i18n management</h2>
<p>The js library <a class="externalLink"
href="http://code.google.com/p/jquery-i18n-properties">jquery-i18n-properties</a>
is used for i18n.</p>
<p>On application loading, i18n properties are loaded by calling a REST
services with the browser lang or with the requested language specified by the
request parameter : ?request_lang=en.</p>
<p>This service will load properties in this order:</p>
<ul>
<li>redback properties in en then in specified language</li>
-<li>archiva properties (from org/apache/archiva/i18n/default.properties) in en
then in specified language</li></ul>
-<div class="section">
+<li>archiva properties (from org/apache/archiva/i18n/default.properties) in en
then in specified language</li></ul><section>
<h3><a name="Javascript_method"></a>Javascript method</h3>
<p>Simple i18n value without any value</p>
<div class="source"><pre class="prettyprint">Javascript code :
@@ -160,10 +159,9 @@ $.i18n.prop("save") will return the value for
key save</pre></div>
<div class="source"><pre class="prettyprint">Javascript code :
$.i18n.prop("managedrepository.deleted",managedRepository.name())
if managedRepository.name() is "foo"
-response will be Managed Repository " foo "
deleted.</pre></div></div>
-<div class="section">
+response will be Managed Repository " foo "
deleted.</pre></div></section><section>
<h3><a name="Missing_properties"></a>Missing properties</h3>
-<p>In case of missing property, the key is returned.</p></div></div>
+<p>In case of missing property, the key is returned.</p></section></section>
</div>
</div>
<hr/>
diff --git a/jsui/index.html b/jsui/index.html
index 0aff0e70d..af6d3c36d 100644
--- a/jsui/index.html
+++ b/jsui/index.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -138,7 +138,7 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="../" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Archiva Javascript application General design</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
@@ -161,13 +161,11 @@
<li><a href="#Sources_organisation">Sources organisation</a></li>
<li><a href="#js_directory">js directory</a></li>
<li><a href="#Start_page">Start page</a></li>
-<li><a href="#Gridedit_model">Grid/edit model</a></li></ul></li></ul>
+<li><a href="#Grid.2Fedit_model">Grid/edit model</a></li></ul></li></ul>
-
-<div class="section">
+ <section>
<h2><a name="Archiva_Javascript_Web_Application"></a>Archiva Javascript Web
Application</h2>
-
-<div class="section">
+ <section>
<h3><a name="General_design"></a>General design</h3>
<p>
@@ -182,9 +180,8 @@
<br />
As we are not designer :-), the application will use the <a
class="externalLink" href="http://twitter.github.com/bootstrap"
target="_blank">twitter bootstrap css</a>.
</p>
- </div>
-
-<div class="section">
+ </section>
+ <section>
<h3><a name="Runtime_Properties"></a>Runtime Properties</h3>
<p>The application is designed to use http cache mechanism for css,
javascript. Except REST call to get datas which will never use cache as a query
timestamp parameter is used.
@@ -199,9 +196,8 @@
<li>archiva.logMissingI18n=true/false: will activate remote logging of missing
i18n key in the servlet container log: INFO archivaMissingi18n.logger -
missing i18n key : 'proxy-connectors.grid.managedrepo.title'</li>
</ul>
- </div>
-
-<div class="section">
+ </section>
+ <section>
<h3><a name="Used_Javascript_frameworks"></a>Used Javascript frameworks</h3>
<p>
@@ -230,9 +226,8 @@
<li><a class="externalLink"
href="http://bassistance.de/jquery-plugins/jquery-plugin-validation"
target="_blank">jquery validate</a> for form validation.</li>
</ul>
- </div>
-
-<div class="section">
+ </section>
+ <section>
<h3><a name="Sources_organisation"></a>Sources organisation</h3>
<p>
@@ -247,8 +242,7 @@
<li>js</li>
</ul>
- </div>
-<div class="section">
+ </section><section>
<h3><a name="js_directory"></a>js directory</h3>
<p>
@@ -262,11 +256,10 @@
<p>
redback directory contains redback js files with a subdirectory
templates which contains templates
</p>
- </div>
+ </section>
-
-<div class="section">
+ <section>
<h3><a name="Start_page"></a>Start page</h3>
<p>
@@ -311,11 +304,10 @@ Support single value:
- </div>
+ </section>
-
-<div class="section">
-<h3><a name="Gridedit_model"></a>Grid/edit model</h3>
+ <section>
+<h3><a name="Grid.2Fedit_model"></a>Grid/edit model</h3>
<p>We use a tab/pill models to display grid of datas and edit/add form:
</p>
@@ -339,9 +331,9 @@ Support single value:
</ul>
Have a look at the page <a
href="./knockout-binding.html">knockout-binding</a> for more explanation.
- </div>
+ </section>
- </div>
+ </section>
</div>
diff --git a/jsui/knockout-binding.html b/jsui/knockout-binding.html
index 0422d16dd..c8bb1b0cb 100644
--- a/jsui/knockout-binding.html
+++ b/jsui/knockout-binding.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -139,11 +139,11 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="../" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Knockout binding</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Knockout_binding"></a>Knockout binding</h2>
<p>Explanation on the managed repositories list/edit/add screen.</p>
<ul>
@@ -152,14 +152,13 @@
<li><a href="#Javascript_Beans">Javascript Beans</a></li>
<li><a href="#View_Model">View Model</a>
<ul>
-<li><a
href="#First_you_must_insert_your_template_in_the_main-content_div">First you
must insert your template in the #main-content div</a></li>
+<li><a
href="#First_you_must_insert_your_template_in_the_.23main-content_div">First
you must insert your template in the #main-content div</a></li>
<li><a href="#You_can_now_create_your_view_model.">You can now create your
view model.</a></li>
<li><a href="#Grid_binding">Grid binding</a></li></ul></li>
<li><a href="#View_definition">View definition</a>
<ul>
<li><a href="#Binding_definition">Binding definition</a></li>
-<li><a href="#Template_content">Template
content</a></li></ul></li></ul></li></ul>
-<div class="section">
+<li><a href="#Template_content">Template
content</a></li></ul></li></ul></li></ul><section>
<h3><a name="Javascript_Beans"></a>Javascript Beans</h3>
<p>First you must map the json response on a Javascript bean (a bit borying
task :-) )</p>
<div class="source"><pre class="prettyprint">Java class with fields
@@ -194,14 +193,11 @@ mapping function (to map the json result to your
javascript beans)
data.scanned,data.daysOlder,data.retentionCount,data.deleteReleasedSnapshots,data.stageRepoNeeded);
}
</pre></div>
-<p><tt>NOTE to have access to field values you must now
managedRepository.name() </tt></p></div>
-<div class="section">
-<h3><a name="View_Model"></a>View Model</h3>
-<div class="section">
-<h4><a
name="First_you_must_insert_your_template_in_the_main-content_div"></a>First
you must insert your template in the #main-content div</h4>
+<p><code>NOTE to have access to field values you must now
managedRepository.name() </code></p></section><section>
+<h3><a name="View_Model"></a>View Model</h3><section>
+<h4><a
name="First_you_must_insert_your_template_in_the_.23main-content_div"></a>First
you must insert your template in the #main-content div</h4>
<div class="source"><pre class="prettyprint">// it's a jquery template as we
do some i18n transformations
-$("#main-content").html($("#repositoriesMain").tmpl());</pre></div></div>
-<div class="section">
+$("#main-content").html($("#repositoriesMain").tmpl());</pre></div></section><section>
<h4><a name="You_can_now_create_your_view_model."></a>You can now create your
view model.</h4>
<div class="source"><pre
class="prettyprint">ManagedRepositoriesViewModel=function(){
//field which will receive values
@@ -217,10 +213,9 @@
$("#main-content").html($("#repositoriesMain").tmpl());</pre
removeManagedRepository=function(managedRepository){
......
}
-}</pre></div></div>
-<div class="section">
+}</pre></div></section><section>
<h4><a name="Grid_binding"></a>Grid binding</h4>
-<p>The ManagedRepositoriesViewModel is used as it with a custom grid binding
(knockout has a feature to create own binding so we use one called
<tt>simpleGrid</tt> which will display grids.</p>
+<p>The ManagedRepositoriesViewModel is used as it with a custom grid binding
(knockout has a feature to create own binding so we use one called
<code>simpleGrid</code> which will display grids.</p>
<p>Grid view initialisation code (some details omitted) :</p>
<div class="source"><pre class="prettyprint"> var
managedRepositoriesViewModel = new ManagedRepositoriesViewModel();
@@ -260,10 +255,8 @@
$("#main-content").html($("#repositoriesMain").tmpl());</pre
ko.applyBindings(managedRepositoriesViewModel,$("#main-content
#managed-repositories-table").get(0));
}
}
- );</pre></div></div></div>
-<div class="section">
-<h3><a name="View_definition"></a>View definition</h3>
-<div class="section">
+ );</pre></div></section></section><section>
+<h3><a name="View_definition"></a>View definition</h3><section>
<h4><a name="Binding_definition"></a>Binding definition</h4>
<p>We have applyed binding on the node with id
"#managed-repositories-table". The binding definition is:</p>
<div class="source"><pre class="prettyprint"> <table
class="bordered-table zebra-striped"
id="managed-repositories-table"
@@ -273,8 +266,7 @@
$("#main-content").html($("#repositoriesMain").tmpl());</pre
<li>simpleGrid: gridViewModel = field name for the view model (see sample
above)</li>
<li>simpleGridTemplate:'ko_managed-repositoriesGrid' = name of the template to
use (see below)</li>
<li>pageLinksId:'managed-repositoriesPagination' = name of the template to use
for pagination.</li>
-<li>data:'managedRepositories' = fields which contains data to pass to pass to
the template</li></ul></div>
-<div class="section">
+<li>data:'managedRepositories' = fields which contains data to pass to pass to
the template</li></ul></section><section>
<h4><a name="Template_content"></a>Template content</h4>
<p>Template used for grid display (some details omitted).</p>
<div class="source"><pre class="prettyprint"><script
id='ko_managed-repositoriesGrid' type='text/x-jquery-tmpl'>
@@ -318,7 +310,7 @@
$("#main-content").html($("#repositoriesMain").tmpl());</pre
</tr>
{{/each}}
</tbody>
-</pre></div></div></div></div>
+</pre></div></section></section></section>
</div>
</div>
<hr/>
diff --git a/jsui/rest.html b/jsui/rest.html
index 318279420..38b3a8028 100644
--- a/jsui/rest.html
+++ b/jsui/rest.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -139,11 +139,11 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="../" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">REST Services</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Expose_Rest_Services"></a>Expose Rest Services</h2>
<p>The <a class="externalLink" href="http://cxf.apache.org">Apache CXF</a> is
used to expose some classes/methods as REST Services.</p>
<p>Services use the standard interface/implementation pattern:</p>
@@ -159,18 +159,15 @@
<ul>
<li><a href="#Beans">Beans</a></li>
<li><a href="#JAXRS_annotations">JAXRS annotations</a></li></ul></li>
-<li><a href="#CXFSpring_configuration">CXF/Spring configuration</a></li>
-<li><a href="#Redback_security_annotation">Redback security
annotation</a></li></ul></li></ul></li></ul>
-<div class="section">
+<li><a href="#CXF.2FSpring_configuration">CXF/Spring configuration</a></li>
+<li><a href="#Redback_security_annotation">Redback security
annotation</a></li></ul></li></ul></li></ul><section>
<h3><a name="Steps_to_expose_your_class_as_a_REST_Service."></a>Steps to
expose your class as a REST Service.</h3>
-<p>Here all the steps to expose a new class as a REST service.</p>
-<div class="section">
+<p>Here all the steps to expose a new class as a REST service.</p><section>
<h4><a name="Interface_and_data_beans"></a>Interface and data beans</h4>
<p>All interfaces and data beans are added in the module archiva-rest-api:</p>
<ul>
<li>interface in the package: org.apache.archiva.rest.api.services .</li>
-<li>data beans in the package: org.apache.archiva.rest.api.model .</li></ul>
-<div class="section">
+<li>data beans in the package: org.apache.archiva.rest.api.model
.</li></ul><section>
<h5><a name="Beans"></a>Beans</h5>
<p>As we want to be able to expose result as json or xml type, all beans use
javax.xml.bind.annotation root element :</p>
<div class="source"><pre class="prettyprint">@XmlRootElement( name =
"artifact" )
@@ -178,8 +175,7 @@ public class Artifact
implements Serializable
All services will be able to return json or xml
-@Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML }
)</pre></div></div>
-<div class="section">
+@Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML }
)</pre></div></section><section>
<h5><a name="JAXRS_annotations"></a>JAXRS annotations</h5>
<p>As we use interfaces/implementations pattern jaxrs annotations are only in
interfaces level.</p>
<div class="source"><pre class="prettyprint">@Path(
"/managedRepositoriesService/" )
@@ -207,9 +203,8 @@ public interface ManagedRepositoriesService
@Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML } )
@RedbackAuthorization( permissions =
ArchivaRoleConstants.OPERATION_MANAGE_CONFIGURATION )
ManagedRepository addManagedRepository( ManagedRepository
managedRepository )
- throws ArchivaRestServiceException;</pre></div></div></div>
-<div class="section">
-<h4><a name="CXFSpring_configuration"></a>CXF/Spring configuration</h4>
+ throws
ArchivaRestServiceException;</pre></div></section></section><section>
+<h4><a name="CXF.2FSpring_configuration"></a>CXF/Spring configuration</h4>
<p>REST services implementations are marked with the Spring annotation
@Service</p>
<div class="source"><pre class="prettyprint">package
org.apache.archiva.rest.services;
......
@@ -251,8 +246,7 @@ public class DefaultManagedRepositoriesService
<servlet-name>CXFServlet</servlet-name>
<url-pattern>/restServices/*</url-pattern>
</servlet-mapping></pre></div>
-<p>So as it, REST services are availble in the following url
<b>restServices/archivaServices/</b>.</p></div>
-<div class="section">
+<p>So as it, REST services are availble in the following url
<b>restServices/archivaServices/</b>.</p></section><section>
<h4><a name="Redback_security_annotation"></a>Redback security annotation</h4>
<p>Some REST methods need some karma, so to prevent anonymous access methods
can be marked as it:</p>
<div class="source"><pre class="prettyprint">
@@ -260,7 +254,7 @@ public class DefaultManagedRepositoriesService
ManagedRepository addManagedRepository( ManagedRepository
managedRepository )
throws ArchivaRestServiceException;</pre></div>
<p>This method will need the current user to have the operation
manage-configuration level.</p>
-<p>For more details, have a look at <a class="externalLink"
href="http://archiva.apache.org/redback/integration/rest.html">Redback
REST</a>.</p></div></div></div>
+<p>For more details, have a look at <a class="externalLink"
href="http://archiva.apache.org/redback/integration/rest.html">Redback
REST</a>.</p></section></section></section>
</div>
</div>
<hr/>
diff --git a/jsui/template-loading.html b/jsui/template-loading.html
index 9b479df35..6d1996e0e 100644
--- a/jsui/template-loading.html
+++ b/jsui/template-loading.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -139,15 +139,15 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="../" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Javascript template loading</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
-<h2><a name="HtmlJavascript_templates_loading"></a>Html/Javascript templates
loading</h2>
+<section>
+<h2><a name="Html.2FJavascript_templates_loading"></a>Html/Javascript
templates loading</h2>
<p>Templates are loaded on application loaded and added in the hidden div
<b>#html-fragments</b>.</p>
<p>They are loaded using requirejs and the text plugin.</p>
-<p>archiva templates are loaded as it <tt>NOTE: the no cache is activated only
on dev mode</tt></p>
+<p>archiva templates are loaded as it <code>NOTE: the no cache is activated
only on dev mode</code></p>
<div class="source"><pre
class="prettyprint">require(['jquery',"jquery.tmpl",'i18n',"utils","text!templates/archiva/menu.html",
"text!templates/archiva/generics.html",
"text!templates/archiva/modal.html",
@@ -168,10 +168,8 @@
$.log("main-tmpl.js loaded");
}
}
-);</pre></div>
-<div class="section">
-<h3><a name="i18n_in_templates"></a>i18n in templates</h3>
-<div class="section">
+);</pre></div><section>
+<h3><a name="i18n_in_templates"></a>i18n in templates</h3><section>
<h4><a name="static_templates"></a>static templates</h4>
<p>Some templates which are only simple html which only need i18n are executed
immediatly.</p>
<p>Simply use:</p>
@@ -180,10 +178,9 @@
${register} or ${$.i18n.prop('register')}
Note if you use the simple form ${register} and the property is not
available, the template system will try to use if exists the function register
-</pre></div></div>
-<div class="section">
+</pre></div></section><section>
<h4><a name="dynamic_templates"></a>dynamic templates</h4>
-<p>The others are only inserted in #html-fragments.</p></div></div></div>
+<p>The others are only inserted in
#html-fragments.</p></section></section></section>
</div>
</div>
<hr/>
diff --git a/known-issues.html b/known-issues.html
index 26192ed1d..8ef27ab1e 100644
--- a/known-issues.html
+++ b/known-issues.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -138,13 +138,13 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Known Issues and Errata</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Known_Issues_and_Errata"></a>Known Issues and Errata</h2>
-<p>For a list of all JIRA issues reported against released versions of
Archiva, see <a class="externalLink"
href="http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+MRM+AND+resolution+%3D+Unresolved+and+affectedVersion+in+releasedVersions()">
JIRA</a>.</p></div>
+<p>For a list of all JIRA issues reported against released versions of
Archiva, see <a class="externalLink"
href="http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+MRM+AND+resolution+%3D+Unresolved+and+affectedVersion+in+releasedVersions()">
JIRA</a>.</p></section>
</div>
</div>
<hr/>
diff --git a/licenses.html b/licenses.html
index c11fa0032..4745ed371 100644
--- a/licenses.html
+++ b/licenses.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -137,17 +137,15 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Project Licenses</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>Typically the licenses listed for the project are that of the project
itself, and not of dependencies.</p></div>
-<div class="section">
-<h2><a name="Project_Licenses"></a>Project Licenses</h2><a
name="Project_Licenses"></a>
-<div class="section">
-<h3><a name="Apache_License_Version_2.0"></a>Apache License, Version
2.0</h3><a name="Apache_License.2C_Version_2.0"></a>
+<p>Typically the licenses listed for the project are that of the project
itself, and not of dependencies.</p></section><section>
+<h2><a name="Project_Licenses"></a>Project Licenses</h2><a
name="Project_Licenses"></a><section>
+<h3><a name="Apache_License.2C_Version_2.0"></a>Apache License, Version
2.0</h3><a name="Apache_License.2C_Version_2.0"></a>
<div class="source"><pre class="prettyprint">
Apache License
Version 2.0, January 2004
@@ -350,7 +348,7 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-</pre></div></div></div>
+</pre></div></section></section>
</div>
</div>
<hr/>
diff --git a/mailing-lists.html b/mailing-lists.html
index bfe74f2de..7c052f274 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -137,11 +137,11 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Project Mailing Lists</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Project_Mailing_Lists"></a>Project Mailing Lists</h2><a
name="Project_Mailing_Lists"></a>
<p>These are the mailing lists that have been established for this project.
For each list, there is a subscribe, unsubscribe, and an archive link.</p>
<table border="0" class="table table-striped">
@@ -153,75 +153,75 @@
<th>Archive</th>
<th>Other Archives</th></tr>
<tr class="b">
-<td>Archiva User List</td>
+<td align="left">Archiva User List</td>
<td><a class="externalLink"
href="mailto:[email protected]">Subscribe</a></td>
<td><a class="externalLink"
href="mailto:[email protected]">Unsubscribe</a></td>
<td><a class="externalLink"
href="mailto:[email protected]">Post</a></td>
<td><a class="externalLink"
href="https://lists.apache.org/[email protected]">lists.apache.org</a></td>
<td><a class="externalLink"
href="https://www.mail-archive.com/[email protected]">www.mail-archive.com</a></td></tr>
<tr class="a">
-<td>-</td>
+<td align="left">-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td><a class="externalLink"
href="https://markmail.org/list/org.apache.archiva.users">markmail.org</a></td></tr>
<tr class="b">
-<td>Archiva Developer List</td>
+<td align="left">Archiva Developer List</td>
<td><a class="externalLink"
href="mailto:[email protected]">Subscribe</a></td>
<td><a class="externalLink"
href="mailto:[email protected]">Unsubscribe</a></td>
<td><a class="externalLink" href="mailto:[email protected]">Post</a></td>
<td><a class="externalLink"
href="https://lists.apache.org/[email protected]">lists.apache.org</a></td>
<td><a class="externalLink"
href="https://www.mail-archive.com/[email protected]">www.mail-archive.com</a></td></tr>
<tr class="a">
-<td>-</td>
+<td align="left">-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td><a class="externalLink"
href="https://markmail.org/list/org.apache.archiva.dev">markmail.org</a></td></tr>
<tr class="b">
-<td>Archiva Commits List</td>
+<td align="left">Archiva Commits List</td>
<td><a class="externalLink"
href="mailto:[email protected]">Subscribe</a></td>
<td><a class="externalLink"
href="mailto:[email protected]">Unsubscribe</a></td>
<td><a href="-">Post</a></td>
<td><a class="externalLink"
href="https://lists.apache.org/[email protected]">lists.apache.org</a></td>
<td><a class="externalLink"
href="https://www.mail-archive.com/[email protected]">www.mail-archive.com</a></td></tr>
<tr class="a">
-<td>-</td>
+<td align="left">-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td><a class="externalLink"
href="https://markmail.org/list/org.apache.archiva.commits">markmail.org</a></td></tr>
<tr class="b">
-<td>Archiva Issues List</td>
+<td align="left">Archiva Issues List</td>
<td><a class="externalLink"
href="mailto:[email protected]">Subscribe</a></td>
<td><a class="externalLink"
href="mailto:[email protected]">Unsubscribe</a></td>
<td><a href="-">Post</a></td>
<td><a class="externalLink"
href="https://lists.apache.org/[email protected]">lists.apache.org</a></td>
<td><a class="externalLink"
href="https://www.mail-archive.com/[email protected]">www.mail-archive.com</a></td></tr>
<tr class="a">
-<td>-</td>
+<td align="left">-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td><a class="externalLink"
href="https://markmail.org/list/org.apache.archiva.issues">markmail.org</a></td></tr>
<tr class="b">
-<td>Archiva Notifications List</td>
+<td align="left">Archiva Notifications List</td>
<td><a class="externalLink"
href="mailto:[email protected]">Subscribe</a></td>
<td><a class="externalLink"
href="mailto:[email protected]">Unsubscribe</a></td>
<td><a href="-">Post</a></td>
<td><a class="externalLink"
href="https://lists.apache.org/[email protected]">lists.apache.org</a></td>
<td><a class="externalLink"
href="https://www.mail-archive.com/[email protected]">www.mail-archive.com</a></td></tr>
<tr class="a">
+<td align="left">-</td>
<td>-</td>
<td>-</td>
<td>-</td>
<td>-</td>
-<td>-</td>
-<td><a class="externalLink"
href="https://markmail.org/list/org.apache.archiva.notifications">markmail.org</a></td></tr></table></div>
+<td><a class="externalLink"
href="https://markmail.org/list/org.apache.archiva.notifications">markmail.org</a></td></tr></table></section>
</div>
</div>
<hr/>
diff --git a/privacy-policy.html b/privacy-policy.html
index 8cd995619..b53735368 100644
--- a/privacy-policy.html
+++ b/privacy-policy.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -139,11 +139,11 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Privacy Policy</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Privacy_Policy"></a>Privacy Policy</h2>
<p>Information about your use of this website is collected using server access
logs and a tracking cookie. The collected information consists of the
following:</p>
<ol style="list-style-type: decimal">
@@ -154,7 +154,7 @@
<li>The addresses of pages from where you followed a link to our
site.</li></ol>
<p>Part of this information is gathered using a tracking cookie set by the <a
class="externalLink" href="http://www.google.com/analytics/">Google
Analytics</a> service and handled by Google as described in their <a
class="externalLink" href="http://www.google.com/privacy.html">privacy
policy</a>. See your browser documentation for instructions on how to disable
the cookie if you prefer not to share this data with Google.</p>
<p>We use the gathered information to help us make our site more useful to
visitors and to better understand how and when our site is used. We do not
track or collect personally identifiable information or associate gathered data
with any personally identifying information from other sources.</p>
-<p>By using this website, you consent to the collection of this data in the
manner and for the purpose described above.</p></div>
+<p>By using this website, you consent to the collection of this data in the
manner and for the purpose described above.</p></section>
</div>
</div>
<hr/>
diff --git a/project-info.html b/project-info.html
index 9f08e2a71..200611f22 100644
--- a/project-info.html
+++ b/project-info.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -137,37 +137,36 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Project Information</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Project_Information"></a>Project Information</h2>
-<p>This document provides an overview of the various documents and links that
are part of this project's general information. All of this content is
automatically generated by <a class="externalLink"
href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
-<div class="section">
+<p>This document provides an overview of the various documents and links that
are part of this project's general information. All of this content is
automatically generated by <a class="externalLink"
href="http://maven.apache.org">Maven</a> on behalf of the project.</p><section>
<h3><a name="Overview"></a>Overview</h3>
<table border="0" class="table table-striped">
<tr class="a">
<th>Document</th>
<th>Description</th></tr>
<tr class="b">
-<td><a href="ci-management.html">CI Management</a></td>
-<td>This document lists the continuous integration management system of this
project for building and testing code on a frequent, regular basis.</td></tr>
+<td align="left"><a href="ci-management.html">CI Management</a></td>
+<td align="left">This document lists the continuous integration management
system of this project for building and testing code on a frequent, regular
basis.</td></tr>
<tr class="a">
-<td><a href="mailing-lists.html">Mailing Lists</a></td>
-<td>This document provides subscription and archive information for this
project's mailing lists.</td></tr>
+<td align="left"><a href="mailing-lists.html">Mailing Lists</a></td>
+<td align="left">This document provides subscription and archive information
for this project's mailing lists.</td></tr>
<tr class="b">
-<td><a href="issue-management.html">Issue Management</a></td>
-<td>This document provides information on the issue management system used in
this project.</td></tr>
+<td align="left"><a href="issue-management.html">Issue Management</a></td>
+<td align="left">This document provides information on the issue management
system used in this project.</td></tr>
<tr class="a">
-<td><a href="licenses.html">Licenses</a></td>
-<td>This document lists the project license(s).</td></tr>
+<td align="left"><a href="licenses.html">Licenses</a></td>
+<td align="left">This document lists the project license(s).</td></tr>
<tr class="b">
-<td><a href="team.html">Team</a></td>
-<td>This document provides information on the members of this project. These
are the individuals who have contributed to the project in one form or
another.</td></tr>
+<td align="left"><a href="team.html">Team</a></td>
+<td align="left">This document provides information on the members of this
project. These are the individuals who have contributed to the project in one
form or another.</td></tr>
<tr class="a">
-<td><a href="scm.html">Source Code Management</a></td>
-<td>This document lists ways to access the online source
repository.</td></tr></table></div></div>
+<td align="left"><a href="scm.html">Source Code Management</a></td>
+<td align="left">This document lists ways to access the online source
repository.</td></tr></table></section></section>
</div>
</div>
<hr/>
diff --git a/scm.html b/scm.html
index e237d4d97..ba7c66f20 100644
--- a/scm.html
+++ b/scm.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -137,28 +137,24 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Source Code Management</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink"
href="https://git-scm.com/">Git</a> to manage its source code. Instructions on
Git use can be found at <a class="externalLink"
href="https://git-scm.com/documentation">https://git-scm.com/documentation</a>.</p></div>
-<div class="section">
+<p>This project uses <a class="externalLink"
href="https://git-scm.com/">Git</a> to manage its source code. Instructions on
Git use can be found at <a class="externalLink"
href="https://git-scm.com/documentation">https://git-scm.com/documentation</a>.</p></section><section>
<h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a
name="Web_Browser_Access"></a>
<p>The following is a link to a browsable version of the source repository:</p>
-<div class="source"><pre class="prettyprint"><a class="externalLink"
href="https://github.com/apache/archiva">https://github.com/apache/archiva</a></pre></div></div>
-<div class="section">
+<div class="source"><pre class="prettyprint"><a class="externalLink"
href="https://github.com/apache/archiva">https://github.com/apache/archiva</a></pre></div></section><section>
<h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a
name="Anonymous_Access"></a>
<p>The source can be checked out anonymously from Git with this command (See
<a class="externalLink"
href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p>
-<div class="source"><pre class="prettyprint">$ git clone
https://github.com/apache/archiva.git</pre></div></div>
-<div class="section">
+<div class="source"><pre class="prettyprint">$ git clone
https://github.com/apache/archiva.git</pre></div></section><section>
<h2><a name="Developer_Access"></a>Developer Access</h2><a
name="Developer_Access"></a>
<p>Only project developers can access the Git tree via this method (See <a
class="externalLink"
href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>).</p>
-<div class="source"><pre class="prettyprint">$ git clone
https://gitbox.apache.org/repos/asf/archiva.git</pre></div></div>
-<div class="section">
+<div class="source"><pre class="prettyprint">$ git clone
https://gitbox.apache.org/repos/asf/archiva.git</pre></div></section><section>
<h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
-<p>Refer to the documentation of the SCM used for more information about
access behind a firewall.</p></div>
+<p>Refer to the documentation of the SCM used for more information about
access behind a firewall.</p></section>
</div>
</div>
<hr/>
diff --git a/security.html b/security.html
index 33db172e9..46b402aea 100644
--- a/security.html
+++ b/security.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -137,11 +137,11 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Security Vulnerabilities</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Security_Vulnerabilities"></a>Security Vulnerabilities</h2>
<p>Please note that binary patches are not produced for individual
vulnerabilities. To obtain the binary fix for a particular vulnerability you
should upgrade to an Apache Archiva version where that vulnerability has been
fixed.</p>
<p>For more information about reporting vulnerabilities, see the <a
class="externalLink" href="http://www.apache.org/security/"> Apache Security
Team</a> page.</p>
@@ -160,17 +160,13 @@
<li><a href="#CVE-2011-1077:_Multiple_XSS_issues">CVE-2011-1077: Multiple XSS
issues</a></li>
<li><a href="#CVE-2011-1026:_Multiple_CSRF_issues">CVE-2011-1026: Multiple
CSRF issues</a></li>
<li><a
href="#CVE-2011-0533:_Apache_Archiva_cross-site_scripting_vulnerability">CVE-2011-0533:
Apache Archiva cross-site scripting vulnerability</a></li>
-<li><a href="#CVE-2010-3449:_Apache_Archiva_CSRF_Vulnerability">CVE-2010-3449:
Apache Archiva CSRF Vulnerability</a></li></ul>
-<div class="section">
+<li><a href="#CVE-2010-3449:_Apache_Archiva_CSRF_Vulnerability">CVE-2010-3449:
Apache Archiva CSRF Vulnerability</a></li></ul><section>
<h3><a
name="CVE-2021-45105:_Apache_Log4j2_does_not_always_protect_from_infinite_recursion_in_lookup_evaluation"></a><a
name="CVE-2021-45105">CVE-2021-45105</a>: Apache Log4j2 does not always
protect from infinite recursion in lookup evaluation</h3>
-<p>This may be used by attackers, if users changed the default Archiva
log4j2.xml configuration.</p></div>
-<div class="section">
+<p>This may be used by attackers, if users changed the default Archiva
log4j2.xml configuration.</p></section><section>
<h3><a
name="CVE-2021-45046:_Apache_log4j2_Thread_Context_Lookup_Pattern_vulnerable_to_remote_code_execution_in_certain_non-default_configurations"></a><a
name="CVE-2021-45046">CVE-2021-45046</a>: Apache log4j2 Thread Context Lookup
Pattern vulnerable to remote code execution in certain non-default
configurations</h3>
-<p>This may be used by attackers, if users changed the default Archiva
log4j2.xml configuration.</p></div>
-<div class="section">
+<p>This may be used by attackers, if users changed the default Archiva
log4j2.xml configuration.</p></section><section>
<h3><a
name="CVE-2021-44228:_Apache_log4j2_is_vulnerable_to_remote_code_execution"></a><a
name="CVE-2021-44228">CVE-2021-44228</a>: Apache log4j2 is vulnerable to
remote code execution</h3>
-<p>As mentioned in this CVE Apache log4j2 libraries are vulnerable to remote
code execution. Archiva is using log4j2 libraries and is therefore vulnerable
to the same scenarios mentioned in this CVE. Attackers may be able to inject
statements into the HTTP requests which may be interpreted by the logging
library and lead to the download of arbitrary code from remote
servers.</p></div>
-<div class="section">
+<p>As mentioned in this CVE Apache log4j2 libraries are vulnerable to remote
code execution. Archiva is using log4j2 libraries and is therefore vulnerable
to the same scenarios mentioned in this CVE. Attackers may be able to inject
statements into the HTTP requests which may be interpreted by the logging
library and lead to the download of arbitrary code from remote
servers.</p></section><section>
<h3><a
name="CVE-2020-9495:_Apache_Archiva_login_service_is_vulnerable_to_LDAP_injection"></a><a
name="CVE-2020-9495">CVE-2020-9495</a>: Apache Archiva login service is
vulnerable to LDAP injection</h3>
<p>By providing special values to the archiva login form a attacker is able to
retrieve user attribute data from the connected LDAP server. With certain
characters it is possible to modify the LDAP filter used to query the users on
the connected LDAP server. By measuring the response time, arbitrary attribute
data can be retrieved from LDAP user objects.</p>
<p>Versions Affected:</p>
@@ -178,8 +174,7 @@
<li>All versions before 2.2.5</li></ul>
<p>Mitigation:</p>
<ul>
-<li>Upgrade to <a href="./download.cgi"> Archiva 2.2.5 or
higher</a></li></ul></div>
-<div class="section">
+<li>Upgrade to <a href="./download.cgi"> Archiva 2.2.5 or
higher</a></li></ul></section><section>
<h3><a
name="CVE-2019-0213:_Apache_Archiva_XSS_may_be_stored_in_central_UI_configuration"></a><a
name="CVE-2019-0213">CVE-2019-0213</a>: Apache Archiva XSS may be stored in
central UI configuration</h3>
<p>It may be possible to store malicious XSS code into central configuration
entries, i.e. the logo URL. The vulnerability is considered as minor risk, as
only users with admin role can change the configuration, or the communication
between the browser and the Archiva server must be compromised. </p>
<p>Versions Affected:</p>
@@ -188,8 +183,7 @@
<p>Mitigation:</p>
<ul>
<li>Upgrade to <a href="./download.cgi"> Archiva 2.2.4 or higher</a></li>
-<li>Make sure, that communication between Archiva server and browser is secure
by using TLS and only certain users are assigned to admin role.</li></ul></div>
-<div class="section">
+<li>Make sure, that communication between Archiva server and browser is secure
by using TLS and only certain users are assigned to admin
role.</li></ul></section><section>
<h3><a
name="CVE-2019-0214:_Apache_Archiva_arbitrary_file_write_and_delete_on_the_server"></a><a
name="CVE-2019-0214">CVE-2019-0214</a>: Apache Archiva arbitrary file write
and delete on the server</h3>
<p>It is possible to write files to the archiva server at arbitrary locations
by using the artifact upload mechanism. Existing files can be overwritten, if
the archiva run user has appropriate permission on the filesystem for the
target file.</p>
<p>Versions Affected:</p>
@@ -198,8 +192,7 @@
<p>Mitigation:</p>
<ul>
<li>It is highly recommended to upgrade to <a href="./download.cgi"> Archiva
2.2.4 or higher</a>, where additional validations are implemented to prevent
such malicious parameter values.</li>
-<li>As intermediate action you may reduce the number of users that are allowed
to upload to archiva and make sure, that the archiva run user may have only
write permission to the directories needed.</li></ul></div>
-<div class="section">
+<li>As intermediate action you may reduce the number of users that are allowed
to upload to archiva and make sure, that the archiva run user may have only
write permission to the directories needed.</li></ul></section><section>
<h3><a
name="CVE-2017-5657:_Apache_Archiva_CSRF_vulnerabilities_for_various_REST_endpoints"></a><a
name="CVE-2017-5657">CVE-2017-5657</a>: Apache Archiva CSRF vulnerabilities
for various REST endpoints</h3>
<p>Several REST service endpoints of Apache Archiva are not protected against
CSRF attacks. A malicious site opened in the same browser as the archiva site,
may send HTML response that performs arbitrary actions on archiva services,
with the same rights as the active archiva session (e.g. adminstrator
rights).</p>
<p>Versions Affected:</p>
@@ -207,8 +200,7 @@
<li>All versions before 2.2.3</li></ul>
<p>Mitigation:</p>
<ul>
-<li>Upgrade to <a href="./download.html"> Archiva 2.2.3 or higher</a>, where
additional measures are taken to verify the origin of REST
requests.</li></ul></div>
-<div class="section">
+<li>Upgrade to <a href="./download.html"> Archiva 2.2.3 or higher</a>, where
additional measures are taken to verify the origin of REST
requests.</li></ul></section><section>
<h3><a name="CVE-2013-2251:_Apache_Archiva_Remote_Command_Execution"></a><a
name="CVE-2013-2251">CVE-2013-2251</a>: Apache Archiva Remote Command
Execution</h3>
<p>Apache Archiva is affected by a vulnerability in the version of the Struts
library being used, which allows a malicious user to run code on the server
remotely. More details about the vulnerability can be found at <a
class="externalLink"
href="http://struts.apache.org/release/2.3.x/docs/s2-016.html">http://struts.apache.org/release/2.3.x/docs/s2-016.html</a>.</p>
<p>Versions Affected:</p>
@@ -217,8 +209,7 @@
<ul>
<li>The unsupported versions Archiva 1.2 to 1.2.2 are also affected.</li></ul>
<p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva
2.0.1 or Archiva 1.3.8</a>, which are not affected by this issue.</p>
-<p>Archiva 2.0.0 and later is not affected by this issue.</p></div>
-<div class="section">
+<p>Archiva 2.0.0 and later is not affected by this
issue.</p></section><section>
<h3><a
name="CVE-2013-2187:_Apache_Archiva_Cross-Site_Scripting_vulnerability"></a><a
name="CVE-2013-2187">CVE-2013-2187</a>: Apache Archiva Cross-Site Scripting
vulnerability</h3>
<p>A request that included a specially crafted request parameter could be used
to inject arbitrary HTML or Javascript into the Archiva home page.</p>
<p>Versions Affected:</p>
@@ -227,8 +218,7 @@
<ul>
<li>The unsupported versions Archiva 1.2 to 1.2.2 are also affected.</li></ul>
<p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva
2.0.1 or Archiva 1.3.8</a>, which are not affected by this issue.</p>
-<p>Archiva 2.0.0 and later is not affected by this issue.</p></div>
-<div class="section">
+<p>Archiva 2.0.0 and later is not affected by this
issue.</p></section><section>
<h3><a name="CVE-2010-1870:_Struts2_remote_commands_execution"></a><a
name="CVE-2010-1870">CVE-2010-1870</a>: Struts2 remote commands execution</h3>
<p>Apache Archiva is affected by a vulnerability in the version of the Struts
library being used, which allows a malicious user to run code on the server
remotely. More details about the vulnerability can be found at <a
class="externalLink"
href="http://struts.apache.org/2.2.1/docs/s2-005.html">http://struts.apache.org/2.2.1/docs/s2-005.html</a>.</p>
<p>Versions Affected:</p>
@@ -237,29 +227,25 @@
<ul>
<li>The unsupported versions Archiva 1.2 to 1.2.2 are also affected.</li></ul>
<p>All users are recommended to upgrade to <a href="./download.cgi"> Archiva
1.3.6</a>, which configures Struts in such a way that it is not affected by
this issue.</p>
-<p>Archiva 1.4-M3 and later is not affected by this issue.</p></div>
-<div class="section">
+<p>Archiva 1.4-M3 and later is not affected by this
issue.</p></section><section>
<h3><a name="CVE-2011-1077:_Multiple_XSS_issues"></a><a
name="CVE-2011-1077">CVE-2011-1077</a>: Multiple XSS issues</h3>
<p>Apache Archiva is vulnerable to multiple XSS issues, both stored
(persistent) and reflected (non-persistent). Javascript which might contain
malicious code can be appended in a request parameter or stored as a value in a
submitted form, and get executed.</p>
<p>Versions Affected:</p>
<ul>
<li>Archiva 1.3 to 1.3.4</li>
-<li>The unsupported versions Archiva 1.0 to 1.2.2 are also
affected.</li></ul></div>
-<div class="section">
+<li>The unsupported versions Archiva 1.0 to 1.2.2 are also
affected.</li></ul></section><section>
<h3><a name="CVE-2011-1026:_Multiple_CSRF_issues"></a><a
name="CVE-2011-1026">CVE-2011-1026</a>: Multiple CSRF issues</h3>
-<p>An attacker can build a simple html page containing a hidden Image tag (eg:
<tt><img src=vulnurl width=0 height=0 /</tt>>) and entice the
administrator to access the page.</p>
+<p>An attacker can build a simple html page containing a hidden Image tag (eg:
<code><img src=vulnurl width=0 height=0 /</code>>) and entice the
administrator to access the page.</p>
<p>Versions Affected:</p>
<ul>
<li>Archiva 1.3 to 1.3.4</li>
-<li>The unsupported versions Archiva 1.0 to 1.2.2 are also
affected.</li></ul></div>
-<div class="section">
+<li>The unsupported versions Archiva 1.0 to 1.2.2 are also
affected.</li></ul></section><section>
<h3><a
name="CVE-2011-0533:_Apache_Archiva_cross-site_scripting_vulnerability"></a><a
name="CVE-2011-0533">CVE-2011-0533</a>: Apache Archiva cross-site scripting
vulnerability</h3>
<p>A request that included a specially crafted request parameter could be used
to inject arbitrary HTML or Javascript into the Archiva user management page.
This fix is available in version <a href="./download.html"> 1.3.4</a> of Apache
Archiva. All users must upgrade to this version (or higher).</p>
<p>Versions Affected:</p>
<ul>
<li>Archiva 1.3 to 1.3.3</li>
-<li>The unsupported versions Archiva 1.0 to 1.2.2 are also
affected.</li></ul></div>
-<div class="section">
+<li>The unsupported versions Archiva 1.0 to 1.2.2 are also
affected.</li></ul></section><section>
<h3><a name="CVE-2010-3449:_Apache_Archiva_CSRF_Vulnerability"></a><a
name="CVE-2010-3449">CVE-2010-3449</a>: Apache Archiva CSRF Vulnerability</h3>
<p>Apache Archiva doesn't check which form sends credentials. An attacker can
create a specially crafted page and force archiva administrators to view it and
change their credentials. To fix this, a referrer check was added to the
security interceptor for all secured actions. A prompt for the administrator's
password when changing a user account was also set in place. This fix is
available in version <a href="./download.html"> 1.3.2</a> of Apache Archiva.
All users must upgrade to this v [...]
<p>Versions Affected:</p>
@@ -267,7 +253,7 @@
<li>Archiva 1.3 to 1.3.1</li>
<li>Archiva 1.2 to 1.2.2 (end of life)</li>
<li>Archiva 1.1 to 1.1.4 (end of life)</li>
-<li>Archiva 1.0 to 1.0.3 (end of life)</li></ul></div></div>
+<li>Archiva 1.0 to 1.0.3 (end of life)</li></ul></section></section>
</div>
</div>
<hr/>
diff --git a/team.html b/team.html
index ac85be587..c63a0a33b 100644
--- a/team.html
+++ b/team.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -137,15 +137,14 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Project Team</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
+<section>
<h2><a name="Project_Team"></a>Project Team</h2><a name="Project_Team"></a>
<p>A successful project requires many people to play many roles. Some members
write code or documentation, while others are valuable as testers, submitting
patches and suggestions.</p>
-<p>The project team is comprised of Members and Contributors. Members have
direct access to the source of a project and actively evolve the code-base.
Contributors improve the project through submission of patches and suggestions
to the Members. The number of Contributors to the project is unbounded. Get
involved today. All contributions to the project are greatly appreciated.</p>
-<div class="section">
+<p>The project team is comprised of Members and Contributors. Members have
direct access to the source of a project and actively evolve the code-base.
Contributors improve the project through submission of patches and suggestions
to the Members. The number of Contributors to the project is unbounded. Get
involved today. All contributions to the project are greatly
appreciated.</p><section>
<h3><a name="Members"></a>Members</h3><a name="Members"></a>
<p>The following is a list of developers with commit privileges that have
directly contributed to the project in one way or another.</p>
<table border="0" class="table table-striped">
@@ -158,7 +157,7 @@
<th>Roles</th>
<th>Time Zone</th></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/bab29f762bea8e578505424443d8cd41?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/bab29f762bea8e578505424443d8cd41?d=mm&s=60"
alt="" /></figure></td>
<td><a name="olamy"></a>olamy</td>
<td>Olivier Lamy</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -166,7 +165,7 @@
<td>PMC Chair</td>
<td>Australia/Brisbane</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/a49e2c09c4c36374c40e6cb819157eda?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/a49e2c09c4c36374c40e6cb819157eda?d=mm&s=60"
alt="" /></figure></td>
<td><a name="oching"></a>oching</td>
<td>Maria Odea B. Ching</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -174,7 +173,7 @@
<td>PMC Member</td>
<td>+8</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/1db61ec29963d4a77ef2275140144fd4?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/1db61ec29963d4a77ef2275140144fd4?d=mm&s=60"
alt="" /></figure></td>
<td><a name="brett"></a>brett</td>
<td>Brett Porter</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -182,7 +181,7 @@
<td>PMC Member</td>
<td>+10</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/6559d4b2de15cb1433fc13c34599e4c7?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/6559d4b2de15cb1433fc13c34599e4c7?d=mm&s=60"
alt="" /></figure></td>
<td><a name="carlos"></a>carlos</td>
<td>Carlos Sanchez</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -190,7 +189,7 @@
<td>PMC Member</td>
<td>+1</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/89d1772a8f19085482a13decc709cda2?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/89d1772a8f19085482a13decc709cda2?d=mm&s=60"
alt="" /></figure></td>
<td><a name="epunzalan"></a>epunzalan</td>
<td>Edwin Punzalan</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -198,7 +197,7 @@
<td>PMC Member</td>
<td>-8</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/3fe23ff82e7920b5941e18515adf9bba?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/3fe23ff82e7920b5941e18515adf9bba?d=mm&s=60"
alt="" /></figure></td>
<td><a name="nicolas"></a>nicolas</td>
<td>Nicolas De Loof</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -206,7 +205,7 @@
<td>PMC Member</td>
<td>+1</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/030e414fc478d45703ba0cbf6fa431f9?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/030e414fc478d45703ba0cbf6fa431f9?d=mm&s=60"
alt="" /></figure></td>
<td><a name="skygo"></a>skygo</td>
<td>Eric Barboni</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -214,7 +213,7 @@
<td>PMC Member</td>
<td>Europe/Paris</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/27790393b874159fe05609ca7ed812f9?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/27790393b874159fe05609ca7ed812f9?d=mm&s=60"
alt="" /></figure></td>
<td><a name="jbonofre"></a>jbonofre</td>
<td>Jean-Baptiste Onofré</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -222,7 +221,7 @@
<td>PMC Member</td>
<td>Europe/Paris</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/333ab2c837b3073314c221ae7dd9cc2d?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/333ab2c837b3073314c221ae7dd9cc2d?d=mm&s=60"
alt="" /></figure></td>
<td><a name="martin_s"></a>martin_s</td>
<td>Martin Schreier</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -230,7 +229,7 @@
<td>PMC Member</td>
<td>+1</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/c8686cad245196c9e392201ad7bb364f?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/c8686cad245196c9e392201ad7bb364f?d=mm&s=60"
alt="" /></figure></td>
<td><a name="dennisl"></a>dennisl</td>
<td>Dennis Lundberg</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -238,7 +237,7 @@
<td>Committer</td>
<td>+1</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/76f1823568e5f31931bd32415a4cffa7?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/76f1823568e5f31931bd32415a4cffa7?d=mm&s=60"
alt="" /></figure></td>
<td><a name="martinc"></a>martinc</td>
<td>Martin Cooper</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -246,7 +245,7 @@
<td>Committer</td>
<td>-</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/07a0055c4259569aff19ee558ee3999d?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/07a0055c4259569aff19ee558ee3999d?d=mm&s=60"
alt="" /></figure></td>
<td><a name="mbaclay"></a>mbaclay</td>
<td>Marecor M. Baclay</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -254,7 +253,7 @@
<td>Committer</td>
<td>+8</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/026acc6fb60c44ed137de35517837065?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/026acc6fb60c44ed137de35517837065?d=mm&s=60"
alt="" /></figure></td>
<td><a name="jzurbano"></a>jzurbano</td>
<td>Jevica Arianne B. Zurbano</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -262,7 +261,7 @@
<td>Committer</td>
<td>+8</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/aeb4e8e65a6c91233e1a9128d8989093?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/aeb4e8e65a6c91233e1a9128d8989093?d=mm&s=60"
alt="" /></figure></td>
<td><a name="alecharp"></a>alecharp</td>
<td>Adrien Lecharpentier</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -270,7 +269,7 @@
<td>Committer</td>
<td>+1</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/a9d812d5d37ff4b5a93671eb6648c54b?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/a9d812d5d37ff4b5a93671eb6648c54b?d=mm&s=60"
alt="" /></figure></td>
<td><a name="svogt"></a>svogt</td>
<td>Sascha Vogt</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -278,7 +277,7 @@
<td>Committer</td>
<td>Europe/Berlin</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/38f7796e51a469f8efc08de2d88fa335?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/38f7796e51a469f8efc08de2d88fa335?d=mm&s=60"
alt="" /></figure></td>
<td><a name="joakime"></a>joakime</td>
<td>Joakim Erdfelt</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -286,7 +285,7 @@
<td>Emeritus</td>
<td>-5</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></figure></td>
<td><a name="jvanzyl"></a>jvanzyl</td>
<td>Jason van Zyl</td>
<td>-</td>
@@ -294,7 +293,7 @@
<td>Emeritus</td>
<td>-</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></figure></td>
<td><a name="bayard"></a>bayard</td>
<td>Henri Yandell</td>
<td>-</td>
@@ -302,7 +301,7 @@
<td>Emeritus</td>
<td>-</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></figure></td>
<td><a name="kenney"></a>kenney</td>
<td>Kenney Westerhof</td>
<td>-</td>
@@ -310,7 +309,7 @@
<td>Emeritus</td>
<td>-</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></figure></td>
<td><a name="aheritier"></a>aheritier</td>
<td>Arnaud Heritier</td>
<td>-</td>
@@ -318,7 +317,7 @@
<td>Emeritus</td>
<td>-</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></figure></td>
<td><a name="bellingard"></a>bellingard</td>
<td>Fabrice Bellingard</td>
<td>-</td>
@@ -326,7 +325,7 @@
<td>Emeritus</td>
<td>-</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></figure></td>
<td><a name="jdumay"></a>jdumay</td>
<td>James William Dumay</td>
<td>-</td>
@@ -334,7 +333,7 @@
<td>Emeritus</td>
<td>-</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></figure></td>
<td><a name="jmcconnell"></a>jmcconnell</td>
<td>Jesse McConnell</td>
<td>-</td>
@@ -342,7 +341,7 @@
<td>Emeritus</td>
<td>-</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/efe7252f3b18253bf4318062ece95a3b?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/efe7252f3b18253bf4318062ece95a3b?d=mm&s=60"
alt="" /></figure></td>
<td><a name="evenisse"></a>evenisse</td>
<td>Emmanuel Venisse</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -350,7 +349,7 @@
<td>Emeritus</td>
<td>-</td></tr>
<tr class="b">
-<td><img
src="https://www.gravatar.com/avatar/b38a3be83226b10b399985496c058e4c?d=mm&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/b38a3be83226b10b399985496c058e4c?d=mm&s=60"
alt="" /></figure></td>
<td><a name="jtolentino"></a>jtolentino</td>
<td>Ernesto Tolentino Jr.</td>
<td><a class="externalLink"
href="mailto:[email protected]">[email protected]</a></td>
@@ -358,139 +357,138 @@
<td>Emeritus</td>
<td>-</td></tr>
<tr class="a">
-<td><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></td>
+<td align="left"><figure><img
src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&f=y&s=60"
alt="" /></figure></td>
<td><a name="wsmoak"></a>wsmoak</td>
<td>Wendy Smoak</td>
<td>-</td>
<td>-</td>
<td>Emeritus</td>
-<td>-</td></tr></table></div>
-<div class="section">
+<td>-</td></tr></table></section><section>
<h3><a name="Contributors"></a>Contributors</h3><a name="Contributors"></a>
<p>The following additional people have contributed to this project through
the way of suggestions, patches or documentation.</p>
<table border="0" class="table table-striped">
<tr class="a">
<th>Name</th></tr>
<tr class="b">
-<td>Steffen Grunwald</td></tr>
+<td align="left">Steffen Grunwald</td></tr>
<tr class="a">
-<td>Stefan Prange</td></tr>
+<td align="left">Stefan Prange</td></tr>
<tr class="b">
-<td>John Michael Luy</td></tr>
+<td align="left">John Michael Luy</td></tr>
<tr class="a">
-<td>Martin Höller</td></tr>
+<td align="left">Martin Höller</td></tr>
<tr class="b">
-<td>Stephen Gargan</td></tr>
+<td align="left">Stephen Gargan</td></tr>
<tr class="a">
-<td>Dario Oliveros</td></tr>
+<td align="left">Dario Oliveros</td></tr>
<tr class="b">
-<td>james ahlborn</td></tr>
+<td align="left">james ahlborn</td></tr>
<tr class="a">
-<td>Jim Jackson</td></tr>
+<td align="left">Jim Jackson</td></tr>
<tr class="b">
-<td>Daniel Harvey</td></tr>
+<td align="left">Daniel Harvey</td></tr>
<tr class="a">
-<td>Aleksandr Tarutin</td></tr>
+<td align="left">Aleksandr Tarutin</td></tr>
<tr class="b">
-<td>Teodoro Cue Jr.</td></tr>
+<td align="left">Teodoro Cue Jr.</td></tr>
<tr class="a">
-<td>Jan Ancajas</td></tr>
+<td align="left">Jan Ancajas</td></tr>
<tr class="b">
-<td>Jens Mühlenhoff</td></tr>
+<td align="left">Jens Mühlenhoff</td></tr>
<tr class="a">
-<td>Dawn Angelito</td></tr>
+<td align="left">Dawn Angelito</td></tr>
<tr class="b">
-<td>Henry Isidro</td></tr>
+<td align="left">Henry Isidro</td></tr>
<tr class="a">
-<td>Antoine Veret</td></tr>
+<td align="left">Antoine Veret</td></tr>
<tr class="b">
-<td>Christian Gruber</td></tr>
+<td align="left">Christian Gruber</td></tr>
<tr class="a">
-<td>Allan Ramirez</td></tr>
+<td align="left">Allan Ramirez</td></tr>
<tr class="b">
-<td>Pete Marvin King</td></tr>
+<td align="left">Pete Marvin King</td></tr>
<tr class="a">
-<td>Joel Sudiacal</td></tr>
+<td align="left">Joel Sudiacal</td></tr>
<tr class="b">
-<td>Milos Kleint</td></tr>
+<td align="left">Milos Kleint</td></tr>
<tr class="a">
-<td>Nick Gonzalez</td></tr>
+<td align="left">Nick Gonzalez</td></tr>
<tr class="b">
-<td>Maria Catherine Tan</td></tr>
+<td align="left">Maria Catherine Tan</td></tr>
<tr class="a">
-<td>Dan Tran</td></tr>
+<td align="left">Dan Tran</td></tr>
<tr class="b">
-<td>Gwen Harold Autencio</td></tr>
+<td align="left">Gwen Harold Autencio</td></tr>
<tr class="a">
-<td>Mark Jeffery</td></tr>
+<td align="left">Mark Jeffery</td></tr>
<tr class="b">
-<td>Fabrice Daugan</td></tr>
+<td align="left">Fabrice Daugan</td></tr>
<tr class="a">
-<td>Doron Solomon</td></tr>
+<td align="left">Doron Solomon</td></tr>
<tr class="b">
-<td>Michal Stochmialek</td></tr>
+<td align="left">Michal Stochmialek</td></tr>
<tr class="a">
-<td>Julien Henry</td></tr>
+<td align="left">Julien Henry</td></tr>
<tr class="b">
-<td>Andreas Baumann</td></tr>
+<td align="left">Andreas Baumann</td></tr>
<tr class="a">
-<td>Adelita L. Padilla</td></tr>
+<td align="left">Adelita L. Padilla</td></tr>
<tr class="b">
-<td>Daniel Triphaus</td></tr>
+<td align="left">Daniel Triphaus</td></tr>
<tr class="a">
-<td>Patti Arachchige Eshan Sudharaka</td></tr>
+<td align="left">Patti Arachchige Eshan Sudharaka</td></tr>
<tr class="b">
-<td>Shinsuke Sugaya</td></tr>
+<td align="left">Shinsuke Sugaya</td></tr>
<tr class="a">
-<td>Marcus Dimand</td></tr>
+<td align="left">Marcus Dimand</td></tr>
<tr class="b">
-<td>Catalino Pineda Jr.</td></tr>
+<td align="left">Catalino Pineda Jr.</td></tr>
<tr class="a">
-<td>Warner Pinero</td></tr>
+<td align="left">Warner Pinero</td></tr>
<tr class="b">
-<td>Dave Brosius</td></tr>
+<td align="left">Dave Brosius</td></tr>
<tr class="a">
-<td>Jim Sellers</td></tr>
+<td align="left">Jim Sellers</td></tr>
<tr class="b">
-<td>Igor Galic</td></tr>
+<td align="left">Igor Galic</td></tr>
<tr class="a">
-<td>Mark Struberg</td></tr>
+<td align="left">Mark Struberg</td></tr>
<tr class="b">
-<td>Marc Jansen Tan Chua</td></tr>
+<td align="left">Marc Jansen Tan Chua</td></tr>
<tr class="a">
-<td>Lucien Weller</td></tr>
+<td align="left">Lucien Weller</td></tr>
<tr class="b">
-<td>Greg Michael Meneses</td></tr>
+<td align="left">Greg Michael Meneses</td></tr>
<tr class="a">
-<td>Chris Graham</td></tr>
+<td align="left">Chris Graham</td></tr>
<tr class="b">
-<td>Fredrik Jonson</td></tr>
+<td align="left">Fredrik Jonson</td></tr>
<tr class="a">
-<td>Lester Ecarma</td></tr>
+<td align="left">Lester Ecarma</td></tr>
<tr class="b">
-<td>Eirik Bjørsnøs</td></tr>
+<td align="left">Eirik Bjørsnøs</td></tr>
<tr class="a">
-<td>Jan Ancajas</td></tr>
+<td align="left">Jan Ancajas</td></tr>
<tr class="b">
-<td>Damien Blugeon</td></tr>
+<td align="left">Damien Blugeon</td></tr>
<tr class="a">
-<td>John Michael Luy</td></tr>
+<td align="left">John Michael Luy</td></tr>
<tr class="b">
-<td>Wolfgang Strunk</td></tr>
+<td align="left">Wolfgang Strunk</td></tr>
<tr class="a">
-<td>Jevica Arianne B. Zurbano</td></tr>
+<td align="left">Jevica Arianne B. Zurbano</td></tr>
<tr class="b">
-<td>Stefan Prange</td></tr>
+<td align="left">Stefan Prange</td></tr>
<tr class="a">
-<td>Napoleon Esmundo C. Ramirez</td></tr>
+<td align="left">Napoleon Esmundo C. Ramirez</td></tr>
<tr class="b">
-<td>Brent Atkinson</td></tr>
+<td align="left">Brent Atkinson</td></tr>
<tr class="a">
-<td>Antoine ROUAZE</td></tr>
+<td align="left">Antoine ROUAZE</td></tr>
<tr class="b">
-<td>markus innerebner</td></tr>
+<td align="left">markus innerebner</td></tr>
<tr class="a">
-<td>Jonathan Sharp</td></tr></table></div></div>
+<td align="left">Jonathan Sharp</td></tr></table></section></section>
</div>
</div>
<hr/>
diff --git a/versions.html b/versions.html
index c33858069..dc5f14521 100644
--- a/versions.html
+++ b/versions.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -139,24 +139,22 @@
<li class=""><a href="https://www.apache.org" class="externalLink"
title="Apache">Apache</a><span class="divider">/</span></li>
<li class=""><a href="./" title="Archiva">Archiva</a><span
class="divider">/</span></li>
<li class="active ">Documentation - All Versions</li>
- <li id="publishDate" class="pull-right">Last Published: 15 Apr
2022</li>
+ <li id="publishDate" class="pull-right">Last Published: 17 Apr
2022</li>
</ul>
</div>
<div id="bodyColumn" >
-<div class="section">
-<h2><a name="Archiva_Documentation"></a>Archiva Documentation</h2>
-<div class="section">
+<section>
+<h2><a name="Archiva_Documentation"></a>Archiva Documentation</h2><section>
<h3><a name="Current_Release:_Archiva_2.2.7"></a>Current Release: Archiva
2.2.7</h3>
<p>The current stable release of Archiva is <i>2.2.7</i>.</p>
<ul>
<li><a href="./docs/2.2.7/release-notes.html"> Release Notes</a></li>
<li><a href="./docs/2.2.7/index.html"> Documentation</a></li>
-<li><a href="./ref/2.2.7/index.html"> Developer Reference</a></li></ul></div>
-<div class="section">
+<li><a href="./ref/2.2.7/index.html"> Developer
Reference</a></li></ul></section><section>
<h3><a name="Unsupported_Releases"></a>Unsupported Releases</h3>
<ul>
<li>All Versions 1.X are not supported anymore</li></ul>
-<p><b> Previous versions have known security issues so it's recommended to
upgrade to last 2.2.7 </b></p></div></div>
+<p><b> Previous versions have known security issues so it's recommended to
upgrade to last 2.2.7 </b></p></section></section>
</div>
</div>
<hr/>