[jira] [Created] (MNG-7354) Refactor MavenCli to ease extensibility

2021-12-07 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-7354: Summary: Refactor MavenCli to ease extensibility Key: MNG-7354 URL: https://issues.apache.org/jira/browse/MNG-7354 Project: Maven Issue Type: Improvement

[jira] [Commented] (WAGON-612) Update jsoup to >= 1.14.2 for fix security issue

2021-12-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/WAGON-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455002#comment-17455002 ] Michael Osipov commented on WAGON-612: -- No, because Maven is not affected. If your st

[jira] [Commented] (MRESOLVER-229) Improve the download speed by downloading poms & jars in parallel as a warm-up

2021-12-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454999#comment-17454999 ] Michael Osipov commented on MRESOLVER-229: -- Alright, let me get back to you a

[jira] [Updated] (MNG-7350) Introduce a factory for ModelCache

2021-12-07 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7350: - Fix Version/s: 3.9.0 (was: 3.8.x-candidate) > Introduce a factory for ModelC

[GitHub] [maven-checkstyle-plugin] dependabot[bot] opened a new pull request #58: Bump checkstyle from 9.1 to 9.2

2021-12-07 Thread GitBox
dependabot[bot] opened a new pull request #58: URL: https://github.com/apache/maven-checkstyle-plugin/pull/58 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle's r

[jira] [Commented] (WAGON-612) Update jsoup to >= 1.14.2 for fix security issue

