You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2021/12/02 20:29:29 UTC

svn commit: r1895505 [13/14] - in /maven/website/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ css/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ docs/2.0.1/ docs/2.0.10/ docs/2.0.11/ docs/2.0....

Modified: maven/website/content/settings.html
==============================================================================
--- maven/website/content/settings.html (original)
+++ maven/website/content/settings.html Thu Dec  2 20:29:27 2021
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/markdown/settings.md at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/markdown/settings.md at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <title>Maven &#x2013; Settings Reference</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.10.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
-    <script src="./js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="./js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -170,9 +170,17 @@ under the License.
 <p><a href="#Settings_Details">Settings Details</a></p>
 <ol style="list-style-type: decimal">
 
-<li><a href="#Simple_Values">Simple Values</a></li>
-<li><a href="#Plugin_Groups">Plugin Groups</a></li>
-<li><a href="#Servers">Servers</a>
+<li>
+
+<p><a href="#Simple_Values">Simple Values</a></p>
+</li>
+<li>
+
+<p><a href="#Plugin_Groups">Plugin Groups</a></p>
+</li>
+<li>
+
+<p><a href="#Servers">Servers</a></p>
 <ol style="list-style-type: decimal">
 
 <li><a href="#Password_Encryption">Password Encryption</a></li>
@@ -182,8 +190,13 @@ under the License.
 
 <p><a href="#Mirrors">Mirrors</a></p>
 </li>
-<li><a href="#Proxies">Proxies</a></li>
-<li><a href="#Profiles">Profiles</a>
+<li>
+
+<p><a href="#Proxies">Proxies</a></p>
+</li>
+<li>
+
+<p><a href="#Profiles">Profiles</a></p>
 <ol style="list-style-type: decimal">
 
 <li><a href="#Activation">Activation</a></li>
@@ -200,19 +213,30 @@ under the License.
 </ol></section><section>
 <h2><a name="Introduction"></a>Introduction</h2><section>
 <h3><a name="Quick_Overview"></a>Quick Overview</h3>
-<p>The <code>settings</code> element in the <code>settings.xml</code> file contains elements used to define values which configure Maven execution in various ways, like the <code>pom.xml</code>, but should not be bundled to any specific project, or distributed to an audience. These include values such as the local repository location, alternate remote repository servers, and authentication information.</p>
+<p>The <code>settings</code> element in the <code>settings.xml</code> file contains elements used
+to define values which configure Maven execution in various ways, like
+the <code>pom.xml</code>, but should not be bundled to any specific project, or
+distributed to an audience. These include values such as the local
+repository location, alternate remote repository servers, and
+authentication information.</p>
 <p>There are two locations where a <code>settings.xml</code> file may live:</p>
 <ul>
 
 <li>The Maven install: <code>${maven.home}/conf/settings.xml</code></li>
-<li>A user&#x2019;s install: <code>${user.home}/.m2/settings.xml</code></li>
+<li>A user's install: <code>${user.home}/.m2/settings.xml</code></li>
 </ul>
-<p>The former <code>settings.xml</code> are also called global settings, the latter <code>settings.xml</code> are referred to as user settings. If both files exists, their contents gets merged, with the user-specific <code>settings.xml</code> being dominant.</p>
-<p>Tip: If you need to create user-specific settings from scratch, it&#x2019;s easiest to copy the global settings from your Maven installation to your <code>${user.home}/.m2</code> directory. Maven&#x2019;s default <code>settings.xml</code> is a template with comments and examples so you can quickly tweak it to match your needs.</p>
+<p>The former <code>settings.xml</code> are also called global settings, the latter
+<code>settings.xml</code> are referred to as user settings. If both files exists,
+their contents gets merged, with the user-specific <code>settings.xml</code> being
+dominant.</p>
+<p>Tip: If you need to create user-specific settings from scratch, it's
+easiest to copy the global settings from your Maven installation to your
+<code>${user.home}/.m2</code> directory. Maven's default <code>settings.xml</code> is a
+template with comments and examples so you can quickly tweak it to match
+your needs.</p>
 <p>Here is an overview of the top elements under <code>settings</code>:</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">    &lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+<div class="source"><pre class="prettyprint linenums"><code>    &lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
       xsi:schemaLocation=&quot;http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd&quot;&gt;
       &lt;localRepository/&gt;
       &lt;interactiveMode/&gt;
@@ -224,40 +248,51 @@ under the License.
       &lt;profiles/&gt;
       &lt;activeProfiles/&gt;
     &lt;/settings&gt;
-</pre></div></div>
-
-<p>The contents of the <code>settings.xml</code> can be interpolated using the following expressions:</p>
+</code></pre></div>
+<p>The contents of the <code>settings.xml</code> can be interpolated using the
+following expressions:</p>
 <ol style="list-style-type: decimal">
 
 <li><code>${user.home}</code> and all other system properties <i>(since Maven 3.0)</i></li>
 <li><code>${env.HOME}</code> etc. for environment variables</li>
 </ol>
-<p>Note that properties defined in profiles within the <code>settings.xml</code> cannot be used for interpolation.</p></section></section><section>
+<p>Note that properties defined in profiles within the <code>settings.xml</code>
+cannot be used for interpolation.</p></section></section><section>
 <h2><a name="Settings_Details"></a>Settings Details</h2><section>
 <h3><a name="Simple_Values"></a>Simple Values</h3>
-<p>Half of the top-level <code>settings</code> elements are simple values, representing a range of values which describe elements of the build system that are active full-time.</p>
+<p>Half of the top-level <code>settings</code> elements are simple values,
+representing a range of values which describe elements of the build
+system that are active full-time.</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+<div class="source"><pre class="prettyprint linenums"><code>&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd&quot;&gt;
   &lt;localRepository&gt;${user.home}/.m2/repository&lt;/localRepository&gt;
   &lt;interactiveMode&gt;true&lt;/interactiveMode&gt;
   &lt;offline&gt;false&lt;/offline&gt;
   ...
 &lt;/settings&gt;
-</pre></div></div>
-
+</code></pre></div>
 <ul>
 
-<li><b>localRepository</b>: This value is the path of this build system&#x2019;s local repository. The default value is <code>${user.home}/.m2/repository</code>. This element is especially useful for a main build server allowing all logged-in users to build from a common local repository.</li>
-<li><b>interactiveMode</b>: <code>true</code> if Maven should attempt to interact with the user for input, <code>false</code> if not. Defaults to <code>true</code>.</li>
-<li><b>offline</b>: <code>true</code> if this build system should operate in offline mode, defaults to <code>false</code>. This element is useful for build servers which cannot connect to a remote repository, either because of network setup or security reasons.</li>
+<li><b>localRepository</b>: This value is the path of this build system's
+local repository. The default value is
+<code>${user.home}/.m2/repository</code>. This element is especially useful for
+a main build server allowing all logged-in users to build from a
+common local repository.</li>
+<li><b>interactiveMode</b>: <code>true</code> if Maven should attempt to interact with
+the user for input, <code>false</code> if not. Defaults to <code>true</code>.</li>
+<li><b>offline</b>: <code>true</code> if this build system should operate in offline
+mode, defaults to <code>false</code>. This element is useful for build servers
+which cannot connect to a remote repository, either because of
+network setup or security reasons.</li>
 </ul></section><section>
 <h3><a name="Plugin_Groups"></a>Plugin Groups</h3>
-<p>This element contains a list of <code>pluginGroup</code> elements, each contains a groupId. The list is searched when a plugin is used and the groupId is not provided in the command line. This list automatically contains <code>org.apache.maven.plugins</code> and <code>org.codehaus.mojo</code>.</p>
+<p>This element contains a list of <code>pluginGroup</code> elements, each contains a
+groupId. The list is searched when a plugin is used and the groupId is
+not provided in the command line. This list automatically contains
+<code>org.apache.maven.plugins</code> and <code>org.codehaus.mojo</code>.</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+<div class="source"><pre class="prettyprint linenums"><code>&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd&quot;&gt;
   ...
   &lt;pluginGroups&gt;
