Skip to content
Closed
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 @@ -38,8 +38,8 @@ To see the most up-to-date list browse the Maven repository, specifically the [`
|:-----------------------------------------------------------------------|:----------|:--------------|:-----------------|:------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
| **Core plugins** || | | **Plugins corresponding to default core phases (ie. clean, compile). They may have multiple goals as well.** |||
| [ `clean`](/plugins/maven-clean-plugin/) | B | 3.5.0 | 2025-05-27 | Clean up after the build. | [Git](https://gitbox.apache.org/repos/asf/maven-clean-plugin.git) / [GitHub](https://github.com/apache/maven-clean-plugin/) | [GitHub Issues](https://github.com/apache/maven-clean-plugin/issues) |
| [ `compiler`](/plugins/maven-compiler-plugin/) | B | 3.15.0 | 2026-01-27 | Compiles Java sources. | [Git](https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git) / [GitHub](https://github.com/apache/maven-compiler-plugin/) | [GitHub Issues](https://github.com/apache/maven-compiler-plugin/issues)
| [ `compiler 4.x`](/plugins/maven-compiler-plugin-4.x/) | B | 4.0.0-beta-4 | 2026-01-27 | Compiles Java sources. | [Git](https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git) / [GitHub](https://github.com/apache/maven-compiler-plugin/) | [GitHub Issues](https://github.com/apache/maven-compiler-plugin/issues)
| [ `compiler`](/plugins/maven-compiler-plugin/) | B | 3.16.0 | 2026-08-30 | Compiles Java sources. | [Git](https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git) / [GitHub](https://github.com/apache/maven-compiler-plugin/) | [GitHub Issues](https://github.com/apache/maven-compiler-plugin/issues) |
| [ `compiler 4.x`](/plugins/maven-compiler-plugin-4.x/) | B | 4.0.0-beta-5 | 2026-08-26 | Compiles Java sources. | [Git](https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git) / [GitHub](https://github.com/apache/maven-compiler-plugin/) | [GitHub Issues](https://github.com/apache/maven-compiler-plugin/issues) |
| [ `deploy`](/plugins/maven-deploy-plugin/) | B | 3.1.4 | 2025-02-23 | Deploy the built artifact to the remote repository. | [Git](https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git) / [GitHub](https://github.com/apache/maven-deploy-plugin/) | [GitHub Issues](https://github.com/apache/maven-deploy-plugin/issues) |
| [ `failsafe`](/surefire/maven-failsafe-plugin/) | B | 3.6.0-M1 | 2026-06-02 | Run the JUnit integration tests in an isolated classloader. | [Git](https://gitbox.apache.org/repos/asf/maven-surefire.git) / [GitHub](https://github.com/apache/maven-surefire/) | [GitHub Issues](https://github.com/apache/maven-surefire/issues)
| [ `install`](/plugins/maven-install-plugin/) | B | 3.1.4 | 2025-02-24 | Install the built artifact into the local repository. | [Git](https://gitbox.apache.org/repos/asf/maven-install-plugin.git) / [GitHub](https://github.com/apache/maven-install-plugin/) | [GitHub Issues](https://github.com/apache/maven-install-plugin/issues) |
Expand Down