2021-12-07 Thread komal kumbhar (Jira)
[ https://issues.apache.org/jira/browse/WAGON-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454971#comment-17454971 ] komal kumbhar commented on WAGON-612: - Hi, Any update on this issue? > Update jsoup

[GitHub] [maven] gnodet closed pull request #570: [MNG-7285] - Test showcasing regression

2021-12-07 Thread GitBox
gnodet closed pull request #570: URL: https://github.com/apache/maven/pull/570 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [maven] gnodet commented on pull request #570: [MNG-7285] - Test showcasing regression

2021-12-07 Thread GitBox
gnodet commented on pull request #570: URL: https://github.com/apache/maven/pull/570#issuecomment-988520316 This test has been integrated into #627 and #628. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [maven] gnodet commented on pull request #476: [MNG-7156] Parallel build can cause issues between clean and forked g…

2021-12-07 Thread GitBox
gnodet commented on pull request #476: URL: https://github.com/apache/maven/pull/476#issuecomment-988519526 Superseded by #628 for 3.x and #627 for master. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [maven] gnodet closed pull request #476: [MNG-7156] Parallel build can cause issues between clean and forked g…

2021-12-07 Thread GitBox
gnodet closed pull request #476: URL: https://github.com/apache/maven/pull/476 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [maven] gnodet closed pull request #578: [MNG-7285] [3.8.x] Replace ThreadLocal in MavenProject with locking in MojoExecutor to fix MNG-6843

2021-12-07 Thread GitBox
gnodet closed pull request #578: URL: https://github.com/apache/maven/pull/578 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [maven] gnodet commented on pull request #578: [MNG-7285] [3.8.x] Replace ThreadLocal in MavenProject with locking in MojoExecutor to fix MNG-6843

2021-12-07 Thread GitBox
gnodet commented on pull request #578: URL: https://github.com/apache/maven/pull/578#issuecomment-988519386 Superseded by #628 for 3.x and #627 for master. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[jira] [Updated] (MNG-7156) Parallel build can cause issues between clean and forked goals

2021-12-07 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-7156: - Fix Version/s: 4.0.0-alpha-1 3.8.x-candidate > Parallel build can cause issues b

[GitHub] [maven] gnodet commented on pull request #632: [MNG-7351] clarify differences between MojoFailureException and MojoExecutionException in javadoc

2021-12-07 Thread GitBox
gnodet commented on pull request #632: URL: https://github.com/apache/maven/pull/632#issuecomment-988515507 @kwin I think it would be interesting to add pointers to the code where those exceptions are actually handled ? I must admit I tried to find them but I haven't been able to find them

[GitHub] [maven] gnodet commented on a change in pull request #631: [MNG-7129] Maven cache docs updates

2021-12-07 Thread GitBox
gnodet commented on a change in pull request #631: URL: https://github.com/apache/maven/pull/631#discussion_r764559278 ## File path: maven-caching-extension/src/site/markdown/GETTING-STARTED.md ## @@ -0,0 +1,69 @@ + + +## Getting Started + +To on-board incremental Maven you nee

[GitHub] [maven-archetype] dependabot[bot] opened a new pull request #88: Bump maven-plugin-testing-harness from 2.1 to 3.3.0

2021-12-07 Thread GitBox
dependabot[bot] opened a new pull request #88: URL: https://github.com/apache/maven-archetype/pull/88 Bumps [maven-plugin-testing-harness](https://github.com/apache/maven-plugin-testing) from 2.1 to 3.3.0. Commits https://github.com/apache/maven-plugin-testing/commit/7733ae9d

[GitHub] [maven-resources-plugin] dependabot[bot] opened a new pull request #10: Bump aether-api from 0.9.0.M2 to 1.1.0

2021-12-07 Thread GitBox
dependabot[bot] opened a new pull request #10: URL: https://github.com/apache/maven-resources-plugin/pull/10 Bumps aether-api from 0.9.0.M2 to 1.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.

[GitHub] [maven-help-plugin] dependabot[bot] opened a new pull request #40: Bump mrm-maven-plugin from 1.2.0 to 1.3.0

2021-12-07 Thread GitBox
dependabot[bot] opened a new pull request #40: URL: https://github.com/apache/maven-help-plugin/pull/40 Bumps [mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.2.0 to 1.3.0. Release notes Sourced from https://github.com/mojohaus/mrm/releases";>mrm-maven-plugin's releases

[jira] [Comment Edited] (MRESOLVER-229) Improve the download speed by downloading poms & jars in parallel as a warm-up

2021-12-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454942#comment-17454942 ] wei cai edited comment on MRESOLVER-229 at 12/8/21, 3:59 AM: ---

[GitHub] [maven-javadoc-plugin] dependabot[bot] opened a new pull request #110: Bump doxia-sink-api from 1.9.1 to 1.11.1

2021-12-07 Thread GitBox
dependabot[bot] opened a new pull request #110: URL: https://github.com/apache/maven-javadoc-plugin/pull/110 Bumps [doxia-sink-api](https://github.com/apache/maven-doxia) from 1.9.1 to 1.11.1. Commits https://github.com/apache/maven-doxia/commit/84c3babdeeadafb546985e00353c1dc

[jira] [Commented] (MRESOLVER-229) Improve the download speed by downloading poms & jars in parallel as a warm-up

2021-12-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454942#comment-17454942 ] wei cai commented on MRESOLVER-229: --- My misunderstanding, maven downloads jars in pa

[GitHub] [maven-filtering] dependabot[bot] commented on pull request #24: Bump mavenVersion from 3.2.5 to 3.8.4

2021-12-07 Thread GitBox
dependabot[bot] commented on pull request #24: URL: https://github.com/apache/maven-filtering/pull/24#issuecomment-988360211 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a

[GitHub] [maven-filtering] slachiewicz closed pull request #24: Bump mavenVersion from 3.2.5 to 3.8.4

2021-12-07 Thread GitBox
slachiewicz closed pull request #24: URL: https://github.com/apache/maven-filtering/pull/24 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues

[GitHub] [maven-filtering] dependabot[bot] opened a new pull request #24: Bump mavenVersion from 3.2.5 to 3.8.4

2021-12-07 Thread GitBox
dependabot[bot] opened a new pull request #24: URL: https://github.com/apache/maven-filtering/pull/24 Bumps `mavenVersion` from 3.2.5 to 3.8.4. Updates `maven-core` from 3.2.5 to 3.8.4 Commits https://github.com/apache/maven/commit/9b656c72d54e5bacbed989b64718c159fe39b537";>

[GitHub] [maven-release] pzygielo commented on pull request #88: Remove unused formal parameters

2021-12-07 Thread GitBox
pzygielo commented on pull request #88: URL: https://github.com/apache/maven-release/pull/88#issuecomment-988287166 May I ask for review, please? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Created] (MWRAPPER-30) Add help mojo

2021-12-07 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MWRAPPER-30: --- Summary: Add help mojo Key: MWRAPPER-30 URL: https://issues.apache.org/jira/browse/MWRAPPER-30 Project: Maven Wrapper Issue Type: Improvement

[jira] [Created] (MWRAPPER-29) Project should build successfully with verify goal

2021-12-07 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MWRAPPER-29: --- Summary: Project should build successfully with verify goal Key: MWRAPPER-29 URL: https://issues.apache.org/jira/browse/MWRAPPER-29 Project: Maven Wrappe

[jira] [Comment Edited] (MRESOURCES-237) Resource plugin's handling of symbolic links changed in 3.0.x, broke existing behavior

2021-12-07 Thread Jimisola Laursen (Jira)
[ https://issues.apache.org/jira/browse/MRESOURCES-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454788#comment-17454788 ] Jimisola Laursen edited comment on MRESOURCES-237 at 12/7/21, 6:24 PM:

[jira] [Commented] (MRESOURCES-237) Resource plugin's handling of symbolic links changed in 3.0.x, broke existing behavior

2021-12-07 Thread Jimisola Laursen (Jira)
[ https://issues.apache.org/jira/browse/MRESOURCES-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454788#comment-17454788 ] Jimisola Laursen commented on MRESOURCES-237: - [~slachiewicz] It does not

[jira] [Resolved] (MSCRIPTING-8) Support scriptResource

2021-12-07 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MSCRIPTING-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte resolved MSCRIPTING-8. - Fix Version/s: 3.0.1 Resolution: Fixed Fixed in [028a9003433ade64782ab9c13ae5c6

[jira] [Commented] (MRESOLVER-229) Improve the download speed by downloading poms & jars in parallel as a warm-up

2021-12-07 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454458#comment-17454458 ] Michael Osipov commented on MRESOLVER-229: -- Can you explain why you consider