@@ -265,19 +300,21 @@ under the License.
   &lt;/pluginGroups&gt;
   ...
 &lt;/settings&gt;
-</pre></div></div>
+</code></pre></div>
+<p>For example, given the above settings the Maven command line may execute
+<code>org.eclipse.jetty:jetty-maven-plugin:run</code> with the truncated command:</p>
 
-<p>For example, given the above settings the Maven command line may execute <code>org.eclipse.jetty:jetty-maven-plugin:run</code> with the truncated command:</p>
-
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">mvn jetty:run
-</pre></div></div>
-</section><section>
+<div class="source"><pre class="prettyprint linenums"><code>mvn jetty:run
+</code></pre></div></section><section>
 <h3><a name="Servers"></a>Servers</h3>
-<p>The repositories for download and deployment are defined by the <a href="./pom.html#Repositories"><code>repositories</code></a> and <a href="./pom.html#Distribution_Management"><code>distributionManagement</code></a> elements of the POM. However, certain settings such as <code>username</code> and <code>password</code> should not be distributed along with the <code>pom.xml</code>. This type of information should exist on the build server in the <code>settings.xml</code>.</p>
+<p>The repositories for download and deployment are defined by the
+<a href="./pom.html#Repositories"><code>repositories</code></a> and
+<a href="./pom.html#Distribution_Management"><code>distributionManagement</code></a> elements
+of the POM. However, certain settings such as <code>username</code> and <code>password</code>
+should not be distributed along with the <code>pom.xml</code>. This type of
+information should exist on the build server in the <code>settings.xml</code>.</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+<div class="source"><pre class="prettyprint linenums"><code>&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd&quot;&gt;
   ...
   &lt;servers&gt;
@@ -294,22 +331,34 @@ under the License.
   &lt;/servers&gt;
   ...
 &lt;/settings&gt;
-</pre></div></div>
-
+</code></pre></div>
 <ul>
 
-<li><b>id</b>: This is the ID of the server <i>(not of the user to login as)</i> that matches the <code>id</code> element of the repository/mirror that Maven tries to connect to.</li>
-<li><b>username</b>, <b>password</b>: These elements appear as a pair denoting the login and password required to authenticate to this server.</li>
-<li><b>privateKey</b>, <b>passphrase</b>: Like the previous two elements, this pair specifies a path to a private key (default is <code>${user.home}/.ssh/id_dsa</code>) and a <code>passphrase</code>, if required. The <code>passphrase</code> and <code>password</code> elements may be externalized in the future, but for now they must be set plain-text in the <code>settings.xml</code> file.</li>
-<li><b>filePermissions</b>, <b>directoryPermissions</b>: When a repository file or directory is created on deployment, these are the permissions to use. The legal values of each is a three digit number corresponding to *nix file permissions, e.g. 664, or 775.</li>
+<li><b>id</b>: This is the ID of the server <i>(not of the user to login as)</i>
+that matches the <code>id</code> element of the repository/mirror that Maven
+tries to connect to.</li>
+<li><b>username</b>, <b>password</b>: These elements appear as a pair denoting
+the login and password required to authenticate to this server.</li>
+<li><b>privateKey</b>, <b>passphrase</b>: Like the previous two elements, this
+pair specifies a path to a private key (default is
+<code>${user.home}/.ssh/id_dsa</code>) and a <code>passphrase</code>, if required. The
+<code>passphrase</code> and <code>password</code> elements may be externalized in the
+future, but for now they must be set plain-text in the
+<code>settings.xml</code> file.</li>
+<li><b>filePermissions</b>, <b>directoryPermissions</b>: When a repository
+file or directory is created on deployment, these are the
+permissions to use. The legal values of each is a three digit number
+corresponding to *nix file permissions, e.g. 664, or 775.</li>
 </ul>
-<p><i>Note:</i> If you use a private key to login to the server, make sure you omit the <code>&lt;password&gt;</code> element. Otherwise, the key will be ignored.</p><section>
+<p><i>Note:</i> If you use a private key to login to the server, make sure you
+omit the <code>&lt;password&gt;</code> element. Otherwise, the key will be ignored.</p><section>
 <h4><a name="Password_Encryption"></a>Password Encryption</h4>
-<p>A new feature - server password and passphrase encryption has been added to 2.1.0+. See details <a href="./guides/mini/guide-encryption.html">on this page</a></p></section></section><section>
+<p>A new feature - server password and passphrase encryption has been added
+to 2.1.0+. See details <a href="./guides/mini/guide-encryption.html">on this
+page</a></p></section></section><section>
 <h3><a name="Mirrors"></a>Mirrors</h3>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+<div class="source"><pre class="prettyprint linenums"><code>&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd&quot;&gt;
   ...
   &lt;mirrors&gt;
@@ -322,19 +371,27 @@ under the License.
   &lt;/mirrors&gt;
   ...
 &lt;/settings&gt;
-</pre></div></div>
-
+</code></pre></div>
 <ul>
 
