Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/markdown/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To see the most up-to-date list browse the Maven repository, specifically the [`
| [ `dependency`](/plugins/maven-dependency-plugin/) | B+R | 3.11.0 | 2026-05-24 | Dependency manipulation (copy, unpack) and analysis. | [Git](https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git) / [GitHub](https://github.com/apache/maven-dependency-plugin/) | [GitHub Issues](https://github.com/apache/maven-dependency-plugin/issues) |
| [ `enforcer`](/enforcer/maven-enforcer-plugin/) | B | 3.6.3 | 2026-05-15 | Environmental constraint checking (Maven Version, JDK etc), User Custom Rule Execution. | [Git](https://gitbox.apache.org/repos/asf/maven-enforcer.git) / [GitHub](https://github.com/apache/maven-enforcer/) | [GitHub Issues](https://github.com/apache/maven-enforcer/issues) |
| [ `gpg`](/plugins/maven-gpg-plugin/) | B | 3.2.8 | 2025-06-28 | Create signatures for the artifacts and poms. | [Git](https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git) / [GitHub](https://github.com/apache/maven-gpg-plugin/) | [GitHub Issues](https://github.com/apache/maven-gpg-plugin/issues) |
| [ `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) |
| [ `help`](/plugins/maven-help-plugin/) | B | 3.5.2 | 2026-06-30 | 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.10.1 | 2026-05-02 | 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 | 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)
Expand Down
2 changes: 1 addition & 1 deletion content/markdown/shared/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The shared components are currently under transition to Maven 3.x only component
| [ `maven-dependency-analyzer`](/shared/maven-dependency-analyzer/) | 1.17.1 | 2026-05-12 | Maven Dependency Analyzer component. | [Git](https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git) / [GitHub](https://github.com/apache/maven-dependency-analyzer/) | [GitHub Issues](https://github.com/apache/maven-dependency-analyzer/issues) |
| [ `maven-dependency-tree`](/shared/maven-dependency-tree/) | 3.3.0 | 2024-05-29 | Maven Dependency Tree constructs a tree model of a Maven project's dependencies. | [Git](https://gitbox.apache.org/repos/asf/maven-dependency-tree.git) / [GitHub](https://github.com/apache/maven-dependency-tree/) | [GitHub Issues](https://github.com/apache/maven-dependency-tree/issues) |
| [ `maven-doxia-tools`](/doxia/doxia-sitetools/doxia-integration-tools/) | || moved to [ `doxia-integration-tools`](/doxia/doxia-sitetools/doxia-integration-tools/) || |
| [ `maven-filtering`](/shared/maven-filtering/) | 3.5.0 | 2026-03-02 | Components for filtering resources. | [Git](https://gitbox.apache.org/repos/asf/maven-filtering.git) / [GitHub](https://github.com/apache/maven-filtering/) | [GitHub Issues](https://github.com/apache/maven-filtering/issues)
| [ `maven-filtering`](/shared/maven-filtering/) | 3.5.1 | 2026-06-30 | Components for filtering resources. | [Git](https://gitbox.apache.org/repos/asf/maven-filtering.git) / [GitHub](https://github.com/apache/maven-filtering/) | [GitHub Issues](https://github.com/apache/maven-filtering/issues) |
| [ `maven-invoker`](/shared/maven-invoker/) | 3.3.0 | 2024-05-07 | Fires up a Maven build in a new JVM (replaced by [`maven-executor`](/executor/)). | [Git](https://gitbox.apache.org/repos/asf/maven-invoker.git) / [GitHub](https://github.com/apache/maven-invoker/) | [GitHub Issues](https://github.com/apache/maven-invoker/issues) |
| [ `maven-jarsigner`](/shared/maven-jarsigner/) | 3.1.0 | 2024-08-15 | This component provides some utilities to sign/verify jars/files in your Mojos. | [Git](https://gitbox.apache.org/repos/asf/maven-jarsigner.git) / [GitHub](https://github.com/apache/maven-jarsigner/) | [GitHub Issues](https://github.com/apache/maven-jarsigner/issues) |
| [ `maven-mapping`](/shared/maven-mapping/) | 3.0.0 | 2015-11-19 | A shared component for all plugins that need to do mapping. | [Git](https://gitbox.apache.org/repos/asf/maven-mapping.git) / [GitHub](https://github.com/apache/maven-mapping/) | [GitHub Issues](https://github.com/apache/maven-mapping/issues) |
Expand Down