Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jira to GitHub issues - next part #706

Merged
merged 1 commit into from
Feb 24, 2025
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
6 changes: 3 additions & 3 deletions content/apt/plugins/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ Available Plugins
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
| {{{/plugins/maven-compiler-plugin/} <<<compiler>>>}} | B | 3.14.0 | 2025-02-17 | Compiles Java sources. | {{{https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git}Git}} / {{{https://github.com/apache/maven-compiler-plugin/}GitHub}} | {{{https://github.com/apache/maven-compiler-plugin/issues}GitHub Issues}}
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
| {{{/plugins/maven-deploy-plugin/} <<<deploy>>>}} | B | 3.1.3 | 2024-08-19 | Deploy the built artifact to the remote repository. | {{{https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git}Git}} / {{{https://github.com/apache/maven-deploy-plugin/}GitHub}} | {{{https://issues.apache.org/jira/browse/MDEPLOY}Jira MDEPLOY}}
| {{{/plugins/maven-deploy-plugin/} <<<deploy>>>}} | B | 3.1.3 | 2024-08-19 | Deploy the built artifact to the remote repository. | {{{https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git}Git}} / {{{https://github.com/apache/maven-deploy-plugin/}GitHub}} | {{{https://github.com/apache/maven-deploy-plugin/issues}GitHub Issues}}
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
| {{{/surefire/maven-failsafe-plugin/} <<<failsafe>>>}} | B | 3.5.2 | 2024-10-30 | Run the JUnit integration tests in an isolated classloader. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} / {{{https://github.com/apache/maven-surefire/}GitHub}} | {{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
| {{{/plugins/maven-install-plugin/} <<<install>>>}} | B | 3.1.3 | 2024-08-19 | Install the built artifact into the local repository. | {{{https://gitbox.apache.org/repos/asf/maven-install-plugin.git}Git}} / {{{https://github.com/apache/maven-install-plugin/}GitHub}} | {{{https://issues.apache.org/jira/browse/MINSTALL}Jira MINSTALL}}
| {{{/plugins/maven-install-plugin/} <<<install>>>}} | B | 3.1.3 | 2024-08-19 | Install the built artifact into the local repository. | {{{https://gitbox.apache.org/repos/asf/maven-install-plugin.git}Git}} / {{{https://github.com/apache/maven-install-plugin/}GitHub}} | {{{https://github.com/apache/maven-install-plugin/issues}GitHub Issues}}
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
| {{{/plugins/maven-resources-plugin/} <<<resources>>>}} | B | 3.3.1 | 2023-03-21 | Copy the resources to the output directory for including in the JAR. | {{{https://gitbox.apache.org/repos/asf/maven-resources-plugin.git}Git}} / {{{https://github.com/apache/maven-resources-plugin/}GitHub}} | {{{https://issues.apache.org/jira/browse/MRESOURCES}Jira MRESOURCES}}
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
Expand Down Expand Up @@ -129,7 +129,7 @@ Available Plugins
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
| {{{/plugin-tools/maven-plugin-report-plugin/} <<<plugin-report>>>}} | R | 3.15.1 | 2024-10-22 | Create a plugin documentation for any mojos found in the source tree. | {{{https://gitbox.apache.org/repos/asf/maven-plugin-tools.git}Git}} / {{{https://github.com/apache/maven-plugin-tools/}GitHub}} | {{{https://issues.apache.org/jira/browse/MPLUGIN}Jira MPLUGIN}}
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
| {{{/plugins/maven-project-info-reports-plugin/} <<<project-info-reports>>>}} | R | 3.8.0 | 2024-10-18 | Generate standard project reports. | {{{https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git}Git}} / {{{https://github.com/apache/maven-project-info-reports-plugin/}GitHub}} | {{{https://issues.apache.org/jira/browse/MPIR}Jira MPIR}}
| {{{/plugins/maven-project-info-reports-plugin/} <<<project-info-reports>>>}} | R | 3.8.0 | 2024-10-18 | Generate standard project reports. | {{{https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git}Git}} / {{{https://github.com/apache/maven-project-info-reports-plugin/}GitHub}} | {{{https://github.com/apache/maven-project-info-reports-plugin/issues}GitHub Issues}}
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
| {{{/surefire/maven-surefire-report-plugin/} <<<surefire-report>>>}} | R | 3.5.2 | 2024-10-30 | Generate a report based on the results of unit tests. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} / {{{https://github.com/apache/maven-surefire/}GitHub}} | {{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
Expand Down
12 changes: 6 additions & 6 deletions content/markdown/articles.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ under the License.

## Videos on Maven

| Title | Covers | Published | Authors | Watch the Video |
|:--------------------------------------------------------------|:----------------------:|:-------------------------------------:|:-------------------------|:----------------------------------------------------------------------------------|
| Maven Marvels: Project Generation at Warp Speed | Maven 3 and above | October 2024 | Giovanni van der Schelde | [Youtube](https://www.youtube.com/watch?v=R_MJTwish2c) |
| Wait no more, here comes Maven 4! | Maven 4 | October 2024 | Robert Scholte, Maarten Mulders | [Youtube](https://www.youtube.com/watch?v=P1nDlF2vg1I)
| How to use Apache Maven Toolchains in an Apache Maven Project | Maven 3.8.6 and above | July 2022 | Karl Heinz Marbaise | [Youtube](https://www.youtube.com/watch?v=-KbDcJcglPc) |
| Getting started with Apache Maven | Maven 2.2.1, and above | Packt Publishing (September 30, 2013) | Russell Gold | [Packt](https://www.youtube.com/playlist?list=PLTgRMOcmRb3OGBIfqPSZFk0Nn0B4xGZqs) |
| Title | Covers | Published | Authors | Watch the Video |
|:--------------------------------------------------------------|:----------------------:|:-------------------------------------:|:--------------------------------|:----------------------------------------------------------------------------------|
| Maven Marvels: Project Generation at Warp Speed | Maven 3 and above | October 2024 | Giovanni van der Schelde | [Youtube](https://www.youtube.com/watch?v=R_MJTwish2c) |
| Wait no more, here comes Maven 4! | Maven 4 | October 2024 | Robert Scholte, Maarten Mulders | [Youtube](https://www.youtube.com/watch?v=P1nDlF2vg1I) |
| How to use Apache Maven Toolchains in an Apache Maven Project | Maven 3.8.6 and above | July 2022 | Karl Heinz Marbaise | [Youtube](https://www.youtube.com/watch?v=-KbDcJcglPc) |
| Getting started with Apache Maven | Maven 2.2.1, and above | Packt Publishing (September 30, 2013) | Russell Gold | [Packt](https://www.youtube.com/playlist?list=PLTgRMOcmRb3OGBIfqPSZFk0Nn0B4xGZqs) |

## Articles on Maven

Expand Down
Loading