-<li><b>id</b>, <b>name</b>: The unique identifier and user-friendly name of this mirror. The <code>id</code> is used to differentiate between <code>mirror</code> elements and to pick the corresponding credentials from the <a href="#Servers"><code>&lt;servers&gt;</code></a> section when connecting to the mirror.</li>
-<li><b>url</b>: The base URL of this mirror. The build system will use this URL to connect to a repository rather than the original repository URL.</li>
-<li><b>mirrorOf</b>: The <code>id</code> of the repository that this is a mirror of. For example, to point to a mirror of the Maven <code>central</code> repository (<code>https://repo.maven.apache.org/maven2/</code>), set this element to <code>central</code>. More advanced mappings like <code>repo1,repo2</code> or <code>*,!inhouse</code> are also possible. This must not match the mirror <code>id</code>.</li>
+<li><b>id</b>, <b>name</b>: The unique identifier and user-friendly name of
+this mirror. The <code>id</code> is used to differentiate between <code>mirror</code>
+elements and to pick the corresponding credentials from the
+<a href="#Servers"><code>&lt;servers&gt;</code></a> section when connecting to the mirror.</li>
+<li><b>url</b>: The base URL of this mirror. The build system will use this
+URL to connect to a repository rather than the original repository
+URL.</li>
+<li><b>mirrorOf</b>: The <code>id</code> of the repository that this is a mirror of.
+For example, to point to a mirror of the Maven <code>central</code> repository
+(<code>https://repo.maven.apache.org/maven2/</code>), set this element to
+<code>central</code>. More advanced mappings like <code>repo1,repo2</code> or <code>*,!inhouse</code>
+are also possible. This must not match the mirror <code>id</code>.</li>
 </ul>
-<p>For a more in-depth introduction of mirrors, please read the <a href="./guides/mini/guide-mirror-settings.html">Guide to Mirror Settings</a>.</p></section><section>
+<p>For a more in-depth introduction of mirrors, please read the <a href="./guides/mini/guide-mirror-settings.html">Guide to
+Mirror Settings</a>.</p></section><section>
 <h3><a name="Proxies"></a>Proxies</h3>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+<div class="source"><pre class="prettyprint linenums"><code>&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd&quot;&gt;
   ...
   &lt;proxies&gt;
@@ -351,24 +408,40 @@ under the License.
   &lt;/proxies&gt;
   ...
 &lt;/settings&gt;
-</pre></div></div>
-
+</code></pre></div>
 <ul>
 
-<li><b>id</b>: The unique identifier for this proxy. This is used to differentiate between <code>proxy</code> elements.</li>
-<li><b>active</b>: <code>true</code> if this proxy is active. This is useful for declaring a set of proxies, but only one may be active at a time.</li>
-<li><b>protocol</b>, <b>host</b>, <b>port</b>: The <code>protocol://host:port</code> of the proxy, separated into discrete elements.</li>
-<li><b>username</b>, <b>password</b>: These elements appear as a pair denoting the login and password required to authenticate to this proxy server.</li>
-<li><b>nonProxyHosts</b>: This is a list of hosts which should not be proxied. The delimiter of the list is the expected type of the proxy server; the example above is pipe delimited - comma delimited is also common.</li>
+<li><b>id</b>: The unique identifier for this proxy. This is used to
+differentiate between <code>proxy</code> elements.</li>
+<li><b>active</b>: <code>true</code> if this proxy is active. This is useful for
+declaring a set of proxies, but only one may be active at a time.</li>
+<li><b>protocol</b>, <b>host</b>, <b>port</b>: The <code>protocol://host:port</code> of the
+proxy, separated into discrete elements.</li>
+<li><b>username</b>, <b>password</b>: These elements appear as a pair denoting
+the login and password required to authenticate to this proxy
+server.</li>
+<li><b>nonProxyHosts</b>: This is a list of hosts which should not be
+proxied. The delimiter of the list is the expected type of the proxy
+server; the example above is pipe delimited - comma delimited is
+also common.</li>
 </ul></section><section>
 <h3><a name="Profiles"></a>Profiles</h3>
-<p>The <code>profile</code> element in the <code>settings.xml</code> is a truncated version of the <code>pom.xml</code> <code>profile</code> element. It consists of the <code>activation</code>, <code>repositories</code>, <code>pluginRepositories</code> and <code>properties</code> elements. The <code>profile</code> elements only include these four elements because they concerns themselves with the build system as a whole (which is the role of the <code>settings.xml</code> file), not about individual project object model settings.</p>
-<p>If a profile is active from <code>settings</code>, its values will override any equivalently ID&#x2019;d profiles in a POM or <code>profiles.xml</code> file.</p><section>
+<p>The <code>profile</code> element in the <code>settings.xml</code> is a truncated version of
+the <code>pom.xml</code> <code>profile</code> element. It consists of the <code>activation</code>,
+<code>repositories</code>, <code>pluginRepositories</code> and <code>properties</code> elements. The
+<code>profile</code> elements only include these four elements because they
+concerns themselves with the build system as a whole (which is the role
+of the <code>settings.xml</code> file), not about individual project object model
+settings.</p>
+<p>If a profile is active from <code>settings</code>, its values will override any
+equivalently ID'd profiles in a POM or <code>profiles.xml</code> file.</p><section>
 <h4><a name="Activation"></a>Activation</h4>
-<p>Activations are the key of a profile. Like the POM&#x2019;s profiles, the power of a profile comes from its ability to modify some values only under certain circumstances; those circumstances are specified via an <code>activation</code> element.</p>
+<p>Activations are the key of a profile. Like the POM's profiles, the power
+of a profile comes from its ability to modify some values only under
+certain circumstances; those circumstances are specified via an
+<code>activation</code> element.</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+<div class="source"><pre class="prettyprint linenums"><code>&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd&quot;&gt;
   ...
   &lt;profiles&gt;
@@ -397,36 +470,64 @@ under the License.
   &lt;/profiles&gt;
   ...
 &lt;/settings&gt;
-</pre></div></div>
-
-<p>Activation occurs when all specified criteria have been met, though not all are required at once.</p>
+</code></pre></div>
+<p>Activation occurs when all specified criteria have been met, though not
+all are required at once.</p>
 <ul>
 
-<li><b>jdk</b>: <code>activation</code> has a built in, Java-centric check in the <code>jdk</code> element. This will activate if the test is run under a jdk version number that matches the prefix given. In the above example, <code>1.5.0_06</code> will match. Ranges are also supported. See the <a class="externalLink" href="https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html">maven-enforcer-plugin</a> for more details about supported ranges.</li>
-<li><b>os</b>: The <code>os</code> element can define some operating system specific properties shown above. See the <a class="externalLink" href="https://maven.apache.org/plugins/maven-enforcer-plugin/rules/requireOS.html">maven-enforcer-plugin</a> for more details about OS values.</li>
-<li><b>property</b>: The <code>profile</code> will activate if Maven detects a property (a value which can be dereferenced within the POM by <code>${name}</code>) of the corresponding <code>name=value</code> pair.</li>
-<li><b>file</b>: Finally, a given filename may activate the <code>profile</code> by the <code>existence</code> of a file, or if it is <code>missing</code>.</li>
+<li><b>jdk</b>: <code>activation</code> has a built in, Java-centric check in the
+<code>jdk</code> element. This will activate if the test is run under a jdk
+version number that matches the prefix given. In the above example,
+<code>1.5.0_06</code> will match. Ranges are also supported.
+See the
+<a class="externalLink" href="https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html">maven-enforcer-plugin</a>
+for more details about supported ranges.</li>
+<li><b>os</b>: The <code>os</code> element can define some operating system specific
+properties shown above. See the
+<a class="externalLink" href="https://maven.apache.org/plugins/maven-enforcer-plugin/rules/requireOS.html">maven-enforcer-plugin</a>
+for more details about OS values.</li>
+<li><b>property</b>: The <code>profile</code> will activate if Maven detects a
+property (a value which can be dereferenced within the POM by
+<code>${name}</code>) of the corresponding <code>name=value</code> pair.</li>
+<li><b>file</b>: Finally, a given filename may activate the <code>profile</code> by
+the <code>existence</code> of a file, or if it is <code>missing</code>.</li>
 </ul>
-<p>The <code>activation</code> element is not the only way that a <code>profile</code> may be activated. The <code>settings.xml</code> file&#x2019;s <code>activeProfile</code> element may contain the profile&#x2019;s <code>id</code>. They may also be activated explicitly through the command line via a comma separated list after the <code>-P</code> flag (e.g. <code>-P test</code>).</p>
-<p><i>To see which profile will activate in a certain build, use the</i> <code>maven-help-plugin</code>.</p>
+<p>The <code>activation</code> element is not the only way that a <code>profile</code> may be
+activated. The <code>settings.xml</code> file's <code>activeProfile</code> element may contain
+the profile's <code>id</code>. They may also be activated explicitly through the
+command line via a comma separated list after the <code>-P</code> flag (e.g.
+<code>-P test</code>).</p>
+<p><i>To see which profile will activate in a certain build, use the</i>
+<code>maven-help-plugin</code>.</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">mvn help:active-profiles
-</pre></div></div>
-</section><section>
+<div class="source"><pre class="prettyprint linenums"><code>mvn help:active-profiles
+</code></pre></div></section><section>
 <h4><a name="Properties"></a>Properties</h4>
-<p>Maven properties are value placeholder, like properties in Ant. Their values are accessible anywhere within a POM by using the notation <code>${X}</code>, where <code>X</code> is the property. They come in five different styles, all accessible from the <code>settings.xml</code> file:</p>
+<p>Maven properties are value placeholder, like properties in Ant. Their
+values are accessible anywhere within a POM by using the notation
+<code>${X}</code>, where <code>X</code> is the property. They come in five different styles,
+all accessible from the <code>settings.xml</code> file:</p>
 <ol style="list-style-type: decimal">
 
-<li><code>env.X</code>: Prefixing a variable with &#x201c;env.&#x201d; will return the shell&#x2019;s environment variable. For example, <code>${env.PATH}</code> contains the $path environment variable (<code>%PATH%</code> in Windows).</li>
-<li><code>project.x</code>: A dot (.) notated path in the POM will contain the corresponding element&#x2019;s value. For example: <code>&lt;project&gt;&lt;version&gt;1.0&lt;/version&gt;&lt;/project&gt;</code> is accessible via <code>${project.version}</code>.</li>
-<li><code>settings.x</code>: A dot (.) notated path in the <code>settings.xml</code> will contain the corresponding element&#x2019;s value. For example: <code>&lt;settings&gt;&lt;offline&gt;false&lt;/offline&gt;&lt;/settings&gt;</code> is accessible via <code>${settings.offline}</code>.</li>
-<li>Java System Properties: All properties accessible via <code>java.lang.System.getProperties()</code> are available as POM properties, such as <code>${java.home}</code>.</li>
-<li><code>x</code>: Set within a &lt;properties /&gt; element or an external files, the value may be used as <code>${someVar}</code>.</li>
+<li><code>env.X</code>: Prefixing a variable with &#x201c;env.&#x201d; will return the shell's
+environment variable. For example, <code>${env.PATH}</code> contains the $path
+environment variable (<code>%PATH%</code> in Windows).</li>
+<li><code>project.x</code>: A dot (.) notated path in the POM will contain the
+corresponding element's value. For example:
+<code>&lt;project&gt;&lt;version&gt;1.0&lt;/version&gt;&lt;/project&gt;</code> is accessible via
+<code>${project.version}</code>.</li>
+<li><code>settings.x</code>: A dot (.) notated path in the <code>settings.xml</code> will
+contain the corresponding element's value. For example:
+<code>&lt;settings&gt;&lt;offline&gt;false&lt;/offline&gt;&lt;/settings&gt;</code> is accessible via
+<code>${settings.offline}</code>.</li>
+<li>Java System Properties: All properties accessible via
+<code>java.lang.System.getProperties()</code> are available as POM properties,
+such as <code>${java.home}</code>.</li>
+<li><code>x</code>: Set within a &lt;properties /&gt; element or an external files, the
+value may be used as <code>${someVar}</code>.</li>
 </ol><!-- -->
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+<div class="source"><pre class="prettyprint linenums"><code>&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd&quot;&gt;
   ...
   &lt;profiles&gt;
@@ -440,14 +541,18 @@ under the License.
   &lt;/profiles&gt;
   ...
 &lt;/settings&gt;
-</pre></div></div>
-
-<p>The property <code>${user.install}</code> is accessible from a POM if this profile is active.</p></section><section>
+</code></pre></div>
+<p>The property <code>${user.install}</code> is accessible from a POM if this profile
+is active.</p></section><section>
 <h4><a name="Repositories"></a>Repositories</h4>
-<p>Repositories are remote collections of projects from which Maven uses to populate the local repository of the build system. It is from this local repository that Maven calls it plugins and dependencies. Different remote repositories may contain different projects, and under the active profile they may be searched for a matching release or snapshot artifact.</p>
+<p>Repositories are remote collections of projects from which Maven uses to
+populate the local repository of the build system. It is from this local
+repository that Maven calls it plugins and dependencies. Different
+remote repositories may contain different projects, and under the active
+profile they may be searched for a matching release or snapshot
+artifact.</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+<div class="source"><pre class="prettyprint linenums"><code>&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd&quot;&gt;
   ...
   &lt;profiles&gt;
@@ -489,31 +594,59 @@ under the License.
   &lt;/profiles&gt;
   ...
 &lt;/settings&gt;
-</pre></div></div>
-
+</code></pre></div>
 <ul>
 
-<li><b>releases</b>, <b>snapshots</b>: These are the policies for each type of artifact, Release or snapshot. With these two sets, a POM has the power to alter the policies for each type independent of the other within a single repository. For example, one may decide to enable only snapshot downloads, possibly for development purposes.</li>
-<li><b>enabled</b>: <code>true</code> or <code>false</code> for whether this repository is enabled for the respective type (<code>releases</code> or <code>snapshots</code>).</li>
-<li><b>updatePolicy</b>: This element specifies how often updates should attempt to occur. Maven will compare the local POM&#x2019;s timestamp (stored in a repository&#x2019;s maven-metadata file) to the remote. The choices are: <code>always</code>, <code>daily</code> (default), <code>interval:X</code> (where X is an integer in minutes) or <code>never</code>.</li>
-<li><b>checksumPolicy</b>: When Maven deploys files to the repository, it also deploys corresponding checksum files. Your options are to <code>ignore</code>, <code>fail</code>, or <code>warn</code> on missing or incorrect checksums.</li>
-<li><b>layout</b>: In the above description of repositories, it was mentioned that they all follow a common layout. This is mostly correct. Maven 2 has a default layout for its repositories; however, Maven 1.x had a different layout. Use this element to specify which if it is <code>default</code> or <code>legacy</code>.</li>
+<li><b>releases</b>, <b>snapshots</b>: These are the policies for each type of
+artifact, Release or snapshot. With these two sets, a POM has the
+power to alter the policies for each type independent of the other
+within a single repository. For example, one may decide to enable
+only snapshot downloads, possibly for development purposes.</li>
+<li><b>enabled</b>: <code>true</code> or <code>false</code> for whether this repository is
+enabled for the respective type (<code>releases</code> or <code>snapshots</code>).</li>
+<li><b>updatePolicy</b>: This element specifies how often updates should
+attempt to occur. Maven will compare the local POM's timestamp
+(stored in a repository's maven-metadata file) to the remote. The
+choices are: <code>always</code>, <code>daily</code> (default), <code>interval:X</code> (where X is
+an integer in minutes) or <code>never</code>.</li>
+<li><b>checksumPolicy</b>: When Maven deploys files to the repository, it
+also deploys corresponding checksum files. Your options are to
+<code>ignore</code>, <code>fail</code>, or <code>warn</code> on missing or incorrect checksums.</li>
+<li><b>layout</b>: In the above description of repositories, it was
+mentioned that they all follow a common layout. This is mostly
+correct. Maven 2 has a default layout for its repositories; however,
+Maven 1.x had a different layout. Use this element to specify which
+if it is <code>default</code> or <code>legacy</code>.</li>
 </ul></section><section>
 <h4><a name="Plugin_Repositories"></a>Plugin Repositories</h4>
-<p>Repositories are home to two major types of artifacts. The first are artifacts that are used as dependencies of other artifacts. These are the majority of artifacts that reside within central. The other type of artifact is plugins. Maven plugins are themselves a special type of artifact. Because of this, plugin repositories may be separated from other repositories (although, I have yet to hear a convincing argument for doing so). In any case, the structure of the <code>pluginRepositories</code> element block is similar to the <code>repositories</code> element. The <code>pluginRepository</code> elements each specify a remote location of where Maven can find new plugins.</p></section></section><section>
+<p>Repositories are home to two major types of artifacts. The first are
+artifacts that are used as dependencies of other artifacts. These are
+the majority of artifacts that reside within central. The other type of
+artifact is plugins. Maven plugins are themselves a special type of
+artifact. Because of this, plugin repositories may be separated from
+other repositories (although, I have yet to hear a convincing argument
+for doing so). In any case, the structure of the <code>pluginRepositories</code>
+element block is similar to the <code>repositories</code> element. The
+<code>pluginRepository</code> elements each specify a remote location of where
+Maven can find new plugins.</p></section></section><section>
 <h3><a name="Active_Profiles"></a>Active Profiles</h3>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+<div class="source"><pre class="prettyprint linenums"><code>&lt;settings xmlns=&quot;http://maven.apache.org/SETTINGS/1.0.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
   xsi:schemaLocation=&quot;http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd&quot;&gt;
   ...
   &lt;activeProfiles&gt;
     &lt;activeProfile&gt;env-test&lt;/activeProfile&gt;
   &lt;/activeProfiles&gt;
 &lt;/settings&gt;
-</pre></div></div>
-
-<p>The final piece of the <code>settings.xml</code> puzzle is the <code>activeProfiles</code> element. This contains a set of <code>activeProfile</code> elements, which each have a value of a <code>profile</code> <code>id</code>. Any <code>profile</code> <code>id</code> defined as an <code>activeProfile</code> will be active, regardless of any environment settings. If no matching profile is found nothing will happen. For example, if <code>env-test</code> is an <code>activeProfile</code>, a profile in a <code>pom.xml</code> (or <code>profile.xml</code> with a corresponding <code>id</code> will be active. If no such profile is found then execution will continue as normal.</p></section></section>
+</code></pre></div>
+<p>The final piece of the <code>settings.xml</code> puzzle is the <code>activeProfiles</code>
+element. This contains a set of <code>activeProfile</code> elements, which each
+have a value of a <code>profile</code> <code>id</code>. Any <code>profile</code> <code>id</code> defined as an
+<code>activeProfile</code> will be active, regardless of any environment settings.
+If no matching profile is found nothing will happen. For example, if
+<code>env-test</code> is an <code>activeProfile</code>, a profile in a <code>pom.xml</code> (or
+<code>profile.xml</code> with a corresponding <code>id</code> will be active. If no such
+profile is found then execution will continue as normal.</p></section></section>
         </main>
       </div>
     </div>

Modified: maven/website/content/shared/index.html
==============================================================================
--- maven/website/content/shared/index.html (original)
+++ maven/website/content/shared/index.html Thu Dec  2 20:29:27 2021
@@ -1,22 +1,22 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/apt/shared/index.apt at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/apt/shared/index.apt at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <meta name="author" content="Dennis Lundberg
 John Casey
 Karl Heinz Marbaise" />
     <meta name="date" content="2017-05-03" />
     <title>Maven &#x2013; Shared Components</title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.10.0.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
-    <script src="../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="../js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: maven/website/content/skins/index.html
==============================================================================
--- maven/website/content/skins/index.html (original)
+++ maven/website/content/skins/index.html Thu Dec  2 20:29:27 2021
@@ -1,22 +1,22 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/apt/skins/index.apt at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/apt/skins/index.apt at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <meta name="author" content="Dennis Lundberg
 Karl Heinz Marbaise
 Michael Osipov" />
     <meta name="date" content="2012-04-05" />
     <title>Maven &#x2013; Available Skins</title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.10.0.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
-    <script src="../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="../js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

Modified: maven/website/content/support-and-training.html
==============================================================================
--- maven/website/content/support-and-training.html (original)
+++ maven/website/content/support-and-training.html Thu Dec  2 20:29:27 2021
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/markdown/support-and-training.md at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/markdown/support-and-training.md at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <title>Maven &#x2013; Providers of Apache Maven Support and Training</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.10.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
-    <script src="./js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="./js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -146,8 +146,8 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-This page lists some of the companies that provide support and training for Apache Maven.
 
+<p>This page lists some of the companies that provide support and training for Apache Maven.</p>
 <p>The ASF does not endorse any of the organisations listed on this page nor any services that they may provide.</p>
 <p>If you would like to add your company to this page, feel free to do so. You will need to create a patch or a pull request:</p>
 <ul>
@@ -156,14 +156,14 @@ This page lists some of the companies th
 <li><a class="externalLink" href="https://github.com/apache/maven-site">Create a pull request</a></li>
 </ul>
 <p>The page to modify is: content/markdown/support-and-training.md</p>
-<p>There aren&#x2019;t any hard and fast rules about what is acceptable but please keep your entry to a few lines, a link and a small logo.</p>
+<p>There aren't any hard and fast rules about what is acceptable but please keep your entry to a few lines, a link and a small logo.</p>
 <p>Remember to add you company to both sections if you provide support and training.</p>
 <p><b>Please note entries are listed in Alpha order of company names.</b></p><section>
 <h2><a name="Support"></a>Support</h2></section><section>
 <h2><a name="Training"></a>Training</h2><section>
 <h3><a name="Takari"></a>Takari</h3>
 <p><img src="http://takari.io/assets/img/takari_logo.png" alt="Takari" /></p>
-<p>Takari&#x2019;s <a class="externalLink" href="http://takari.io/training.html">Introduction to Maven</a> virtual training course <a class="externalLink" href="http://takari.io/training-outline.html">curriculum</a> was designed by Jason van Zyl, the creator of the Apache Maven project. Whether you&#x2019;re a new user looking for a solid introduction or a current user looking for an essential refresh, this course was designed to offer a practical and relevant baseline of knowledge to help your team collaborate more effectively on Maven projects.</p>
+<p>Takari's <a class="externalLink" href="http://takari.io/training.html">Introduction to Maven</a> virtual training course <a class="externalLink" href="http://takari.io/training-outline.html">curriculum</a> was designed by Jason van Zyl, the creator of the Apache Maven project. Whether you're a new user looking for a solid introduction or a current user looking for an essential refresh, this course was designed to offer a practical and relevant baseline of knowledge to help your team collaborate more effectively on Maven projects.</p>
 <p><a class="externalLink" href="http://takari.io/">Takari</a> virtual training provides an opportunity to benefit from access to a Maven expert for the day, as well as valuable discussions with fellow students all from the comfort of your own office.</p>
 <p>When you walk away from this class, you will know how to:</p>
 <ul>

Modified: maven/website/content/team.html
==============================================================================
--- maven/website/content/team.html (original)
+++ maven/website/content/team.html Thu Dec  2 20:29:27 2021
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.2:team at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.2:team at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <title>Maven &#x2013; Project Team</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.10.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
-    <script src="./js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="./js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -146,7 +146,7 @@
 <th>Time Zone</th>
 <th>Properties</th></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/d035aeb839495240c58bbb03992ceda8?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/d035aeb839495240c58bbb03992ceda8?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="rfscholte"></a>rfscholte</td>
 <td>Robert Scholte</td>
 <td><a class="externalLink" href="mailto:rfscholte@apache.org">rfscholte@apache.org</a></td>
@@ -155,7 +155,7 @@
 <td>Europe/Amsterdam</td>
 <td>twitter=@rfscholte</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/cdbe99fe3d6af6a18dd8c35b0687a50b?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/cdbe99fe3d6af6a18dd8c35b0687a50b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="aheritier"></a>aheritier</td>
 <td>Arnaud H&#xe9;ritier</td>
 <td><a class="externalLink" href="mailto:aheritier@apache.org">aheritier@apache.org</a></td>
@@ -164,7 +164,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/b44837697ce1ec56d63e7e851ee3967e?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/b44837697ce1ec56d63e7e851ee3967e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="andham"></a>andham</td>
 <td>Anders Hammar</td>
 <td><a class="externalLink" href="mailto:andham@apache.org">andham@apache.org</a></td>
@@ -173,7 +173,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/843c139514b33ef9121f6e4bfd2ef547?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/843c139514b33ef9121f6e4bfd2ef547?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="baerrach"></a>baerrach</td>
 <td>Barrie Treloar</td>
 <td><a class="externalLink" href="mailto:baerrach@apache.org">baerrach@apache.org</a></td>
@@ -182,7 +182,7 @@
 <td>Australia/Adelaide</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/c4fd4aa87482d9ecf81173cad089f0c3?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/c4fd4aa87482d9ecf81173cad089f0c3?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="bimargulies"></a>bimargulies</td>
 <td>Benson Margulies</td>
 <td><a class="externalLink" href="mailto:bimargulies@apache.org">bimargulies@apache.org</a></td>
@@ -191,7 +191,7 @@
 <td>America/New_York</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/5f46e5f33b0d23121af7113258485a2b?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/5f46e5f33b0d23121af7113258485a2b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="brianf"></a>brianf</td>
 <td>Brian Fox</td>
 <td><a class="externalLink" href="mailto:brianf@apache.org">brianf@apache.org</a></td>
@@ -200,7 +200,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/c7279715ebb81d73b0331799094b8292?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/c7279715ebb81d73b0331799094b8292?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="cstamas"></a>cstamas</td>
 <td>Tamas Cservenak</td>
 <td><a class="externalLink" href="mailto:cstamas@apache.org">cstamas@apache.org</a></td>
@@ -209,7 +209,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/c8686cad245196c9e392201ad7bb364f?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/c8686cad245196c9e392201ad7bb364f?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="dennisl"></a>dennisl</td>
 <td>Dennis Lundberg</td>
 <td><a class="externalLink" href="mailto:dennisl@apache.org">dennisl@apache.org</a></td>
@@ -218,7 +218,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/638136a641ed5c512f446444339cf271?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/638136a641ed5c512f446444339cf271?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="dkulp"></a>dkulp</td>
 <td>Daniel Kulp</td>
 <td><a class="externalLink" href="mailto:dkulp@apache.org">dkulp@apache.org</a></td>
@@ -227,7 +227,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/efe7252f3b18253bf4318062ece95a3b?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/efe7252f3b18253bf4318062ece95a3b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="evenisse"></a>evenisse</td>
 <td>Emmanuel Venisse</td>
 <td><a class="externalLink" href="mailto:evenisse@apache.org">evenisse@apache.org</a></td>
@@ -236,7 +236,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/01a438a22b35dd8a284815f782a046fc?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/01a438a22b35dd8a284815f782a046fc?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="gboue"></a>gboue</td>
 <td>Guillaume Bou&#xe9;</td>
 <td><a class="externalLink" href="mailto:gboue@apache.org">gboue@apache.org</a></td>
@@ -245,7 +245,7 @@
 <td>Europe/Paris</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/35b0cc47b5e6d602734c636082d630df?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/35b0cc47b5e6d602734c636082d630df?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="hboutemy"></a>hboutemy</td>
 <td>Herv&#xe9; Boutemy</td>
 <td><a class="externalLink" href="mailto:hboutemy@apache.org">hboutemy@apache.org</a></td>
@@ -254,7 +254,7 @@
 <td>Europe/Paris</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/a52c0cfedf677c3dbf7ff1eaa4f3d8b4?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/a52c0cfedf677c3dbf7ff1eaa4f3d8b4?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="ifedorenko"></a>ifedorenko</td>
 <td>Igor Fedorenko</td>
 <td><a class="externalLink" href="mailto:igor@ifedorenko.com">igor@ifedorenko.com</a></td>
@@ -263,7 +263,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/81f0dd51add422563de0b7ce828b0728?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/81f0dd51add422563de0b7ce828b0728?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="jvanzyl"></a>jvanzyl</td>
 <td>Jason van Zyl</td>
 <td><a class="externalLink" href="mailto:jason@maven.org">jason@maven.org</a></td>
@@ -272,7 +272,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/a7a7de61eca1a5af56823753b1b3b838?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/a7a7de61eca1a5af56823753b1b3b838?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="khmarbaise"></a>khmarbaise</td>
 <td>Karl Heinz Marbaise</td>
 <td><a class="externalLink" href="mailto:khmarbaise@apache.org">khmarbaise@apache.org</a></td>
@@ -281,7 +281,7 @@
 <td>+1</td>
 <td>twitter=@khmarbaise</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/3c2ad6b6efb1c84d9ff60259f8c8ef95?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/3c2ad6b6efb1c84d9ff60259f8c8ef95?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="krosenvold"></a>krosenvold</td>
 <td>Kristian Rosenvold</td>
 <td><a class="externalLink" href="mailto:krosenvold@apache.org">krosenvold@apache.org</a></td>
@@ -290,7 +290,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="mkleint"></a>mkleint</td>
 <td>Milos Kleint</td>
 <td>-</td>
@@ -299,7 +299,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/bab29f762bea8e578505424443d8cd41?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/bab29f762bea8e578505424443d8cd41?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="olamy"></a>olamy</td>
 <td>Olivier Lamy</td>
 <td><a class="externalLink" href="mailto:olamy@apache.org">olamy@apache.org</a></td>
@@ -308,7 +308,7 @@
 <td>Australia/Brisbane</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/f6caee604fc0ee8ffb030dcac691c9e3?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/f6caee604fc0ee8ffb030dcac691c9e3?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="michaelo"></a>michaelo</td>
 <td>Michael Osipov</td>
 <td><a class="externalLink" href="mailto:michaelo@apache.org">michaelo@apache.org</a></td>
@@ -317,7 +317,7 @@
 <td>Europe/Berlin</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/5447780a4d31a6f20e28ee453a1f5b8d?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/5447780a4d31a6f20e28ee453a1f5b8d?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="rgoers"></a>rgoers</td>
 <td>Ralph Goers</td>
 <td><a class="externalLink" href="mailto:rgoers@apache.org">rgoers@apache.org</a></td>
@@ -326,7 +326,7 @@
 <td>-8</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/84b52fef91820858d5e18cc0363b3bbe?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/84b52fef91820858d5e18cc0363b3bbe?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="stephenc"></a>stephenc</td>
 <td>Stephen Connolly</td>
 <td><a class="externalLink" href="mailto:stephenc@apache.org">stephenc@apache.org</a></td>
@@ -335,7 +335,7 @@
 <td>0</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/28734d9ff3306a41efafa5b94d8eb163?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/28734d9ff3306a41efafa5b94d8eb163?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="struberg"></a>struberg</td>
 <td>Mark Struberg</td>
 <td><a class="externalLink" href="mailto:struberg@apache.org">struberg@apache.org</a></td>
@@ -344,7 +344,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/feb64254400eb261c6ba03afadd092a3?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/feb64254400eb261c6ba03afadd092a3?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="tibordigana"></a>tibordigana</td>
 <td>Tibor Diga&#x148;a</td>
 <td><a class="externalLink" href="mailto:tibordigana@apache.org">tibordigana@apache.org</a></td>
@@ -353,7 +353,7 @@
 <td>Europe/Bratislava</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/6b3c87a9fd95fb1d0af16816a075224e?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/6b3c87a9fd95fb1d0af16816a075224e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="vsiveton"></a>vsiveton</td>
 <td>Vincent Siveton</td>
 <td><a class="externalLink" href="mailto:vsiveton@apache.org">vsiveton@apache.org</a></td>
@@ -362,7 +362,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/c662f616ca2c1b04d5ba7b96ca3b5171?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/c662f616ca2c1b04d5ba7b96ca3b5171?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="wfay"></a>wfay</td>
 <td>Wayne Fay</td>
 <td><a class="externalLink" href="mailto:wfay@apache.org">wfay@apache.org</a></td>
@@ -371,7 +371,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/ea3935a08a086d01b5ee12fb2d6e923a?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/ea3935a08a086d01b5ee12fb2d6e923a?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="adangel"></a>adangel</td>
 <td>Andreas Dangel</td>
 <td><a class="externalLink" href="mailto:adangel@apache.org">adangel@apache.org</a></td>
@@ -380,7 +380,7 @@
 <td>Europe/Berlin</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/bb362cf0ab5e1d0068665a9d9f0167e7?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/bb362cf0ab5e1d0068665a9d9f0167e7?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="bdemers"></a>bdemers</td>
 <td>Brian Demers</td>
 <td><a class="externalLink" href="mailto:bdemers@apache.org">bdemers@apache.org</a></td>
@@ -389,7 +389,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="bellingard"></a>bellingard</td>
 <td>Fabrice Bellingard</td>
 <td>-</td>
@@ -398,7 +398,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/9a790b32ad665e9aa78988ba378250c1?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/9a790b32ad665e9aa78988ba378250c1?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="bentmann"></a>bentmann</td>
 <td>Benjamin Bentmann</td>
 <td><a class="externalLink" href="mailto:bentmann@apache.org">bentmann@apache.org</a></td>
@@ -407,7 +407,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/456da78808527c596ccd30fba769dd6d?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/456da78808527c596ccd30fba769dd6d?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="chrisgwarp"></a>chrisgwarp</td>
 <td>Chris Graham</td>
 <td><a class="externalLink" href="mailto:chrisgwarp@apache.org">chrisgwarp@apache.org</a></td>
@@ -416,7 +416,7 @@
 <td>Australia/Melbourne</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/be9859a805a76f3482204de9e95a7b6f?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/be9859a805a76f3482204de9e95a7b6f?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="dantran"></a>dantran</td>
 <td>Dan Tran</td>
 <td><a class="externalLink" href="mailto:dantran@apache.org">dantran@apache.org</a></td>
@@ -425,7 +425,7 @@
 <td>-8</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/ea665d843e7e25fc1799a344fba022e0?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/ea665d843e7e25fc1799a344fba022e0?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="dbradicich"></a>dbradicich</td>
 <td>Damian Bradicich</td>
 <td><a class="externalLink" href="mailto:dbradicich@apache.org">dbradicich@apache.org</a></td>
@@ -434,7 +434,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/1db61ec29963d4a77ef2275140144fd4?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/1db61ec29963d4a77ef2275140144fd4?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="brett"></a>brett</td>
 <td>Brett Porter</td>
 <td><a class="externalLink" href="mailto:brett@apache.org">brett@apache.org</a></td>
@@ -443,7 +443,7 @@
 <td>+10</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/be211eb53b665c51eb3f2e421bdc77cb?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/be211eb53b665c51eb3f2e421bdc77cb?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="dfabulich"></a>dfabulich</td>
 <td>Daniel Fabulich</td>
 <td><a class="externalLink" href="mailto:dfabulich@apache.org">dfabulich@apache.org</a></td>
@@ -452,7 +452,7 @@
 <td>-8</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/1f61c73e879b918d650c24e12b5a3b9f?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/1f61c73e879b918d650c24e12b5a3b9f?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="eolivelli"></a>eolivelli</td>
 <td>Enrico Olivelli</td>
 <td><a class="externalLink" href="mailto:eolivelli@apache.org">eolivelli@apache.org</a></td>
@@ -461,7 +461,7 @@
 <td>Europe/Rome</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/50ba5fa66fe2067a20381b90845266ef?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/50ba5fa66fe2067a20381b90845266ef?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="fgiust"></a>fgiust</td>
 <td>Fabrizio Giustina</td>
 <td><a class="externalLink" href="mailto:fgiust@apache.org">fgiust@apache.org</a></td>
@@ -470,7 +470,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/785a1a564fbfc3a91478a886e9262eee?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/785a1a564fbfc3a91478a886e9262eee?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="godin"></a>godin</td>
 <td>Evgeny Mandrikov</td>
 <td><a class="externalLink" href="mailto:godin@apache.org">godin@apache.org</a></td>
@@ -479,7 +479,7 @@
 <td>+3</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/9219e023336bc7cf75f8e297bdf93e7b?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/9219e023336bc7cf75f8e297bdf93e7b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="handyande"></a>handyande</td>
 <td>Andrew Williams</td>
 <td><a class="externalLink" href="mailto:handyande@apache.org">handyande@apache.org</a></td>
@@ -488,7 +488,7 @@
 <td>0</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/f831da7fdd81e6abb2ef577b410b7787?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/f831da7fdd81e6abb2ef577b410b7787?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="imod"></a>imod</td>
 <td>Dominik Bartholdi</td>
 <td><a class="externalLink" href="mailto:imod@apache.org">imod@apache.org</a></td>
@@ -497,7 +497,7 @@
 <td>Europe/Zurich</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="jjensen"></a>jjensen</td>
 <td>Jeff Jensen</td>
 <td>-</td>
@@ -506,7 +506,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/3b75b73e1b6507a257aa9f6910f5c030?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/3b75b73e1b6507a257aa9f6910f5c030?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="ltheussl"></a>ltheussl</td>
 <td>Lukas Theussl</td>
 <td><a class="externalLink" href="mailto:ltheussl@apache.org">ltheussl@apache.org</a></td>
@@ -515,7 +515,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/7575e2568caf22d6613fc0c4c6653363?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/7575e2568caf22d6613fc0c4c6653363?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="markh"></a>markh</td>
 <td>Mark Hobson</td>
 <td><a class="externalLink" href="mailto:markh@apache.org">markh@apache.org</a></td>
@@ -524,7 +524,7 @@
 <td>0</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/4d2493f7bfc80a760d9351a44c78fee3?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/4d2493f7bfc80a760d9351a44c78fee3?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="martinkanters"></a>martinkanters</td>
 <td>Martin Kanters</td>
 <td><a class="externalLink" href="mailto:martinkanters@apache.org">martinkanters@apache.org</a></td>
@@ -533,7 +533,7 @@
 <td>Europe/Amsterdam</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/c10f4d927ec131d4c95fdc7b24929a80?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/c10f4d927ec131d4c95fdc7b24929a80?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="mthmulders"></a>mthmulders</td>
 <td>Maarten Mulders</td>
 <td><a class="externalLink" href="mailto:mthmulders@apache.org">mthmulders@apache.org</a></td>
@@ -542,7 +542,7 @@
 <td>Europe/Amsterdam</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="mauro"></a>mauro</td>
 <td>Mauro Talevi</td>
 <td>-</td>
@@ -551,7 +551,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/f1d16806fc23bffc6b7fbdefba6441b2?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/f1d16806fc23bffc6b7fbdefba6441b2?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="mfriedenhagen"></a>mfriedenhagen</td>
 <td>Mirko Friedenhagen</td>
 <td><a class="externalLink" href="mailto:mfriedenhagen@apache.org">mfriedenhagen@apache.org</a></td>
@@ -560,7 +560,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/770cc58fdbd81a203d965faf49e30752?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/770cc58fdbd81a203d965faf49e30752?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="mmoser"></a>mmoser</td>
 <td>Manfred Moser</td>
 <td><a class="externalLink" href="mailto:mmoser@apache.org">mmoser@apache.org</a></td>
@@ -569,7 +569,7 @@
 <td>-8</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="nicolas"></a>nicolas</td>
 <td>Nicolas de Loof</td>
 <td>-</td>
@@ -578,7 +578,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="oching"></a>oching</td>
 <td>Maria Odea B. Ching</td>
 <td>-</td>
@@ -587,7 +587,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/caf8be8931e2b7a13d386a7d05053714?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/caf8be8931e2b7a13d386a7d05053714?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="pgier"></a>pgier</td>
 <td>Paul Gier</td>
 <td><a class="externalLink" href="mailto:pgier@apache.org">pgier@apache.org</a></td>
@@ -596,7 +596,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/7fd7c636a4868a5672430eb4ea359e9e?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/7fd7c636a4868a5672430eb4ea359e9e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="ptahchiev"></a>ptahchiev</td>
 <td>Petar Tahchiev</td>
 <td><a class="externalLink" href="mailto:ptahchiev@apache.org">ptahchiev@apache.org</a></td>
@@ -605,7 +605,7 @@
 <td>+2</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/841c8ca525fe0dad19cb0dd2f459364d?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/841c8ca525fe0dad19cb0dd2f459364d?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="rafale"></a>rafale</td>
 <td>Rapha&#xeb;l Pi&#xe9;roni</td>
 <td><a class="externalLink" href="mailto:rafale@apache.org">rafale@apache.org</a></td>
@@ -614,7 +614,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/a7b855d54a93692cc35fb18bbc6c9d9b?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/a7b855d54a93692cc35fb18bbc6c9d9b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="schulte"></a>schulte</td>
 <td>Christian Schulte</td>
 <td><a class="externalLink" href="mailto:schulte@apache.org">schulte@apache.org</a></td>
@@ -623,7 +623,7 @@
 <td>Europe/Berlin</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/6cf6cca56375bcb9b2ec951ab714039b?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/6cf6cca56375bcb9b2ec951ab714039b?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="snicoll"></a>snicoll</td>
 <td>Stephane Nicoll</td>
 <td><a class="externalLink" href="mailto:snicoll@apache.org">snicoll@apache.org</a></td>
@@ -632,7 +632,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/2c27249f3e6df269751ee1c5d74c7d2e?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/2c27249f3e6df269751ee1c5d74c7d2e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="simonetripodi"></a>simonetripodi</td>
 <td>Simone Tripodi</td>
 <td><a class="externalLink" href="mailto:simonetripodi@apache.org">simonetripodi@apache.org</a></td>
@@ -641,7 +641,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/1bed2b4af6b88dca9d023b8d1d061753?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/1bed2b4af6b88dca9d023b8d1d061753?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="sor"></a>sor</td>
 <td>Christian Stein</td>
 <td><a class="externalLink" href="mailto:sor@apache.org">sor@apache.org</a></td>
@@ -650,7 +650,7 @@
 <td>Europe/Berlin</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/2b5aa3653c59f40a08f2a314c04aa854?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/2b5aa3653c59f40a08f2a314c04aa854?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="tchemit"></a>tchemit</td>
 <td>Tony Chemit</td>
 <td><a class="externalLink" href="mailto:tchemit@apache.org">tchemit@apache.org</a></td>
@@ -659,7 +659,7 @@
 <td>Europe/Paris</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/187d7c84095d8fbd8a0731eebaaa30de?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/187d7c84095d8fbd8a0731eebaaa30de?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="vmassol"></a>vmassol</td>
 <td>Vincent Massol</td>
 <td><a class="externalLink" href="mailto:vmassol@apache.org">vmassol@apache.org</a></td>
@@ -668,7 +668,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/89d44feb36e50e382410b6b797cfa812?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/89d44feb36e50e382410b6b797cfa812?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="slachiewicz"></a>slachiewicz</td>
 <td>Sylwester Lachiewicz</td>
 <td><a class="externalLink" href="mailto:slachiewicz@apache.org">slachiewicz@apache.org</a></td>
@@ -677,7 +677,7 @@
 <td>Europe/Warsaw</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/70b40da7f0f25f55f9812d21e85279b9?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/70b40da7f0f25f55f9812d21e85279b9?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="elharo"></a>elharo</td>
 <td>Elliotte Rusty Harold</td>
 <td><a class="externalLink" href="mailto:elharo@apache.org">elharo@apache.org</a></td>
@@ -686,7 +686,7 @@
 <td>America/New_York</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/cbe8a9133ef3337eb267252a06f649bf?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/cbe8a9133ef3337eb267252a06f649bf?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="agudian"></a>agudian</td>
 <td>Andreas Gudian</td>
 <td><a class="externalLink" href="mailto:agudian@apache.org">agudian@apache.org</a></td>
@@ -695,7 +695,7 @@
 <td>Europe/Berlin</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="aramirez"></a>aramirez</td>
 <td>Allan Q. Ramirez</td>
 <td>-</td>
@@ -704,7 +704,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="bayard"></a>bayard</td>
 <td>Henri Yandell</td>
 <td>-</td>
@@ -713,7 +713,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/6559d4b2de15cb1433fc13c34599e4c7?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/6559d4b2de15cb1433fc13c34599e4c7?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="carlos"></a>carlos</td>
 <td>Carlos Sanchez</td>
 <td><a class="externalLink" href="mailto:carlos@apache.org">carlos@apache.org</a></td>
@@ -722,7 +722,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="chrisjs"></a>chrisjs</td>
 <td>Chris Stevenson</td>
 <td>-</td>
@@ -731,7 +731,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="dblevins"></a>dblevins</td>
 <td>David Blevins</td>
 <td>-</td>
@@ -740,7 +740,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="dlr"></a>dlr</td>
 <td>Daniel Rall</td>
 <td>-</td>
@@ -749,7 +749,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/89d1772a8f19085482a13decc709cda2?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/89d1772a8f19085482a13decc709cda2?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="epunzalan"></a>epunzalan</td>
 <td>Edwin Punzalan</td>
 <td><a class="externalLink" href="mailto:epunzalan@apache.org">epunzalan@apache.org</a></td>
@@ -758,7 +758,7 @@
 <td>-8</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="felipeal"></a>felipeal</td>
 <td>Felipe Leme</td>
 <td>-</td>
@@ -767,7 +767,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/5eb06f355d82f3267f3db16c6359601e?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/5eb06f355d82f3267f3db16c6359601e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="jdcasey"></a>jdcasey</td>
 <td>John Casey</td>
 <td><a class="externalLink" href="mailto:jdcasey@apache.org">jdcasey@apache.org</a></td>
@@ -776,7 +776,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/e685ce2ea401d7c31344b4003faefff5?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/e685ce2ea401d7c31344b4003faefff5?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="jmcconnell"></a>jmcconnell</td>
 <td>Jesse McConnell</td>
 <td><a class="externalLink" href="mailto:jmcconnell@apache.org">jmcconnell@apache.org</a></td>
@@ -785,7 +785,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/38f7796e51a469f8efc08de2d88fa335?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/38f7796e51a469f8efc08de2d88fa335?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="joakime"></a>joakime</td>
 <td>Joakim Erdfelt</td>
 <td><a class="externalLink" href="mailto:joakime@apache.org">joakime@apache.org</a></td>
@@ -794,7 +794,7 @@
 <td>-5</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/e3d64fc9947612977757ad096b492b56?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/e3d64fc9947612977757ad096b492b56?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="jruiz"></a>jruiz</td>
 <td>Johnny Ruiz III</td>
 <td><a class="externalLink" href="mailto:jruiz@apache.org">jruiz@apache.org</a></td>
@@ -803,7 +803,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="jstrachan"></a>jstrachan</td>
 <td>James Strachan</td>
 <td>-</td>
@@ -812,7 +812,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/b38a3be83226b10b399985496c058e4c?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/b38a3be83226b10b399985496c058e4c?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="jtolentino"></a>jtolentino</td>
 <td>Ernesto Tolentino Jr.</td>
 <td><a class="externalLink" href="mailto:jtolentino@apache.org">jtolentino@apache.org</a></td>
@@ -821,7 +821,7 @@
 <td>+8</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/51c5516f058929cbdca03b0319e61bf8?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/51c5516f058929cbdca03b0319e61bf8?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="kenney"></a>kenney</td>
 <td>Kenney Westerhof</td>
 <td><a class="externalLink" href="mailto:kenney@apache.org">kenney@apache.org</a></td>
@@ -830,7 +830,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/af54a0871600db7fbdbb5c558a6e29a3?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/af54a0871600db7fbdbb5c558a6e29a3?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="mperham"></a>mperham</td>
 <td>Mike Perham</td>
 <td><a class="externalLink" href="mailto:mperham@gmail.com">mperham@gmail.com</a></td>
@@ -839,7 +839,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="ogusakov"></a>ogusakov</td>
 <td>Oleg Gusakov</td>
 <td>-</td>
@@ -848,7 +848,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/16f83496d57ffb2fb73e6219c1537d39?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/16f83496d57ffb2fb73e6219c1537d39?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="pschneider"></a>pschneider</td>
 <td>Patrick Schneider</td>
 <td><a class="externalLink" href="mailto:pschneider@gmail.com">pschneider@gmail.com</a></td>
@@ -857,7 +857,7 @@
 <td>-6</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="rinku"></a>rinku</td>
 <td>Rahul Thakur</td>
 <td>-</td>
@@ -866,7 +866,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="shinobu"></a>shinobu</td>
 <td>Shinobu Kuwai</td>
 <td>-</td>
@@ -875,7 +875,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=blank&amp;f=y&amp;s=60" alt="" /></figure></td>
 <td><a name="smorgrav"></a>smorgrav</td>
 <td>Torbjorn Eikli Smorgrav</td>
 <td>-</td>
@@ -884,7 +884,7 @@
 <td>-</td>
 <td>-</td></tr>
 <tr class="b">
-<td><figure><img src="https://www.gravatar.com/avatar/565f00b7f179682b6ab1327e39833eba?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/565f00b7f179682b6ab1327e39833eba?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="trygvis"></a>trygvis</td>
 <td>Trygve Laugstol</td>
 <td><a class="externalLink" href="mailto:trygvis@apache.org">trygvis@apache.org</a></td>
@@ -893,7 +893,7 @@
 <td>+1</td>
 <td>-</td></tr>
 <tr class="a">
-<td><figure><img src="https://www.gravatar.com/avatar/cc9f81ff2bf74ede3e0a80982acf832e?d=mm&amp;s=60" alt="" /></figure></td>
+<td align="left"><figure><img src="https://www.gravatar.com/avatar/cc9f81ff2bf74ede3e0a80982acf832e?d=mm&amp;s=60" alt="" /></figure></td>
 <td><a name="wsmoak"></a>wsmoak</td>
 <td>Wendy Smoak</td>
 <td><a class="externalLink" href="mailto:wsmoak@apache.org">wsmoak@apache.org</a></td>