This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-patch-plugin.git
The following commit(s) were added to refs/heads/master by this push: new dc131eb [MPATCH-26] Retire Plugin dc131eb is described below commit dc131eb1c4a88cfcc1b2299e4ad6da103bea5060 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue Dec 10 22:37:04 2024 +0100 [MPATCH-26] Retire Plugin --- pom.xml | 2 +- src/site/apt/index.apt.vm | 8 ++-- src/site/site.xml | 6 +-- src/site/xdoc/download.xml.vm | 94 +++++-------------------------------------- 4 files changed, 18 insertions(+), 92 deletions(-) diff --git a/pom.xml b/pom.xml index b3f6004..eefc5f9 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ under the License. <version>1.3-SNAPSHOT</version> <packaging>maven-plugin</packaging> - <name>Apache Maven Patch Plugin</name> + <name>Apache Maven Patch Plugin (RETIRED)</name> <description>The Patch Plugin is used to apply patches to source files.</description> <contributors> diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index dc87dae..d3a6f44 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -29,8 +29,11 @@ ${project.name} +* <<<Note>>>: <<This plugin is retired. It is no longer maintained.>> + The Patch Plugin is used to apply patches to source files. + * Goals Overview The Patch Plugin has a single goal that can apply either a single declared patch or a directory of patches. @@ -41,10 +44,7 @@ ${project.name} * Usage - General instructions on how to use the Patch Plugin can be found on the {{{./usage.html}usage page}}. Some more - specific use cases are described in the examples given below. Last but not least, users occasionally contribute - additional examples, tips or errata to the - {{{http://docs.codehaus.org/display/MAVENUSER/Patch+Plugin}plugin's wiki page}}. + General instructions on how to use the Patch Plugin can be found on the {{{./usage.html}usage page}}. In case you still have questions regarding the plugin's usage, please have a look at the {{{./faq.html}FAQ}} and feel free to contact the {{{./mailing-lists.html}user mailing list}}. The posts to the mailing list are archived and could diff --git a/src/site/site.xml b/src/site/site.xml index bae51d3..f2ab97f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,9 +19,9 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" +<project xmlns="http://maven.apache.org/DECORATION/1.8.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> @@ -29,7 +29,7 @@ under the License. <item name="Usage" href="usage.html"/> <item name="FAQ" href="faq.html"/> <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 --> - <item name="License" href="http://www.apache.org/licenses/"/> + <item name="License" href="https://www.apache.org/licenses/"/> <item name="Download" href="download.html"/> </menu> <menu name="Examples"> diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm index 3f71035..13e4b68 100644 --- a/src/site/xdoc/download.xml.vm +++ b/src/site/xdoc/download.xml.vm @@ -26,100 +26,26 @@ under the License. <body> <section name="Download ${project.name} ${project.version} Source"> - <p>${project.name} ${project.version} is distributed in source format. Use a source archive if you intend to build - ${project.name} yourself. Otherwise, simply use the ready-made binary artifacts from central repository.</p> + <p><strong>${project.name} ${project.version}</strong> is distributed in source format.</p> - <p>You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 - hours to reach all mirrors.<p/> + <p>Use a source archive if you intend to build <strong>${project.name}</strong> yourself.</p> - <p>In order to guard against corrupted downloads/installations, it is highly recommended to - <a href="http://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a> - of the release bundles against the public <a href="https://www.apache.org/dist/maven/KEYS">KEYS</a> used by the Apache Maven - developers.</p> + <p>Otherwise, simply use the ready-made binary artifacts from <strong>central repository</strong>.</p> - <p>${project.name} is distributed under the <a href="http://www.apache.org/licenses/">Apache License, version 2.0</a>.</p> + <p><strong>${project.name}</strong> is distributed under the <a href="https://www.apache.org/licenses/">Apache License, version 2.0</a>.</p> - <p></p>We <b>strongly</b> encourage our users to configure a Maven repository mirror closer to their location, please read <a href="/guides/mini/guide-mirror-settings.html">How to Use Mirrors for Repositories</a>.</p> + <subsection name="Files"> - <a name="mirror"/> - <subsection name="Mirror"> + <p><strong>This plugin is retired. It is no longer maintained.</strong></p> - <p> - [if-any logo] - <a href="[link]"> - <img align="right" src="[logo]" border="0" - alt="logo"/> - </a> - [end] - The currently selected mirror is - <b>[preferred]</b>. - If you encounter a problem with this mirror, - please select another mirror. - If all mirrors are failing, there are - <i>backup</i> - mirrors - (at the end of the mirrors list) that should be available. - </p> - - <form action="[location]" method="get" id="SelectMirror"> - Other mirrors: - <select name="Preferred"> - [if-any http] - [for http] - <option value="[http]">[http]</option> - [end] - [end] - [if-any ftp] - [for ftp] - <option value="[ftp]">[ftp]</option> - [end] - [end] - [if-any backup] - [for backup] - <option value="[backup]">[backup] (backup)</option> - [end] - [end] - </select> - <input type="submit" value="Change"/> - </form> + <p>Historical releases can be found on our <a href="https://archive.apache.org/dist/maven/plugins/">archive site</a>.</p> - <p> - You may also consult the - <a href="http://www.apache.org/mirrors/">complete list of - mirrors.</a> + <p>It is essential that you <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of the downloaded file + using the checksum (.sha512 file) + or using the signature (.asc file) against the public <a href="https://downloads.apache.org/maven/KEYS">KEYS</a> used by the Apache Maven developers. </p> </subsection> - - <subsection name="${project.name} ${project.version}"> - - <p>This is the current stable version of ${project.name}.</p> - - <table> - <thead> - <tr> - <th></th> - <th>Link</th> - <th>Checksum</th> - <th>Signature</th> - </tr> - </thead> - <tbody> - <tr> - <td>${project.name} ${project.version} (Source zip)</td> - <td><a href="[preferred]maven/plugins/${project.artifactId}-${project.version}-source-release.zip">maven/plugins/${project.artifactId}-${project.version}-source-release.zip</a></td> - <td><a href="https://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha512">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha512</a></td> - <td><a href="https://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc</a></td> - </tr> - </tbody> - </table> - </subsection> - - <subsection name="Previous Versions"> - - <p>Older non-recommended releases can be found on our <a href="http://archive.apache.org/dist/maven/plugins/">archive site</a>.</p> - - </subsection> </section> </body> </document>