Skip to content
Merged
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
4 changes: 2 additions & 2 deletions content/markdown/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To see the most up-to-date list browse the Maven repository, specifically the [`
| **Packaging types/tools** || | | **These plugins relate to packaging respective artifact types.** |||
| [ `ear`](/plugins/maven-ear-plugin/) | B | 3.4.0 | 2025-06-16 | Generate an EAR from the current project. | [Git](https://gitbox.apache.org/repos/asf/maven-ear-plugin.git) / [GitHub](https://github.com/apache/maven-ear-plugin/) | [GitHub Issues](https://github.com/apache/maven-ear-plugin/issues) |
| [ `ejb`](/plugins/maven-ejb-plugin/) | B | 3.3.0 | 2025-11-16 | Build an EJB (and optional client) from the current project. | [Git](https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git) / [GitHub](https://github.com/apache/maven-ejb-plugin/) | [GitHub Issues](https://github.com/apache/maven-ejb-plugin/issues)
| [ `jar`](/plugins/maven-jar-plugin/) | B | 3.5.0 | 2025-11-11 | Build a JAR from the current project. | [Git](https://gitbox.apache.org/repos/asf/maven-jar-plugin.git) / [GitHub](https://github.com/apache/maven-jar-plugin/) | [GitHub Issues](https://github.com/apache/maven-jar-plugin/issues)
| [ `jar`](/plugins/maven-jar-plugin/) | B | 3.5.1 | 2026-07-19 | Build a JAR from the current project. | [Git](https://gitbox.apache.org/repos/asf/maven-jar-plugin.git) / [GitHub](https://github.com/apache/maven-jar-plugin/) | [GitHub Issues](https://github.com/apache/maven-jar-plugin/issues) |
| [ `rar`](/plugins/maven-rar-plugin/) | B | 3.1.0 | 2025-11-15 | Build a RAR from the current project. | [Git](https://gitbox.apache.org/repos/asf/maven-rar-plugin.git) / [GitHub](https://github.com/apache/maven-rar-plugin/) | [GitHub Issues](https://github.com/apache/maven-rar-plugin/issues) |
| [ `war`](/plugins/maven-war-plugin/) | B | 3.5.1 | 2025-11-24 | Build a WAR from the current project. | [Git](https://gitbox.apache.org/repos/asf/maven-war-plugin.git) / [GitHub](https://github.com/apache/maven-war-plugin/) | [GitHub Issues](https://github.com/apache/maven-war-plugin/issues)
| [ `app-client/acr`](/plugins/maven-acr-plugin/) | B | 3.2.0 | 2025-11-25 | Build a JavaEE application client from the current project. | [Git](https://gitbox.apache.org/repos/asf/maven-acr-plugin.git) / [GitHub](https://github.com/apache/maven-acr-plugin/) | [GitHub Issues](https://github.com/apache/maven-acr-plugin/issues) |
Expand Down Expand Up @@ -89,7 +89,7 @@ To see the most up-to-date list browse the Maven repository, specifically the [`
| [ `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.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) |
| [ `toolchains`](/plugins/maven-toolchains-plugin/) | B | 3.3.0 | 2026-07-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) |

\* **B**uild or **R**eporting plugin
Expand Down