Modified: websites/production/commons/content/proper/commons-build-plugin/download-page.html ============================================================================== --- websites/production/commons/content/proper/commons-build-plugin/download-page.html (original) +++ websites/production/commons/content/proper/commons-build-plugin/download-page.html Sat Jan 11 13:47:10 2025 @@ -1,16 +1,14 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 09 November 2024 - | Rendered using Apache Maven Fluido Skin 1.3.0 + | Generated by Apache Maven Doxia Site Renderer 2.0.0 from src/site/xdoc/download-page.xml at 11 Jan 2025 + | Rendered using Apache Commons Skin --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> - <meta charset="iso-8859-1" /> + <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Apache Commons Documentation Team" /> - <meta name="Date-Revision-yyyymmdd" content="20241109" /> - <meta http-equiv="Content-Language" content="en" /> - <title>Commons Build Plugin – Generating Download Page</title> + <title>Generating Download Page â Commons Build Plugin</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -25,7 +23,7 @@ </head> <body class="composite"> - <a href="https://commons.apache.org/" id="bannerLeft" title="Apache Commons logo"> + <a href="https://commons.apache.org/" id="bannerLeft"> <img class="logo-left" src=" ./images/commons-logo.png " alt="Apache Commons logo"/> </a> @@ -35,10 +33,9 @@ <div class="navbar-inner"> <div class="container-fluid"> <a class="brand" href="https://commons.apache.org/proper/commons-build-plugin/">Apache Commons Build Plugin Maven Mojo ™</a> - <ul class="nav"> - - <li id="publishDate">Last Published: 09 November 2024</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.14.1</li> + <ul class="nav"> + <li id="publishDate">Last Published: 08 Jan 2025</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.15.0</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -190,7 +187,7 @@ </li> </ul> <ul class="nav nav-list"> - <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> + <li class="nav-header">Project Documentation</li> <li class="collapsed"> <a href="project-info.html" title="Project Information"> Project Information</a> @@ -312,17 +309,16 @@ - <section> -<h2><a name="commons-build:download-page"></a>commons-build:download-page</h2> + <section><a id="commons-build.3Adownload-page"></a> +<h1>commons-build:download-page</h1> - <section> -<h3><a name="Overview"></a>Overview</h3> + <section><a id="Overview"></a> +<h2>Overview</h2> <p> The <code>commons-build:download-page</code> goal generates a custom Download page for the latest release of a component. Execute the goal using the following command: </p> -<div class="source"> -<pre>mvn commons-build:download-page</pre></div> +<pre><code>mvn commons-build:download-page</code></pre> @@ -335,7 +331,7 @@ <p> - <b>Note:</b> The Download page should only need to be re-generated after a new release of the component + <strong>Note:</strong> The Download page should only need to be re-generated after a new release of the component or if the download page template changes. </p> @@ -346,15 +342,15 @@ <ul> <li>The goal is mapped to the ant script/target using the <code>download-page</code> mojo definition in the - <a class="externalLink" href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob;f=src/main/scripts/generate-xdocs.mojos.xml">generate-xdocs.mojos.xml</a> mapping document</li> + <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob;f=src/main/scripts/generate-xdocs.mojos.xml" class="externalLink">generate-xdocs.mojos.xml</a> mapping document</li> <li>Executes the <code>download-page</code> target in - <a class="externalLink" href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob;f=src/main/scripts/generate-xdocs.build.xml">generate-xdocs.build.xml</a> + <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob;f=src/main/scripts/generate-xdocs.build.xml" class="externalLink">generate-xdocs.build.xml</a> ant script</li> <li>Uses either the - <a class="externalLink" href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob;f=src/main/resources/commons-xdoc-templates/download-page-body.xml">download-page-body.xml</a> or - <a class="externalLink" href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob;f=src/main/resources/commons-xdoc-templates/no-download-page-template.xml">no-download-page-template.xml</a> + <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob;f=src/main/resources/commons-xdoc-templates/download-page-body.xml" class="externalLink">download-page-body.xml</a> or + <a href="https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=blob;f=src/main/resources/commons-xdoc-templates/no-download-page-template.xml" class="externalLink">no-download-page-template.xml</a> template, depending on whether the <code>commons.release.version</code> property is set or not. </li> @@ -363,8 +359,8 @@ </section> - <section> -<h3><a name="Configuration"></a>Configuration</h3> + <section><a id="Configuration"></a> +<h2>Configuration</h2> <p> To generate a Download page, the following <a href="download-page-mojo.html">properties</a> are configured in the component's <code>pom.xml</code> @@ -389,13 +385,12 @@ <p> Example configuration for Commons Text: </p> -<div class="source"> -<pre> +<pre><code> <properties> <commons.componentid>text</commons.componentid> <commons.release.version>1.10.0</commons.release.version> </properties> -</pre></div> +</code></pre> @@ -456,8 +451,7 @@ <p> Example configuration for Commons DBCP with two releases: </p> -<div class="source"> -<pre> +<pre><code> <properties> <commons.componentid>dbcp</commons.componentid> <commons.release.version>1.4</commons.release.version> @@ -465,7 +459,7 @@ <commons.release.2.version>1.3</commons.release.2.version> <commons.release.2.desc> for JDBC 3 (JDK 1.4-1.5)</commons.release.2.desc> </properties> -</pre></div> +</code></pre> <p> @@ -487,13 +481,10 @@ </div> <div class="footer"> - <p>Copyright © 2008-2024 + <p>Copyright © 2008-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> - -<div class="center">Apache Commons, Apache Commons Build Plugin Maven Mojo, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. - All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> - </div> + </div> </body> </html> \ No newline at end of file
Modified: websites/production/commons/content/proper/commons-build-plugin/download_build-plugin.html ============================================================================== --- websites/production/commons/content/proper/commons-build-plugin/download_build-plugin.html (original) +++ websites/production/commons/content/proper/commons-build-plugin/download_build-plugin.html Sat Jan 11 13:47:10 2025 @@ -1,16 +1,14 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 09 November 2024 - | Rendered using Apache Maven Fluido Skin 1.3.0 + | Generated by Apache Maven Doxia Site Renderer 2.0.0 from src/site/xdoc/download_build-plugin.xml at 11 Jan 2025 + | Rendered using Apache Commons Skin --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> - <meta charset="iso-8859-1" /> + <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Apache Commons Documentation Team" /> - <meta name="Date-Revision-yyyymmdd" content="20241109" /> - <meta http-equiv="Content-Language" content="en" /> - <title>Commons Build Plugin – Download Apache Commons Build Plugin Maven Mojo</title> + <title>Download Apache Commons Build Plugin Maven Mojo â Commons Build Plugin</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -25,7 +23,7 @@ </head> <body class="composite"> - <a href="https://commons.apache.org/" id="bannerLeft" title="Apache Commons logo"> + <a href="https://commons.apache.org/" id="bannerLeft"> <img class="logo-left" src=" ./images/commons-logo.png " alt="Apache Commons logo"/> </a> @@ -35,10 +33,9 @@ <div class="navbar-inner"> <div class="container-fluid"> <a class="brand" href="https://commons.apache.org/proper/commons-build-plugin/">Apache Commons Build Plugin Maven Mojo ™</a> - <ul class="nav"> - - <li id="publishDate">Last Published: 09 November 2024</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.14.1</li> + <ul class="nav"> + <li id="publishDate">Last Published: 08 Jan 2025</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.15.0</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -190,7 +187,7 @@ </li> </ul> <ul class="nav nav-list"> - <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> + <li class="nav-header">Project Documentation</li> <li class="collapsed"> <a href="project-info.html" title="Project Information"> Project Information</a> @@ -310,14 +307,14 @@ <td class="content"> - <section> -<h2><a name="Download_Apache_Commons_Build_Plugin_Maven_Mojo"></a>Download Apache Commons Build Plugin Maven Mojo</h2> - <section> -<h3><a name="Using_a_Mirror"></a>Using a Mirror</h3> + <section><a id="Download_Apache_Commons_Build_Plugin_Maven_Mojo"></a> +<h1>Download Apache Commons Build Plugin Maven Mojo</h1> + <section><a id="Using_a_Mirror"></a> +<h2>Using a Mirror</h2> <p> We recommend you use a mirror to download our release - builds, but you <b>must</b> <a class="externalLink" href="https://www.apache.org/info/verification.html">verify the integrity</a> of + builds, but you <strong>must</strong> <a href="https://www.apache.org/info/verification.html" class="externalLink">verify the integrity</a> of the downloaded files using signatures downloaded from our main distribution directories. Recent releases (48 hours) may not yet be available from all the mirrors. @@ -331,7 +328,7 @@ mirrors (at the end of the mirrors list) that should be available. <br /></br> - [if-any logo]<a href="[link]"><img src="[logo]" align="right" border="0" alt="" /></img></a>[end] + [if-any logo]<a href="[link]"><img src="[logo]" /></img></a>[end] </p> <form action="[location]" method="get" id="SelectMirror"> @@ -349,78 +346,78 @@ [for backup]<option value="[backup]">[backup] (backup)</option>[end] [end] </select> - <input type="submit" value="Change"></input> + <input type="submit" value="Change" /></input> </p> </form> <p> It is essential that you - <a class="externalLink" href="https://www.apache.org/info/verification.html">verify the integrity</a> + <a href="https://www.apache.org/info/verification.html" class="externalLink">verify the integrity</a> of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files); failing that using the <code>SHA512</code> hash (<code>*.sha512</code> checksum files). </p> <p> - The <a class="externalLink" href="https://downloads.apache.org/commons/KEYS">KEYS</a> + The <a href="https://downloads.apache.org/commons/KEYS" class="externalLink">KEYS</a> file contains the public PGP keys used by Apache Commons developers to sign releases. </p> </section> </section> - <section> -<h2><a name="Apache_Commons_Build_Plugin_Maven_Mojo_1.14.1"></a>Apache Commons Build Plugin Maven Mojo 1.14.1 </h2> - <section> -<h3><a name="Binaries"></a>Binaries</h3> + <section><a id="Apache_Commons_Build_Plugin_Maven_Mojo_1.15.0"></a> +<h1>Apache Commons Build Plugin Maven Mojo 1.15.0 </h1> + <section><a id="Binaries"></a> +<h2>Binaries</h2> -<table border="0" class="bodyTable"> +<table class="bodyTable"> <tr class="a"> -<td align="left"><a href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.tar.gz">commons-build-plugin-1.14.1-bin.tar.gz</a></td> +<td><a href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.15.0-bin.tar.gz">commons-build-plugin-1.15.0-bin.tar.gz</a></td> -<td><a class="externalLink" href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.tar.gz.sha512">sha512</a></td> +<td><a href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.15.0-bin.tar.gz.sha512" class="externalLink">sha512</a></td> -<td><a class="externalLink" href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.tar.gz.asc">pgp</a></td> +<td><a href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.15.0-bin.tar.gz.asc" class="externalLink">pgp</a></td> </tr> <tr class="b"> -<td align="left"><a href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.zip">commons-build-plugin-1.14.1-bin.zip</a></td> +<td><a href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.15.0-bin.zip">commons-build-plugin-1.15.0-bin.zip</a></td> -<td><a class="externalLink" href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.zip.sha512">sha512</a></td> +<td><a href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.15.0-bin.zip.sha512" class="externalLink">sha512</a></td> -<td><a class="externalLink" href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.14.1-bin.zip.asc">pgp</a></td> +<td><a href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.15.0-bin.zip.asc" class="externalLink">pgp</a></td> </tr> </table> </section> - <section> -<h3><a name="Source"></a>Source</h3> + <section><a id="Source"></a> +<h2>Source</h2> -<table border="0" class="bodyTable"> +<table class="bodyTable"> <tr class="a"> -<td align="left"><a href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.14.1-src.tar.gz">commons-build-plugin-1.14.1-src.tar.gz</a></td> +<td><a href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.15.0-src.tar.gz">commons-build-plugin-1.15.0-src.tar.gz</a></td> -<td><a class="externalLink" href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.1-src.tar.gz.sha512">sha512</a></td> +<td><a href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.15.0-src.tar.gz.sha512" class="externalLink">sha512</a></td> -<td><a class="externalLink" href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.1-src.tar.gz.asc">pgp</a></td> +<td><a href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.15.0-src.tar.gz.asc" class="externalLink">pgp</a></td> </tr> <tr class="b"> -<td align="left"><a href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.14.1-src.zip">commons-build-plugin-1.14.1-src.zip</a></td> +<td><a href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.15.0-src.zip">commons-build-plugin-1.15.0-src.zip</a></td> -<td><a class="externalLink" href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.1-src.zip.sha512">sha512</a></td> +<td><a href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.15.0-src.zip.sha512" class="externalLink">sha512</a></td> -<td><a class="externalLink" href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.14.1-src.zip.asc">pgp</a></td> +<td><a href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.15.0-src.zip.asc" class="externalLink">pgp</a></td> </tr> </table> </section> </section> - <section> -<h2><a name="Archives"></a>Archives</h2> + <section><a id="Archives"></a> +<h1>Archives</h1> <p> Older releases can be obtained from the archives. @@ -430,7 +427,7 @@ <li class="download"><a href="[preferred]/commons/build-plugin/">browse download area</a></li> -<li><a class="externalLink" href="https://archive.apache.org/dist/commons/build-plugin/">archives...</a></li> +<li><a href="https://archive.apache.org/dist/commons/build-plugin/" class="externalLink">archives...</a></li> </ul> </section> @@ -441,13 +438,10 @@ </div> <div class="footer"> - <p>Copyright © 2008-2024 + <p>Copyright © 2008-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> - -<div class="center">Apache Commons, Apache Commons Build Plugin Maven Mojo, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. - All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> - </div> + </div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-build-plugin/images/commons-logo.png ============================================================================== Binary files - no diff available. Modified: websites/production/commons/content/proper/commons-build-plugin/index.html ============================================================================== --- websites/production/commons/content/proper/commons-build-plugin/index.html (original) +++ websites/production/commons/content/proper/commons-build-plugin/index.html Sat Jan 11 13:47:10 2025 @@ -1,16 +1,14 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 09 November 2024 - | Rendered using Apache Maven Fluido Skin 1.3.0 + | Generated by Apache Maven Doxia Site Renderer 2.0.0 from src/site/xdoc/index.xml at 11 Jan 2025 + | Rendered using Apache Commons Skin --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> - <meta charset="iso-8859-1" /> + <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Apache Commons Documentation Team" /> - <meta name="Date-Revision-yyyymmdd" content="20241109" /> - <meta http-equiv="Content-Language" content="en" /> - <title>Commons Build Plugin – Overview</title> + <title>Overview â Commons Build Plugin</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -25,7 +23,7 @@ </head> <body class="composite"> - <a href="https://commons.apache.org/" id="bannerLeft" title="Apache Commons logo"> + <a href="https://commons.apache.org/" id="bannerLeft"> <img class="logo-left" src=" ./images/commons-logo.png " alt="Apache Commons logo"/> </a> @@ -35,10 +33,9 @@ <div class="navbar-inner"> <div class="container-fluid"> <a class="brand" href="https://commons.apache.org/proper/commons-build-plugin/">Apache Commons Build Plugin Maven Mojo ™</a> - <ul class="nav"> - - <li id="publishDate">Last Published: 09 November 2024</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.14.1</li> + <ul class="nav"> + <li id="publishDate">Last Published: 08 Jan 2025</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.15.0</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -190,7 +187,7 @@ </li> </ul> <ul class="nav nav-list"> - <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> + <li class="nav-header">Project Documentation</li> <li class="expanded"> <a href="project-info.html" title="Project Information"> Project Information</a> @@ -362,22 +359,22 @@ - <section> -<h2><a name="Build_Plugin"></a>Build Plugin</h2> + <section><a id="Build_Plugin"></a> +<h1>Build Plugin</h1> <p> - This is a <a class="externalLink" href="https://maven.apache.org/">Maven 2.x/3.x</a> - <a class="externalLink" href="https://ant.apache.org/">Ant</a> Plugin which is - used by <a class="externalLink" href="https://commons.apache.org/">Apache Commons</a> builds. See + This is a <a href="https://maven.apache.org/" class="externalLink">Maven 2.x/3.x</a> + <a href="https://ant.apache.org/" class="externalLink">Ant</a> Plugin which is + used by <a href="https://commons.apache.org/" class="externalLink">Apache Commons</a> builds. See the <a href="development.html">Development</a> page for information to help maintain this plugin. </p> </section> - <section> -<h2><a name="Plugin_goals:"></a>Plugin goals:</h2> + <section><a id="Plugin_goals.3A"></a> +<h1>Plugin goals:</h1> <p> Available Goals: @@ -405,28 +402,26 @@ </section> - <section> -<h2><a name="Trying_out_the_plugin"></a>Trying out the plugin</h2> + <section><a id="Trying_out_the_plugin"></a> +<h1>Trying out the plugin</h1> <p> Configure the plugin in the <code><build></code> section of the <code>pom.xml</code> </p> -<div class="source"> -<pre> +<pre><code> <plugin> <groupId>org.apache.commons</groupId> <artifactId>commons-build-plugin</artifactId> <version>1.13</version> </plugin> -</pre></div> +</code></pre> <p> Configure any properties required by the goal and try executing. </p> -<div class="source"> -<pre>mvn commons:download-page [-Dcommons.release.version=1.2.3]</pre></div> +<pre><code>mvn commons:download-page [-Dcommons.release.version=1.2.3]</code></pre> <p>As noted above, you can override POM properties if necessary.</p> @@ -434,8 +429,7 @@ <p>To use a SNAPSHOT version (for testing etc)</p> -<div class="source"> -<pre>mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]</pre></div> +<pre><code>mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]</code></pre> </section> @@ -445,13 +439,10 @@ </div> <div class="footer"> - <p>Copyright © 2008-2024 + <p>Copyright © 2008-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> - -<div class="center">Apache Commons, Apache Commons Build Plugin Maven Mojo, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. - All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> - </div> + </div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-build-plugin/issue-management.html ============================================================================== --- websites/production/commons/content/proper/commons-build-plugin/issue-management.html (original) +++ websites/production/commons/content/proper/commons-build-plugin/issue-management.html Sat Jan 11 13:47:10 2025 @@ -1,15 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 09 November 2024 - | Rendered using Apache Maven Fluido Skin 1.3.0 + | Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0:issue-management at 11 Jan 2025 + | Rendered using Apache Commons Skin --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> - <meta charset="iso-8859-1" /> + <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20241109" /> - <meta http-equiv="Content-Language" content="en" /> - <title>Commons Build Plugin – Issue Management</title> + <title>Issue Management â Commons Build Plugin</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -24,7 +22,7 @@ </head> <body class="composite"> - <a href="https://commons.apache.org/" id="bannerLeft" title="Apache Commons logo"> + <a href="https://commons.apache.org/" id="bannerLeft"> <img class="logo-left" src=" ./images/commons-logo.png " alt="Apache Commons logo"/> </a> @@ -34,10 +32,9 @@ <div class="navbar-inner"> <div class="container-fluid"> <a class="brand" href="https://commons.apache.org/proper/commons-build-plugin/">Apache Commons Build Plugin Maven Mojo ™</a> - <ul class="nav"> - - <li id="publishDate">Last Published: 09 November 2024</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.14.1</li> + <ul class="nav"> + <li id="publishDate">Last Published: 08 Jan 2025</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.15.0</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -189,7 +186,7 @@ </li> </ul> <ul class="nav nav-list"> - <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> + <li class="nav-header">Project Documentation</li> <li class="expanded"> <a href="project-info.html" title="Project Information"> Project Information</a> @@ -357,26 +354,22 @@ </div> </td> <td class="content"> - <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></section><section> -<h2><a name="Issue_Management"></a>Issue Management</h2><a name="Issue_Management"></a> + <section><a id="Overview"></a> +<h1>Overview</h1> +<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></section><section><a id="Issue_Management"></a> +<h1>Issue Management</h1> <p>Issues, bugs, and feature requests should be submitted to the following issue management system for this project.</p> -<div> -<pre><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE">https://issues.apache.org/jira/browse/COMMONSSITE</a></pre></div></section> +<pre><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE">https://issues.apache.org/jira/browse/COMMONSSITE</a></pre></section> </td> </tr> </table> </div> <div class="footer"> - <p>Copyright © 2008-2024 + <p>Copyright © 2008-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> - -<div class="center">Apache Commons, Apache Commons Build Plugin Maven Mojo, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. - All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> - </div> + </div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-build-plugin/issue-tracking.html ============================================================================== --- websites/production/commons/content/proper/commons-build-plugin/issue-tracking.html (original) +++ websites/production/commons/content/proper/commons-build-plugin/issue-tracking.html Sat Jan 11 13:47:10 2025 @@ -1,16 +1,14 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 09 November 2024 - | Rendered using Apache Maven Fluido Skin 1.3.0 + | Generated by Apache Maven Doxia Site Renderer 2.0.0 from src/site/xdoc/issue-tracking.xml at 11 Jan 2025 + | Rendered using Apache Commons Skin --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> - <meta charset="iso-8859-1" /> + <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Apache Commons Documentation Team" /> - <meta name="Date-Revision-yyyymmdd" content="20241109" /> - <meta http-equiv="Content-Language" content="en" /> - <title>Commons Build Plugin – Apache Commons Build Plugin Maven Mojo Issue tracking</title> + <title>Apache Commons Build Plugin Maven Mojo Issue tracking â Commons Build Plugin</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -25,7 +23,7 @@ </head> <body class="composite"> - <a href="https://commons.apache.org/" id="bannerLeft" title="Apache Commons logo"> + <a href="https://commons.apache.org/" id="bannerLeft"> <img class="logo-left" src=" ./images/commons-logo.png " alt="Apache Commons logo"/> </a> @@ -35,10 +33,9 @@ <div class="navbar-inner"> <div class="container-fluid"> <a class="brand" href="https://commons.apache.org/proper/commons-build-plugin/">Apache Commons Build Plugin Maven Mojo ™</a> - <ul class="nav"> - - <li id="publishDate">Last Published: 09 November 2024</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.14.1</li> + <ul class="nav"> + <li id="publishDate">Last Published: 08 Jan 2025</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.15.0</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -190,7 +187,7 @@ </li> </ul> <ul class="nav nav-list"> - <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> + <li class="nav-header">Project Documentation</li> <li class="collapsed"> <a href="project-info.html" title="Project Information"> Project Information</a> @@ -311,19 +308,19 @@ - <section> -<h2><a name="Apache_Commons_Build_Plugin_Maven_Mojo_Issue_tracking"></a>Apache Commons Build Plugin Maven Mojo Issue tracking</h2> + <section><a id="Apache_Commons_Build_Plugin_Maven_Mojo_Issue_tracking"></a> +<h1>Apache Commons Build Plugin Maven Mojo Issue tracking</h1> <p> - Apache Commons Build Plugin Maven Mojo uses <a class="externalLink" href="https://issues.apache.org/jira/">ASF JIRA</a> for tracking issues. - See the <a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE">Apache Commons Build Plugin Maven Mojo JIRA project page</a>. + Apache Commons Build Plugin Maven Mojo uses <a href="https://issues.apache.org/jira/" class="externalLink">ASF JIRA</a> for tracking issues. + See the <a href="https://issues.apache.org/jira/browse/COMMONSSITE" class="externalLink">Apache Commons Build Plugin Maven Mojo JIRA project page</a>. </p> <p> - To use JIRA you may need to <a class="externalLink" href="https://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a> + To use JIRA you may need to <a href="https://issues.apache.org/jira/secure/Signup!default.jspa" class="externalLink">create an account</a> (if you have previously created/updated Commons issues using Bugzilla an account will have been automatically - created and you can use the <a class="externalLink" href="https://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot Password</a> + created and you can use the <a href="https://issues.apache.org/jira/secure/ForgotPassword!default.jspa" class="externalLink">Forgot Password</a> page to get a new password). </p> @@ -332,9 +329,9 @@ If you would like to report a bug, or raise an enhancement request with Apache Commons Build Plugin Maven Mojo please do the following: </p> -<ol style="list-style-type: decimal"> +<ol style="list-style-type: decimal;"> -<li><a class="externalLink" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310466&component=12312401&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">Search existing open bugs</a>. +<li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310466&component=12312401&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4" class="externalLink">Search existing open bugs</a>. If you find your issue listed then please add a comment with your details.</li> <li><a href="mail-lists.html">Search the mailing list archive(s)</a>. @@ -342,8 +339,8 @@ <li>Decide if your issue is a bug or an enhancement.</li> -<li>Submit either a <a class="externalLink" href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310466&component=12312401&issuetype=1&priority=4&assignee=-1">bug report</a> - or <a class="externalLink" href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310466&component=12312401&issuetype=4&priority=4&assignee=-1">enhancement request</a>.</li> +<li>Submit either a <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310466&component=12312401&issuetype=1&priority=4&assignee=-1" class="externalLink">bug report</a> + or <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310466&component=12312401&issuetype=4&priority=4&assignee=-1" class="externalLink">enhancement request</a>.</li> </ol> @@ -364,7 +361,7 @@ <p> For more information on creating patches see the - <a class="externalLink" href="https://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>. + <a href="https://www.apache.org/dev/contributors.html" class="externalLink">Apache Contributors Guide</a>. </p> @@ -373,11 +370,11 @@ </p> <ul> -<li><a class="externalLink" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310466&component=12312401&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4">All Open Apache Commons Build Plugin Maven Mojo bugs</a></li> +<li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310466&component=12312401&sorter/field=issuekey&sorter/order=DESC&status=1&status=3&status=4" class="externalLink">All Open Apache Commons Build Plugin Maven Mojo bugs</a></li> -<li><a class="externalLink" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310466&component=12312401&sorter/field=issuekey&sorter/order=DESC&status=5&status=6">All Resolved Apache Commons Build Plugin Maven Mojo bugs</a></li> +<li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310466&component=12312401&sorter/field=issuekey&sorter/order=DESC&status=5&status=6" class="externalLink">All Resolved Apache Commons Build Plugin Maven Mojo bugs</a></li> -<li><a class="externalLink" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310466&component=12312401&sorter/field=issuekey&sorter/order=DESC">All Apache Commons Build Plugin Maven Mojo bugs</a></li> +<li><a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310466&component=12312401&sorter/field=issuekey&sorter/order=DESC" class="externalLink">All Apache Commons Build Plugin Maven Mojo bugs</a></li> </ul> </section> @@ -389,13 +386,10 @@ </div> <div class="footer"> - <p>Copyright © 2008-2024 + <p>Copyright © 2008-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> - -<div class="center">Apache Commons, Apache Commons Build Plugin Maven Mojo, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. - All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> - </div> + </div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-build-plugin/japicmp.html ============================================================================== --- websites/production/commons/content/proper/commons-build-plugin/japicmp.html (original) +++ websites/production/commons/content/proper/commons-build-plugin/japicmp.html Sat Jan 11 13:47:10 2025 @@ -1,15 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 09 November 2024 - | Rendered using Apache Maven Fluido Skin 1.3.0 + | Generated by Apache Maven Doxia Site Renderer 2.0.0 from com.github.siom79.japicmp:japicmp-maven-plugin:0.23.0:cmp-report at 11 Jan 2025 + | Rendered using Apache Commons Skin --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> - <meta charset="iso-8859-1" /> + <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20241109" /> - <meta http-equiv="Content-Language" content="en" /> - <title>Commons Build Plugin – </title> + <title>Commons Build Plugin</title> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="./css/site.css" type="text/css" /> @@ -24,7 +22,7 @@ </head> <body class="composite"> - <a href="https://commons.apache.org/" id="bannerLeft" title="Apache Commons logo"> + <a href="https://commons.apache.org/" id="bannerLeft"> <img class="logo-left" src=" ./images/commons-logo.png " alt="Apache Commons logo"/> </a> @@ -34,10 +32,9 @@ <div class="navbar-inner"> <div class="container-fluid"> <a class="brand" href="https://commons.apache.org/proper/commons-build-plugin/">Apache Commons Build Plugin Maven Mojo ™</a> - <ul class="nav"> - - <li id="publishDate">Last Published: 09 November 2024</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.14.1</li> + <ul class="nav"> + <li id="publishDate">Last Published: 08 Jan 2025</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.15.0</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -189,7 +186,7 @@ </li> </ul> <ul class="nav nav-list"> - <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> + <li class="nav-header">Project Documentation</li> <li class="collapsed"> <a href="project-info.html" title="Project Information"> Project Information</a> @@ -199,11 +196,11 @@ Project Reports</a> <ul> <li class="none"> - <a href="changes-report.html" title="Changes"> + <a href="changes.html" title="Changes"> Changes</a> </li> <li class="none"> - <a href="jira-report.html" title="JIRA Report"> + <a href="jira-changes.html" title="JIRA Report"> JIRA Report</a> </li> <li class="none"> @@ -503,26 +500,26 @@ ul { </style> -<span class="title">Comparing source compatibility of commons-build-plugin-1.14.1.jar against commons-build-plugin-1.14.0.jar</span> +<span class="title">Comparing source compatibility of commons-build-plugin-1.15.0.jar against commons-build-plugin-1.14.1.jar</span> <br/> <div class="meta-information"> <table> <tr> <td>Old:</td> <td> - commons-build-plugin-1.14.0.jar + commons-build-plugin-1.14.1.jar </td> </tr> <tr> <td>New:</td> <td> - commons-build-plugin-1.14.1.jar + commons-build-plugin-1.15.0.jar </td> </tr> <tr> <td>Created:</td> <td> - 2024-11-09T12:55:28.689+0000 + 2025-01-11T13:47:01.696+0000 </td> </tr> <tr> @@ -582,13 +579,10 @@ ul { </div> <div class="footer"> - <p>Copyright © 2008-2024 + <p>Copyright © 2008-2025 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> - -<div class="center">Apache Commons, Apache Commons Build Plugin Maven Mojo, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation. - All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> - </div> + </div> </body> </html> \ No newline at end of file Added: websites/production/commons/content/proper/commons-build-plugin/jira-changes.html ============================================================================== --- websites/production/commons/content/proper/commons-build-plugin/jira-changes.html (added) +++ websites/production/commons/content/proper/commons-build-plugin/jira-changes.html Sat Jan 11 13:47:10 2025 @@ -0,0 +1,904 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia Site Renderer 2.0.0 from org.apache.maven.plugins:maven-changes-plugin:3.0.0-M2:jira-changes at 11 Jan 2025 + | Rendered using Apache Commons Skin +--> +<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.0" /> + <title>JIRA Report â Commons Build Plugin</title> + + <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="./css/site.css" type="text/css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + <script type="text/javascript" src="./js/jquery.min.js"></script> + <script type="text/javascript" src="./js/bootstrap.min.js"></script> + <script type="text/javascript" src="./js/prettify.min.js"></script> + <script type="text/javascript" src="./js/site.js"></script> + + + </head> + + <body class="composite"> + <a href="https://commons.apache.org/" id="bannerLeft"> + <img class="logo-left" src=" ./images/commons-logo.png +" alt="Apache Commons logo"/> + </a> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="https://commons.apache.org/proper/commons-build-plugin/">Apache Commons Build Plugin Maven Mojo ™</a> + <ul class="nav"> + <li id="publishDate">Last Published: 08 Jan 2025</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.15.0</li> + </ul> + <div class="pull-right"> <ul class="nav"> + <li> + <a href="https://www.apachecon.com/" class="externalLink" title="ApacheCon"> + ApacheCon</a> + </li> + <li> + <a href="https://www.apache.org" class="externalLink" title="Apache"> + Apache</a> + </li> + <li> + <a href="../../" title="Commons"> + Commons</a> + </li> + </ul> +</div> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Build Plugin</li> + <li class="none"> + <a href="index.html" title="Overview"> + Overview</a> + </li> + <li class="expanded"> + <a href="" title="Goals"> + Goals</a> + <ul> + <li class="expanded"> + <a href="all.html" title="all"> + all</a> + <ul> + <li class="none"> + <a href="all-mojo.html" title="properties"> + properties</a> + </li> + </ul> + </li> + <li class="expanded"> + <a href="all-sandbox.html" title="all-sandbox"> + all-sandbox</a> + <ul> + <li class="none"> + <a href="all-sandbox-mojo.html" title="properties"> + properties</a> + </li> + </ul> + </li> + <li class="expanded"> + <a href="download-page.html" title="download-page"> + download-page</a> + <ul> + <li class="none"> + <a href="download-page-mojo.html" title="properties"> + properties</a> + </li> + </ul> + </li> + <li class="expanded"> + <a href="jira-page.html" title="jira-page"> + jira-page</a> + <ul> + <li class="none"> + <a href="jira-page-mojo.html" title="properties"> + properties</a> + </li> + </ul> + </li> + <li class="expanded"> + <a href="sandbox-jira-page.html" title="sandbox-jira-page"> + sandbox-jira-page</a> + <ul> + <li class="none"> + <a href="sandbox-jira-page-mojo.html" title="properties"> + properties</a> + </li> + </ul> + </li> + <li class="expanded"> + <a href="mail-page.html" title="mail-page"> + mail-page</a> + <ul> + <li class="none"> + <a href="mail-page-mojo.html" title="properties"> + properties</a> + </li> + </ul> + </li> + <li class="expanded"> + <a href="readme-md.html" title="readme-md"> + readme-md</a> + <ul> + <li class="none"> + <a href="readme-md-mojo.html" title="properties"> + properties</a> + </li> + </ul> + </li> + <li class="expanded"> + <a href="notice-txt.html" title="notice-txt"> + notice-txt</a> + <ul> + <li class="none"> + <a href="notice-txt-mojo.html" title="properties"> + properties</a> + </li> + </ul> + </li> + <li class="expanded"> + <a href="contributing-md.html" title="contributing-md"> + contributing-md</a> + <ul> + <li class="none"> + <a href="contributing-md-mojo.html" title="properties"> + properties</a> + </li> + </ul> + </li> + </ul> + </li> + <li class="expanded"> + <a href="development.html" title="Help"> + Help</a> + <ul> + <li class="none"> + <a href="issue-tracking.html" title="Issue Tracking"> + Issue Tracking</a> + </li> + <li class="none"> + <a href="development.html" title="Development"> + Development</a> + </li> + <li class="none"> + <a href="https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html" class="externalLink" title="Maven Plugins"> + Maven Plugins</a> + </li> + <li class="none"> + <a href="https://ant.apache.org/manual/index.html" class="externalLink" title="Ant"> + Ant</a> + </li> + </ul> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Project Documentation</li> + <li class="collapsed"> + <a href="project-info.html" title="Project Information"> + Project Information</a> + </li> + <li class="expanded"> + <a href="project-reports.html" title="Project Reports"> + Project Reports</a> + <ul> + <li class="none"> + <a href="changes.html" title="Changes"> + Changes</a> + </li> + <li class="none active"> + <a href="jira-changes.html" title="JIRA Report"> + JIRA Report</a> + </li> + <li class="none"> + <a href="rat-report.html" title="Rat Report"> + Rat Report</a> + </li> + <li class="none"> + <a href="japicmp.html" title="japicmp"> + japicmp</a> + </li> + <li class="none"> + <a href="plugin-info.html" title="Plugin Documentation"> + Plugin Documentation</a> + </li> + </ul> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">Commons</li> + <li class="none"> + <a href="../../" title="Home"> + Home</a> + </li> + <li class="none"> + <a href="https://www.apache.org/licenses/" class="externalLink" title="License"> + License</a> + </li> + <li class="collapsed"> + <a href="../../components.html" title="Components"> + Components</a> + </li> + <li class="collapsed"> + <a href="../../sandbox/index.html" title="Sandbox"> + Sandbox</a> + </li> + <li class="collapsed"> + <a href="../../dormant/index.html" title="Dormant"> + Dormant</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">General Information</li> + <li class="none"> + <a href="../../security.html" title="Security"> + Security</a> + </li> + <li class="none"> + <a href="../../volunteering.html" title="Volunteering"> + Volunteering</a> + </li> + <li class="none"> + <a href="../../patches.html" title="Contributing Patches"> + Contributing Patches</a> + </li> + <li class="none"> + <a href="../../building.html" title="Building Components"> + Building Components</a> + </li> + <li class="none"> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> + </li> + <li class="none"> + <a href="../../build-plugin/index.html" title="Commons Build Plugin"> + Commons Build Plugin</a> + </li> + <li class="none"> + <a href="../../release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="../../site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> + <a href="../../releases/index.html" title="Releasing Components"> + Releasing Components</a> + </li> + <li class="none"> + <a href="https://cwiki.apache.org/confluence/display/commons/FrontPage" class="externalLink" title="Wiki"> + Wiki</a> + </li> + </ul> + <ul class="nav nav-list"> + <li class="nav-header">ASF</li> + <li class="none"> + <a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works"> + How the ASF works</a> + </li> + <li class="none"> + <a href="https://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved"> + Get Involved</a> + </li> + <li class="none"> + <a href="https://www.apache.org/dev/" class="externalLink" title="Developer Resources"> + Developer Resources</a> + </li> + <li class="none"> + <a href="https://www.apache.org/foundation/policies/conduct.html" class="externalLink" title="Code of Conduct"> + Code of Conduct</a> + </li> + <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> + <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> + Sponsorship</a> + </li> + <li class="none"> + <a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"> + Thanks</a> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="https://www.apache.org/events/current-event.html" title="ApacheCon" class="builtBy"> + <img class="builtBy" alt="ApacheCon" src="https://www.apache.org/events/current-event-125x125.png" /> + </a> + <a href="https://maven.apache.org/" title="Maven" class="builtBy"> + <img class="builtBy" alt="Maven" src="https://maven.apache.org/images/logos/maven-feather.png" /> + </a> + </div> + </td> + <td class="content"> + <section><a id="JIRA_Report"></a> +<h1>JIRA Report</h1> +<table class="bodyTable"> +<tr class="a"> +<th>Fix Version</th> +<th>Key</th> +<th>Component</th> +<th>Summary</th> +<th>Type</th> +<th>Resolution</th> +<th>Status</th></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-115">COMMONSSITE-115</a></td> +<td>-</td> +<td>"mvn site" fails with commons-parent 46</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-110">COMMONSSITE-110</a></td> +<td>-</td> +<td>[build-plugin] commons:download-page does not account for the artifact name being different from the project name</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-101">COMMONSSITE-101</a></td> +<td>Commons Release Plugin</td> +<td>Make -Dcommons.release.dryRun=true our commit toggle</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-88">COMMONSSITE-88</a></td> +<td>-</td> +<td>Dowload page fixes for build plugin and site</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-85">COMMONSSITE-85</a></td> +<td>Site</td> +<td>https for images</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-84">COMMONSSITE-84</a></td> +<td>Site</td> +<td>The link to JIRA on the volunteering page shows "Not Found"</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-82">COMMONSSITE-82</a></td> +<td>Commons Skin</td> +<td>Glitch when project base url is not commons.apache.org</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-74">COMMONSSITE-74</a></td> +<td>Commons Build</td> +<td>Unable to View JavaDocs on the Web for Several Projects</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-73">COMMONSSITE-73</a></td> +<td>Commons Parent Pom</td> +<td>[commons-parent] upgrade to latest apache-parent 12 and upgrade versions</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-69">COMMONSSITE-69</a></td> +<td>-</td> +<td>Commons parent uses maven.compile.[source|target] rather than maven.compiler.[source|target]</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-57">COMMONSSITE-57</a></td> +<td>Site</td> +<td>Fix broken link on http://commons.apache.org/mail-lists.html</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-52">COMMONSSITE-52</a></td> +<td>Site</td> +<td>Deletion of old releases should be deferred to clean-up stage</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-43">COMMONSSITE-43</a></td> +<td>Commons Parent Pom</td> +<td>Parent POM should define encoding</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-41">COMMONSSITE-41</a></td> +<td>Commons Parent Pom</td> +<td>Parent POM should not define inception year</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-36">COMMONSSITE-36</a></td> +<td>Commons Build Plugin</td> +<td>Cannot build commons build plugin due to missing osgi manifest file</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-35">COMMONSSITE-35</a></td> +<td>Commons Build Plugin</td> +<td>Unable to use commons:jira-page on Windows</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-25">COMMONSSITE-25</a></td> +<td>Site</td> +<td>http://commons.apache.org/license.html problems</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-6">COMMONSSITE-6</a></td> +<td>-</td> +<td>[site] custom stylesheet errors with Maven 1.0</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-5">COMMONSSITE-5</a></td> +<td>-</td> +<td>Ant Task page for common-vfs has a typo.</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-4">COMMONSSITE-4</a></td> +<td>-</td> +<td>[site] Maven-related updates to the commons site</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-3">COMMONSSITE-3</a></td> +<td>-</td> +<td>[site] Update release documentation (Step 12 - Updating Jakarta site)</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-2">COMMONSSITE-2</a></td> +<td>-</td> +<td>[all] Maven build fixes</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-1">COMMONSSITE-1</a></td> +<td>-</td> +<td>[site] Minor typo on versioning doc</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-124">COMMONSSITE-124</a></td> +<td>Commons Parent Pom</td> +<td>Revert change in commons.scmPubUrl in Parent 47</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-98">COMMONSSITE-98</a></td> +<td>Commons Release Plugin</td> +<td>Create a mojo for staging commons-rng in some form or fashion</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-89">COMMONSSITE-89</a></td> +<td>Commons Parent Pom</td> +<td>Support both clirr and japicmp</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-81">COMMONSSITE-81</a></td> +<td>Commons Build Plugin</td> +<td>commons-build-plugin README/CONTRIBUTING.md handle multi-modules</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-71">COMMONSSITE-71</a></td> +<td>-</td> +<td>Create project for class path scanning</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-58">COMMONSSITE-58</a></td> +<td>Site</td> +<td>Add url link to GSoC sandbox components in Commons Sandbox index page:http://commons.apache.org/sandbox/index.html</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-50">COMMONSSITE-50</a></td> +<td>Site</td> +<td>Document KEYS update process for new RMs</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-40">COMMONSSITE-40</a></td> +<td>Commons Parent Pom</td> +<td>Update maven-source-plugin to 2.1 and add default entries to manifest</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-38">COMMONSSITE-38</a></td> +<td>Commons Parent Pom</td> +<td>Upgrade to maven-javadoc-plugin 2.5 / *-javadoc.jar Manifest entries</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-33">COMMONSSITE-33</a></td> +<td>Site</td> +<td>More details for mailing list page</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-32">COMMONSSITE-32</a></td> +<td>-</td> +<td>Caching QName of Element and Attribute to save memory - was COMMONSSITE-31 now moved to AXIS2-3845</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-30">COMMONSSITE-30</a></td> +<td>Commons Parent Pom</td> +<td>Add Module profiles to parent poms</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-22">COMMONSSITE-22</a></td> +<td>Commons Build</td> +<td>Maven2 Plugin to generate custom component pages</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-21">COMMONSSITE-21</a></td> +<td>Commons Parent Pom</td> +<td>commons-parent-6 pom changes</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-15">COMMONSSITE-15</a></td> +<td>Nightly</td> +<td>Only show open voted on issues</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-95">COMMONSSITE-95</a></td> +<td>-</td> +<td>Add mojo to commons-build-plugin to move dists out of deployment to nexus.</td> +<td>New Feature</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-80">COMMONSSITE-80</a></td> +<td>-</td> +<td>Start RDF Commons</td> +<td>New Feature</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-66">COMMONSSITE-66</a></td> +<td>Commons Build Plugin</td> +<td>Add support for a "commons.release.3" set of properties to offer a 3rd download option</td> +<td>New Feature</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-64">COMMONSSITE-64</a></td> +<td>Commons Skin</td> +<td>Add code syntax highlight to commons-skin</td> +<td>New Feature</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-23">COMMONSSITE-23</a></td> +<td>Commons Parent Pom</td> +<td>commons-parent-8 pom changes (OSGi)</td> +<td>New Feature</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-20">COMMONSSITE-20</a></td> +<td>Site</td> +<td>Remove docs/ from svn</td> +<td>Task</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>-</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-8">COMMONSSITE-8</a></td> +<td>Nightly</td> +<td>Bring back logging for each day</td> +<td>Task</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>1.12</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-137">COMMONSSITE-137</a></td> +<td>-</td> +<td>commons-build:all ignores commons.release.hash settings</td> +<td>Task</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>1.4</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-120">COMMONSSITE-120</a></td> +<td>Commons Release Plugin</td> +<td>[release-plugin] Use SHA-256 and SHA-512, not MD5, not SHA-1</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>1.9</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-109">COMMONSSITE-109</a></td> +<td>-</td> +<td>[build-plugin] Add a goal for creating all items for pre-release</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>1.9</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-116">COMMONSSITE-116</a></td> +<td>Commons Build Plugin</td> +<td>[build-plugin] Add a goal for creating the NOTICE.txt file</td> +<td>New Feature</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>1.8</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-93">COMMONSSITE-93</a></td> +<td>Commons Build Plugin</td> +<td>Typo in CONTRIBUTING.md template</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>1.8</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-94">COMMONSSITE-94</a></td> +<td>-</td> +<td>Include JavaDoc badge in READM.md file.</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>1.8</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-138">COMMONSSITE-138</a></td> +<td>Commons Release Plugin</td> +<td>Create Signature Validation script for releases</td> +<td>New Feature</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>1.3</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-117">COMMONSSITE-117</a></td> +<td>Commons Release Plugin</td> +<td>Do not generate MD5 checksums</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>1.3</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-108">COMMONSSITE-108</a></td> +<td>Commons Release Plugin</td> +<td>[release-plugin] Have release plugin generate HEADER.html and README.html that accompany releases</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>1.2</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-107">COMMONSSITE-107</a></td> +<td>Commons Release Plugin</td> +<td>[release-plugin] Adding incorrect RELEASE-NOTES.txt file/directory to scm.</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>1.2</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-105">COMMONSSITE-105</a></td> +<td>Commons Parent Pom</td> +<td>[commons-parent] add commons-release-plugin 1.1</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>44</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-106">COMMONSSITE-106</a></td> +<td>Commons Parent Pom</td> +<td>[commons-parent] add spotbugs-maven-plugin version 3.1.3</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>1.1</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-104">COMMONSSITE-104</a></td> +<td>Commons Release Plugin</td> +<td>Commons Release Plugin: generated signature files don't reflect actual signatures.</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>1.1</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-102">COMMONSSITE-102</a></td> +<td>Commons Release Plugin</td> +<td>Commons Release Plugin doesn't work with Commons Release Plugin</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="a"> +<td>1.7</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-91">COMMONSSITE-91</a></td> +<td>Commons Build Plugin</td> +<td>Build plugin does not pass the JIRA_ID property when generating README.md</td> +<td>Bug</td> +<td>Fixed</td> +<td>Closed</td></tr> +<tr class="b"> +<td>40</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-87">COMMONSSITE-87</a></td> +<td>-</td> +<td>Commons Parent needs to run assembly plugin later</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>1.5-SNAPSHOT</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-122">COMMONSSITE-122</a></td> +<td>Commons Release Plugin</td> +<td>[release-plugin] stage-distributions mojo assumes site directory has basename 'site'</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>1.5-SNAPSHOT</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-123">COMMONSSITE-123</a></td> +<td>Commons Release Plugin</td> +<td>[release-plugin] introduce configuration parameter to perfom distribution checkin using Maven settings server credentials</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>18</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-29">COMMONSSITE-29</a></td> +<td>Commons Parent Pom</td> +<td>Link Javadocs to official Java API</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>17</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-60">COMMONSSITE-60</a></td> +<td>Commons Parent Pom</td> +<td>Profile "rc" lost ability to release to /www/people.apache.org/builds/commons; "ci" dropped unnecessarily</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>16</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-55">COMMONSSITE-55</a></td> +<td>Commons Parent Pom</td> +<td>Enable deployment to local folder</td> +<td>New Feature</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>14</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-48">COMMONSSITE-48</a></td> +<td>Commons Build Plugin</td> +<td>Build Plugin: provide a facility to add a second release to the download page</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>14</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-49">COMMONSSITE-49</a></td> +<td>Commons Parent Pom</td> +<td>Add Java compile & test profiles</td> +<td>New Feature</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>1.6</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/COMMONSSITE-128">COMMONSSITE-128</a></td> +<td>Commons Release Plugin</td> +<td>Release plugin should work when SCM directories contain empty folders that twould be reused</td> +<td>Wish</td> +<td>Fixed</td> +<td>Closed</td></tr></table></section> + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 2008-2025 + <a href="https://www.apache.org/">The Apache Software Foundation</a>. + All Rights Reserved.</p> + </div> + </body> + +</html> \ No newline at end of file
