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/apt/plugins/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Available Plugins
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
| {{{/plugins/maven-toolchains-plugin/} <<<toolchains>>>}} | B | 3.2.0 | 2024-04-21 | Allows to share configuration across plugins. | {{{https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git}Git}} / {{{https://github.com/apache/maven-toolchains-plugin/}GitHub}} | {{{https://github.com/apache/maven-toolchains-plugin/issues}GitHub Issues}}
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
| {{{/plugins/maven-wrapper-plugin/} <<<wrapper>>>}} | B | 3.3.2 | 2024-05-24 | Download and unpack the maven wrapper distribution | {{{https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git}Git}} / {{{https://github.com/apache/maven-wrapper/}GitHub}} | {{{https://issues.apache.org/jira/browse/MWRAPPER}Jira MWRAPPER}}
| {{{/plugins/maven-wrapper-plugin/} <<<wrapper>>>}} | B | 3.3.2 | 2024-05-24 | Download and unpack the maven wrapper distribution | {{{https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git}Git}} / {{{https://github.com/apache/maven-wrapper/}GitHub}} | {{{https://github.com/apache/maven-wrapper/issues}GitHub Issues}}
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+

\* <<B>>uild or <<R>>eporting plugin
Expand Down
2 changes: 1 addition & 1 deletion content/markdown/scm.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ In addition, the [integration tests for the Maven core](/core-its/) have their o
| [Apache Maven Daemon](https://github.com/apache/maven-mvnd) | [`https://gitbox.apache.org/repos/asf/maven-mvnd.git`](https://gitbox.apache.org/repos/asf/maven-mvnd.git) | [GitHub](https://github.com/apache/maven-mvnd/) | [GitHub Issues](https://github.com/apache/maven-mvnd/issues) |
| [Apache Maven Resolver](/resolver/) | [`https://gitbox.apache.org/repos/asf/maven-resolver.git`](https://gitbox.apache.org/repos/asf/maven-resolver.git) | [GitHub](https://github.com/apache/maven-resolver/) | [JIRA MRESOLVER](https://issues.apache.org/jira/projects/MRESOLVER/) |
| [Apache Maven Resolver Ant Tasks](/resolver-ant-tasks/) | [`https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git`](https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git) | [GitHub](https://github.com/apache/maven-resolver-ant-tasks/) | [JIRA MRESOLVER](https://issues.apache.org/jira/projects/MRESOLVER/) |
| [Apache Maven Wrapper](/wrapper/) | [`https://gitbox.apache.org/repos/asf/maven-wrapper.git`](https://gitbox.apache.org/repos/asf/maven-wrapper.git) | [GitHub](https://github.com/apache/maven-wrapper/) | [JIRA MNG](https://issues.apache.org/jira/projects/MWRAPPER/) |
| [Apache Maven Wrapper](/wrapper/) | [`https://gitbox.apache.org/repos/asf/maven-wrapper.git`](https://gitbox.apache.org/repos/asf/maven-wrapper.git) | [GitHub](https://github.com/apache/maven-wrapper/) | [GitHub Issues](https://github.com/apache/maven-wrapper/issues) |

## Other Components

Expand Down
Loading