This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch upd1 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit caa222f8a8e88e96a5698e38d58f75bd2b5624ea Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Jan 3 15:40:20 2026 +0100 Update recently released projects --- content/markdown/plugins/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/markdown/plugins/index.md b/content/markdown/plugins/index.md index ede80075..d22563e8 100644 --- a/content/markdown/plugins/index.md +++ b/content/markdown/plugins/index.md @@ -57,14 +57,14 @@ To see the most up-to-date list browse the Maven repository, specifically the [` | [ `shade`](/plugins/maven-shade-plugin/) | B | 3.6.1 | 2024-09-14 | Build an Uber-JAR from the current project, including dependencies. | [Git](https://gitbox.apache.org/repos/asf/maven-shade-plugin.git) / [GitHub](https://github.com/apache/maven-shade-plugin/) | [GitHub Issues](https://github.com/apache/maven-shade-plugin/issues) | | [ `source`](/plugins/maven-source-plugin/) | B | 3.4.0 | 2025-11-22 | Build a source-JAR from the current project. | [Git](https://gitbox.apache.org/repos/asf/maven-source-plugin.git) / [GitHub](https://github.com/apache/maven-source-plugin/) | [GitHub Issues](https://github.com/apache/maven-source-plugin/issues) | | [ `jlink`](/plugins/maven-jlink-plugin/) | B | 3.2.0 | 2024-02-01 | Build Java Run Time Image. | [Git](https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git) / [GitHub](https://github.com/apache/maven-jlink-plugin/) | [GitHub Issues](https://github.com/apache/maven-jlink-plugin/issues) | -| [ `jmod`](/plugins/maven-jmod-plugin/) | B | 3.0.0-alpha-1 | 2017-09-17 | Build Java JMod files. | [Git](https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git) / [GitHub](https://github.com/apache/maven-jmod-plugin/) | [GitHub Issues](https://github.com/apache/maven-jmod-plugin/issues) | +| [ `jmod`](/plugins/maven-jmod-plugin/) | B | 3.0.0 | 2025-12-22 | Build Java JMod files. | [Git](https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git) / [GitHub](https://github.com/apache/maven-jmod-plugin/) | [GitHub Issues](https://github.com/apache/maven-jmod-plugin/issues) | **Reporting plugins** || | | **Plugins which generate reports, are configured as reports in the POM and run under the site generation lifecycle.** ||| | [ `changelog`](/plugins/maven-changelog-plugin/) | R | 3.0.0-M1 | 2024-12-30 | Generate a list of recent changes from your SCM. | [Git](https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git) / [GitHub](https://github.com/apache/maven-changelog-plugin/) | [GitHub Issues](https://github.com/apache/maven-changelog-plugin/issues) | | [ `changes`](/plugins/maven-changes-plugin/) | B+R | 3.0.0-M3 | 2025-05-12 | Generate a report from an issue tracker or a change document. | [Git](https://gitbox.apache.org/repos/asf/maven-changes-plugin.git) / [GitHub](https://github.com/apache/maven-changes-plugin/) | [GitHub Issues](https://github.com/apache/maven-changes-plugin/issues) | | [ `checkstyle`](/plugins/maven-checkstyle-plugin/) | B+R | 3.6.0 | 2024-10-22 | Generate a Checkstyle report. | [Git](https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git) / [GitHub](https://github.com/apache/maven-checkstyle-plugin/) | [GitHub Issues](https://github.com/apache/maven-checkstyle-plugin/issues) | | [ `doap`](/plugins/maven-doap-plugin/) | B | 3.0.0-M1 | 2025-11-24 | Generate a Description of a Project (DOAP) file from a POM. | [Git](https://gitbox.apache.org/repos/asf/maven-doap-plugin.git) / [GitHub](https://github.com/apache/maven-doap-plugin/) | [GitHub Issues](https://github.com/apache/maven-doap-plugin/issues) | | [ `javadoc`](/plugins/maven-javadoc-plugin/) | B+R | 3.12.0 | 2025-09-16 | Generate Javadoc for the project. | [Git](https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git) / [GitHub](https://github.com/apache/maven-javadoc-plugin/) | [GitHub Issues](https://github.com/apache/maven-javadoc-plugin/issues) -| [ `jdeps`](/plugins/maven-jdeps-plugin/) | B | 3.1.2 | 2019-06-12 | Run JDK's JDeps tool on the project. | [Git](https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git) / [GitHub](https://github.com/apache/maven-jdeps-plugin/) | [GitHub Issues](https://github.com/apache/maven-jdeps-plugin/issues) | +| [ `jdeps`](/plugins/maven-jdeps-plugin/) | B | 3.2.0 | 2025-12-28 | Run JDK's JDeps tool on the project. | [Git](https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git) / [GitHub](https://github.com/apache/maven-jdeps-plugin/) | [GitHub Issues](https://github.com/apache/maven-jdeps-plugin/issues) | [ `jxr`](/jxr/maven-jxr-plugin/) | R | 3.6.0 | 2024-10-22 | Generate a source cross reference. | [Git](https://gitbox.apache.org/repos/asf/maven-jxr.git) / [GitHub](https://github.com/apache/maven-jxr/) | [GitHub Issues](https://github.com/apache/maven-jxr/issues) | | [ `pmd`](/plugins/maven-pmd-plugin/) | B+R | 3.28.0 | 2025-10-07 | Generate a PMD/CPD report. | [Git](https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git) / [GitHub](https://github.com/apache/maven-pmd-plugin/) | [GitHub Issues](https://github.com/apache/maven-pmd-plugin/issues) | [ `plugin-report`](/plugin-tools/maven-plugin-report-plugin/) | R | 3.15.2 | 2025-10-20 | Create a plugin documentation for any mojos found in the source tree. | [Git](https://gitbox.apache.org/repos/asf/maven-plugin-tools.git) / [GitHub](https://github.com/apache/maven-plugin-tools/) | [GitHub Issues](https://github.com/apache/maven-plugin-tools/issues) @@ -81,13 +81,13 @@ To see the most up-to-date list browse the Maven repository, specifically the [` | [ `help`](/plugins/maven-help-plugin/) | B | 3.5.1 | 2024-10-18 | Get information about the working environment for the project. | [Git](https://gitbox.apache.org/repos/asf/maven-help-plugin.git) / [GitHub](https://github.com/apache/maven-help-plugin/) | [GitHub Issues](https://github.com/apache/maven-help-plugin/issues) | | [ `invoker`](/plugins/maven-invoker-plugin/) | B+R | 3.9.1 | 2025-06-23 | Run a set of Maven projects and verify the output. | [Git](https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git) / [GitHub](https://github.com/apache/maven-invoker-plugin/) | [GitHub Issues](https://github.com/apache/maven-invoker-plugin/issues) | | [ `jarsigner`](/plugins/maven-jarsigner-plugin/) | B | 3.1.0 | 2024-09-03 | Signs or verifies project artifacts. | [Git](https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git) / [GitHub](https://github.com/apache/maven-jarsigner-plugin/) | [GitHub Issues](https://github.com/apache/maven-jarsigner-plugin/issues) | -| [ `jdeprscan`](/plugins/maven-jdeprscan-plugin/) | B | 3.0.0-alpha-1 | 2017-11-15 | Run JDK's JDeprScan tool on the project. | [Git](https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git) / [GitHub](https://github.com/apache/maven-jdeprscan-plugin/) | [GitHub Issues](https://github.com/apache/maven-jdeprscan-plugin/issues) | +| [ `jdeprscan`](/plugins/maven-jdeprscan-plugin/) | B | 3.0.0 | 2025-12-22 | Run JDK's JDeprScan tool on the project. | [Git](https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git) / [GitHub](https://github.com/apache/maven-jdeprscan-plugin/) | [GitHub Issues](https://github.com/apache/maven-jdeprscan-plugin/issues) | [ `plugin`](/plugin-tools/maven-plugin-plugin/) | B | 3.15.2 | 2025-10-20 | Create a Maven plugin descriptor for any mojos found in the source tree, to include in the JAR. | [Git](https://gitbox.apache.org/repos/asf/maven-plugin-tools.git) / [GitHub](https://github.com/apache/maven-plugin-tools/) | [GitHub Issues](https://github.com/apache/maven-plugin-tools/issues) | [ `release`](/plugins/maven-release-plugin/) | B | 3.3.1 | 2025-12-09 | Release the current project - updating the POM and tagging in the SCM. | [Git](https://gitbox.apache.org/repos/asf/maven-release.git) / [GitHub](https://github.com/apache/maven-release/) | [GitHub Issues](https://github.com/apache/maven-release/issues) | [ `remote-resources`](/plugins/maven-remote-resources-plugin/) | B | 3.3.0 | 2024-12-30 | Copy remote resources to the output directory for inclusion in the artifact. | [Git](https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git) / [GitHub](https://github.com/apache/maven-remote-resources-plugin/) | [GitHub Issues](https://github.com/apache/maven-remote-resources-plugin/issues) | | [ `scm`](/scm/maven-scm-plugin/) | B | 2.2.1 | 2025-09-19 | Execute SCM commands for the current project. | [Git](https://gitbox.apache.org/repos/asf/maven-scm.git ) / [GitHub](https://github.com/apache/maven-scm/) | [GitHub Issues](https://github.com/apache/maven-scm/issues) | [ `scm-publish`](/plugins/maven-scm-publish-plugin/) | B | 3.3.0 | 2024-06-16 | Publish your Maven website to a scm location. | [Git](https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git) / [GitHub](https://github.com/apache/maven-scm-publish-plugin/) | [GitHub Issues](https://github.com/apache/maven-scm-publish-plugin/issues) | -| [ `scripting`](/plugins/maven-scripting-plugin/) | B | 3.0.0 | 2021-03-01 | The Maven Scripting Plugin wraps the Scripting API according to JSR223. | [Git](https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git) / [GitHub](https://github.com/apache/maven-scripting-plugin/) | [GitHub Issues](https://github.com/apache/maven-scripting-plugin/issues) | +| [ `scripting`](/plugins/maven-scripting-plugin/) | B | 3.1.0 | 2025-12-22 | The Maven Scripting Plugin wraps the Scripting API according to JSR223. | [Git](https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git) / [GitHub](https://github.com/apache/maven-scripting-plugin/) | [GitHub Issues](https://github.com/apache/maven-scripting-plugin/issues) | [ `stage`](/plugins/maven-stage-plugin/) | B | 1.0 | 2015-03-03 | Assists with release staging and promotion. | [Git](https://gitbox.apache.org/repos/asf/maven-stage-plugin.git) / [GitHub](https://github.com/apache/maven-stage-plugin/) | [GitHub Issues](https://github.com/apache/maven-stage-plugin/issues) | | [ `toolchains`](/plugins/maven-toolchains-plugin/) | B | 3.2.0 | 2024-04-21 | Allows to share configuration across plugins. | [Git](https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git) / [GitHub](https://github.com/apache/maven-toolchains-plugin/) | [GitHub Issues](https://github.com/apache/maven-toolchains-plugin/issues) | | [ `wrapper`](/tools/wrapper/maven-wrapper-plugin/) | B | 3.3.4 | 2025-09-08 | Download and unpack the maven wrapper distribution | [Git](https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git) / [GitHub](https://github.com/apache/maven-wrapper/) | [GitHub Issues](https://github.com/apache/maven-wrapper/issues) |
