[GitHub] [maven-resolver] caiwei-ebay opened a new pull request #158: MRESOLVER-247: Introduce skipper to avoid unnecessary dependency reso…

2022-03-07 Thread GitBox
caiwei-ebay opened a new pull request #158: URL: https://github.com/apache/maven-resolver/pull/158 …lution -- 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,

[jira] [Comment Edited] (MRESOLVER-228) Improve the maven dependency resolution speed by a skip & reconcile approach

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502767#comment-17502767 ] wei cai edited comment on MRESOLVER-228 at 3/8/22, 7:51 AM: As solution in

[jira] [Comment Edited] (MRESOLVER-228) Improve the maven dependency resolution speed by a skip & reconcile approach

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502767#comment-17502767 ] wei cai edited comment on MRESOLVER-228 at 3/8/22, 7:49 AM: As solution in

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution by a Skip solution based on BFS

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Description: h1. *Background* This Jira is related with MRESOLVER-240 and MRESOLVER-228 There

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution by a Skip solution based on BFS

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Attachment: (was: skip-duplicate-1.png) > Avoid unnecessary dependency resolution by a Skip

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution by a Skip solution based on BFS

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Attachment: skip-duplicate.png > Avoid unnecessary dependency resolution by a Skip solution based

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution by a Skip solution based on BFS

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Attachment: skip-duplicate-1.png > Avoid unnecessary dependency resolution by a Skip solution based

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution by a Skip solution based on BFS

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Attachment: (was: skip-duplicate.png) > Avoid unnecessary dependency resolution by a Skip

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution by a Skip solution based on BFS

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Description: h1. *Background* This Jira is related with MRESOLVER-240 and MRESOLVER-228 There

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution by a Skip solution based on BFS

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Description: h1. *Background* This Jira is related with MRESOLVER-240 and MRESOLVER-228 There

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution by a Skip solution based on BFS

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Description: h1. *Background* This Jira is related with MRESOLVER-240 and MRESOLVER-228 There

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution by a Skip solution based on BFS

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Description: h1. *Background* This Jira is related with MRESOLVER-240 and MRESOLVER-228 There

[GitHub] [maven] kwin commented on pull request #689: [NOT FOR MERGE] Example of Maven BOMs

2022-03-07 Thread GitBox
kwin commented on pull request #689: URL: https://github.com/apache/maven/pull/689#issuecomment-1061487375 IMHO a BOM should only manage those dependencies which cannot be overridden through the plugin classloader as they are always determined from the Maven Core classloader. That is not

[jira] [Commented] (SUREFIRE-2033) Regression: 3.0.0-M5 misidentifies JUnit 5 configuration as JUnit 4

2022-03-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502770#comment-17502770 ] Slawomir Jaranowski commented on SUREFIRE-2033: --- You can manually select provider by add

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution by a Skip solution based on BFS

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Summary: Avoid unnecessary dependency resolution by a Skip solution based on BFS (was: Avoid

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Description: This Jira is related with https://issues.apache.org/jira/browse/MRESOLVER-240 and

[jira] [Commented] (MRESOLVER-228) Improve the maven dependency resolution speed by a skip & reconcile approach

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502767#comment-17502767 ] wei cai commented on MRESOLVER-228: --- As solution in this Jira is based on DFS, created another Jira

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Attachment: exclusion-matters.png skip-version-conflicts.png

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Attachment: (was: Blank diagram (53).png) > Avoid unnecessary dependency resolution >

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Attachment: (was: Blank diagram (55).png) > Avoid unnecessary dependency resolution >

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Attachment: (was: Blank diagram (54).png) > Avoid unnecessary dependency resolution >

[jira] [Updated] (MRESOLVER-247) Avoid unnecessary dependency resolution

2022-03-07 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wei cai updated MRESOLVER-247: -- Attachment: Blank diagram (55).png Blank diagram (54).png Blank

[jira] [Created] (MRESOLVER-247) Avoid unnecessary dependency resolution

2022-03-07 Thread wei cai (Jira)
wei cai created MRESOLVER-247: - Summary: Avoid unnecessary dependency resolution Key: MRESOLVER-247 URL: https://issues.apache.org/jira/browse/MRESOLVER-247 Project: Maven Resolver Issue Type:

[jira] [Commented] (MCOMPILER-426) dedicated option for enabling preview feature

2022-03-07 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502727#comment-17502727 ] Olivier Lamy commented on MCOMPILER-426: [~cguillaume] sounds good. ping me in your pull

[GitHub] [maven-checkstyle-plugin] dependabot[bot] opened a new pull request #70: Bump checkstyle from 9.3 to 10.0

2022-03-07 Thread GitBox
dependabot[bot] opened a new pull request #70: URL: https://github.com/apache/maven-checkstyle-plugin/pull/70 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 10.0. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases;>checkstyle's

[GitHub] [maven-surefire] olamy commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
olamy commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r821314009 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireHelper.java ## @@ -154,7 +155,11 @@ public static void

[jira] [Commented] (MCOMPILER-426) dedicated option for enabling preview feature

2022-03-07 Thread Jira
[ https://issues.apache.org/jira/browse/MCOMPILER-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502682#comment-17502682 ] Clément Guillaume commented on MCOMPILER-426: - Thank for implementing this. This feature

[GitHub] [maven-gh-actions-shared] dependabot[bot] opened a new pull request #39: Bump release-drafter/release-drafter from 5.18.1 to 5.19.0

2022-03-07 Thread GitBox
dependabot[bot] opened a new pull request #39: URL: https://github.com/apache/maven-gh-actions-shared/pull/39 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.18.1 to 5.19.0. Release notes Sourced from

[GitHub] [maven-jar-plugin] dependabot[bot] opened a new pull request #33: Bump release-drafter/release-drafter from 5.18.1 to 5.19.0

2022-03-07 Thread GitBox
dependabot[bot] opened a new pull request #33: URL: https://github.com/apache/maven-jar-plugin/pull/33 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.18.1 to 5.19.0. Release notes Sourced from

[GitHub] [maven-wrapper] dependabot[bot] opened a new pull request #26: Bump maven-parent from 34 to 35

2022-03-07 Thread GitBox
dependabot[bot] opened a new pull request #26: URL: https://github.com/apache/maven-wrapper/pull/26 Bumps [maven-parent](https://github.com/apache/maven-parent) from 34 to 35. Commits See full diff in https://github.com/apache/maven-parent/commits;>compare view

[GitHub] [maven-surefire] olamy commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
olamy commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r821246153 ## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1426JvmCrashShouldNotBeIgnoredIT.java ## @@ -0,0 +1,50 @@

[jira] [Commented] (MCOMPILER-485) Incorrect internal string format in generated package-info.class files on Windows

2022-03-07 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502657#comment-17502657 ] Olivier Lamy commented on MCOMPILER-485: Yes I have to plan to do it this week. need to

[jira] [Commented] (MINVOKER-298) Upgrade Maven Reporting to 3.1.0

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502649#comment-17502649 ] Hudson commented on MINVOKER-298: - Build failed in Jenkins: Maven » Maven TLP » maven-invoker-plugin »

[jira] [Commented] (MINVOKER-297) NPE when non-existing Maven Home is provided in configuration

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502629#comment-17502629 ] Hudson commented on MINVOKER-297: - Build succeeded in Jenkins: Maven » Maven TLP » maven-invoker-plugin

[jira] [Commented] (SUREFIRE-2033) Regression: 3.0.0-M5 misidentifies JUnit 5 configuration as JUnit 4

2022-03-07 Thread Robert James Oxspring (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502625#comment-17502625 ] Robert James Oxspring commented on SUREFIRE-2033: - No, {{junit-platform-runner}} is an

[jira] [Closed] (MINVOKER-298) Upgrade Maven Reporting to 3.1.0

2022-03-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MINVOKER-298. Fix Version/s: 3.3.0 Resolution: Fixed > Upgrade Maven Reporting to 3.1.0

[GitHub] [maven-invoker-plugin] slawekjaranowski merged pull request #105: [MINVOKER-298] Upgrade Maven Reporting to 3.1.0

2022-03-07 Thread GitBox
slawekjaranowski merged pull request #105: URL: https://github.com/apache/maven-invoker-plugin/pull/105 -- 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,

[jira] [Closed] (MINVOKER-297) NPE when non-existing Maven Home is provided in configuration

2022-03-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MINVOKER-297. Fix Version/s: 3.3.0 Resolution: Fixed > NPE when non-existing Maven Home

[GitHub] [maven-invoker-plugin] slawekjaranowski merged pull request #104: [MINVOKER-297] NPE when non-existing Maven Home

2022-03-07 Thread GitBox
slawekjaranowski merged pull request #104: URL: https://github.com/apache/maven-invoker-plugin/pull/104 -- 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,

[GitHub] [maven-surefire] Whitespirit0 commented on pull request #251: roadmap chart

2022-03-07 Thread GitBox
Whitespirit0 commented on pull request #251: URL: https://github.com/apache/maven-surefire/pull/251#issuecomment-1061195869 That's great news @Tibor17! Looking forward to this release 朗 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (MRESOLVER-246) m-deploy-p will create hashes for hashes

2022-03-07 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502584#comment-17502584 ] Herve Boutemy commented on MRESOLVER-246: - the layout supports what you need is to have Maven

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
slawekjaranowski commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r821144864 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireHelper.java ## @@ -154,7 +155,11 @@ public

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
slawekjaranowski commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r821143465 ## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1426JvmCrashShouldNotBeIgnoredIT.java ## @@ -0,0

[GitHub] [maven] hboutemy commented on pull request #689: Example of Maven BOMs

2022-03-07 Thread GitBox
hboutemy commented on pull request #689: URL: https://github.com/apache/maven/pull/689#issuecomment-1061178344 what are you trying to solve, 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

[jira] [Commented] (MNG-6806) Provide Maven BOM

2022-03-07 Thread Jira
[ https://issues.apache.org/jira/browse/MNG-6806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502575#comment-17502575 ] Tamás Cservenák commented on MNG-6806: -- I somewhat consider the work done here incomplete, so I

[jira] [Commented] (SUREFIRE-2033) Regression: 3.0.0-M5 misidentifies JUnit 5 configuration as JUnit 4

2022-03-07 Thread Robert James Oxspring (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502571#comment-17502571 ] Robert James Oxspring commented on SUREFIRE-2033: - What do I have to add to this

[GitHub] [maven] cstamas opened a new pull request #689: Example of Maven BOMs

2022-03-07 Thread GitBox
cstamas opened a new pull request #689: URL: https://github.com/apache/maven/pull/689 The "old" maven-bom -> o.a.m.boms:bom-maven But this solution provides ALL the transitive dependencies, a project can import bom-all and have all the versions set to those used by given version

[GitHub] [maven-surefire] olamy commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
olamy commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r821112210 ## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1426JvmCrashShouldNotBeIgnoredIT.java ## @@ -0,0 +1,50 @@

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
slawekjaranowski commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r821094322 ## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1426JvmCrashShouldNotBeIgnoredIT.java ## @@ -0,0

[GitHub] [maven-surefire] olamy commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
olamy commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r821089042 ## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1426JvmCrashShouldNotBeIgnoredIT.java ## @@ -0,0 +1,51 @@

[jira] [Commented] (MPOM-300) Replace Google Analytics with ASF Matomo

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPOM-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502548#comment-17502548 ] Hudson commented on MPOM-300: - Build succeeded in Jenkins: Maven » Maven TLP » maven-parent » PR-56 #5 See

[jira] [Commented] (MPOM-300) Replace Google Analytics with ASF Matomo

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MPOM-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502547#comment-17502547 ] Hudson commented on MPOM-300: - Build succeeded in Jenkins: Maven » Maven TLP » maven-parent » PR-57 #2 See

[GitHub] [maven-jxr] slawekjaranowski opened a new pull request #51: [JXR-164] Use file name without path for page title

2022-03-07 Thread GitBox
slawekjaranowski opened a new pull request #51: URL: https://github.com/apache/maven-jxr/pull/51 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/JXR) filed

[GitHub] [maven-surefire] Tibor17 commented on pull request #251: roadmap chart

2022-03-07 Thread GitBox
Tibor17 commented on pull request #251: URL: https://github.com/apache/maven-surefire/pull/251#issuecomment-1061004218 @ahoehma You are writing right on the time. I can see the only one pending PR #478 to complete. I do not have more significant requirements. Some Jira issues will be

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
Tibor17 commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r820982701 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireHelper.java ## @@ -154,7 +155,11 @@ public static void

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
Tibor17 commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r820982701 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireHelper.java ## @@ -154,7 +155,11 @@ public static void

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
Tibor17 commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r820982701 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireHelper.java ## @@ -154,7 +155,11 @@ public static void

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
Tibor17 commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r820982701 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireHelper.java ## @@ -154,7 +155,11 @@ public static void

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
Tibor17 commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r820982701 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireHelper.java ## @@ -154,7 +155,11 @@ public static void

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
Tibor17 commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r820982701 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireHelper.java ## @@ -154,7 +155,11 @@ public static void

[jira] [Commented] (MRESOLVER-240) Using breadth-first approach to resolve Maven dependencies

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502484#comment-17502484 ] Hudson commented on MRESOLVER-240: -- Build unstable in Jenkins: Maven » Maven TLP » maven-resolver »

[jira] [Commented] (MRESOLVER-244) Deprecate FileTransformer API

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502483#comment-17502483 ] Hudson commented on MRESOLVER-244: -- Build unstable in Jenkins: Maven » Maven TLP » maven-resolver »

[jira] [Closed] (SUREFIRE-1964) Method filtering support on excludes and includes file

2022-03-07 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-1964. -- Resolution: Fixed

[GitHub] [maven-surefire] Tibor17 merged pull request #440: [SUREFIRE-1964] Support for method filtering on excludesFile and includesFile

2022-03-07 Thread GitBox
Tibor17 merged pull request #440: URL: https://github.com/apache/maven-surefire/pull/440 -- 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:

[GitHub] [maven-surefire] Tibor17 commented on pull request #440: [SUREFIRE-1964] Support for method filtering on excludesFile and includesFile

2022-03-07 Thread GitBox
Tibor17 commented on pull request #440: URL: https://github.com/apache/maven-surefire/pull/440#issuecomment-1060959811 @imonteroperez Thank You for your reply, I am very glad. I want to cut two release versions 3.0.0-M5 and 2.22.3, including your feature request to make the users happy.

[jira] [Commented] (MCOMPILER-485) Incorrect internal string format in generated package-info.class files on Windows

2022-03-07 Thread Jesse Glick (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502454#comment-17502454 ] Jesse Glick commented on MCOMPILER-485: --- Will there be some notification when the fix is

[GitHub] [maven-site] michael-o merged pull request #283: Clarify prerequisites for "maven-plugin"

2022-03-07 Thread GitBox
michael-o merged pull request #283: URL: https://github.com/apache/maven-site/pull/283 -- 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:

[GitHub] [maven-surefire] ahoehma edited a comment on pull request #251: roadmap chart

2022-03-07 Thread GitBox
ahoehma edited a comment on pull request #251: URL: https://github.com/apache/maven-surefire/pull/251#issuecomment-1060915757 Hi all ... any news regarding new versions ... I'm little bit blocked to update testng over 7.4.0 because of some incomp. changes. With testng 7.5 and

[jira] [Commented] (MRESOLVER-244) Deprecate FileTransformer API

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502438#comment-17502438 ] Hudson commented on MRESOLVER-244: -- Build succeeded in Jenkins: Maven » Maven TLP » maven-resolver »

[jira] [Commented] (MRESOLVER-240) Using breadth-first approach to resolve Maven dependencies

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502439#comment-17502439 ] Hudson commented on MRESOLVER-240: -- Build succeeded in Jenkins: Maven » Maven TLP » maven-resolver »

[GitHub] [maven-surefire] ahoehma edited a comment on pull request #251: roadmap chart

2022-03-07 Thread GitBox
ahoehma edited a comment on pull request #251: URL: https://github.com/apache/maven-surefire/pull/251#issuecomment-1060915757 Hi all ... any news regarding new versions ... I'm little bit blocked to update testng over 7.4.0 because of some incomp. changes. With testng 7.5 and

[GitHub] [maven-surefire] ahoehma edited a comment on pull request #251: roadmap chart

2022-03-07 Thread GitBox
ahoehma edited a comment on pull request #251: URL: https://github.com/apache/maven-surefire/pull/251#issuecomment-1060915757 Hi all ... any news regarding new versions ... I'm little bit blocked to update testng over 7.4.0 because of some incomp. changes. With testng 7.5 and

[GitHub] [maven-surefire] ahoehma edited a comment on pull request #251: roadmap chart

2022-03-07 Thread GitBox
ahoehma edited a comment on pull request #251: URL: https://github.com/apache/maven-surefire/pull/251#issuecomment-1060915757 Hi all ... any news regarding new versions ... I'm little bit blocked to update testng over 7.4.0 because of some incomp. changes. With testng 7.5 and

[GitHub] [maven-surefire] ahoehma edited a comment on pull request #251: roadmap chart

2022-03-07 Thread GitBox
ahoehma edited a comment on pull request #251: URL: https://github.com/apache/maven-surefire/pull/251#issuecomment-1060915757 Hi all ... any news regarding new versions ... I'm little bit blocked to update testng over 7.4.0 because of some incomp. changes. With testng 7.5 and

[GitHub] [maven-surefire] ahoehma commented on pull request #251: roadmap chart

2022-03-07 Thread GitBox
ahoehma commented on pull request #251: URL: https://github.com/apache/maven-surefire/pull/251#issuecomment-1060915757 Hi all ... any news regarding new versions ... I'm little bit blocked to update testng over 7.4.0 because of some incomp. changes. -- This is an automated message from

[GitHub] [maven-surefire] imonteroperez commented on pull request #440: [SUREFIRE-1964] Support for method filtering on excludesFile and includesFile

2022-03-07 Thread GitBox
imonteroperez commented on pull request #440: URL: https://github.com/apache/maven-surefire/pull/440#issuecomment-1060903758 Sorry for being late in this discussion. Not sure to follow your concerns/ statements @Tibor17 > The implementation of tests that @imonteroperez was made in

[jira] [Assigned] (JXR-164) Full path to local code sources in page title

2022-03-07 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/JXR-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned JXR-164: --- Assignee: Slawomir Jaranowski > Full path to local code sources in page title >

[jira] [Created] (JXR-164) Full path to local code sources in page title

2022-03-07 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created JXR-164: --- Summary: Full path to local code sources in page title Key: JXR-164 URL: https://issues.apache.org/jira/browse/JXR-164 Project: Maven JXR Issue Type:

[GitHub] [maven-site] bhamail opened a new pull request #294: typo in "direct plugin goal invocation" example

2022-03-07 Thread GitBox
bhamail opened a new pull request #294: URL: https://github.com/apache/maven-site/pull/294 The example given for invoking a direct plugin goal execution has a typo. I think this fix has the correct syntax. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [maven-dependency-plugin] gyb123456 opened a new pull request #205: Exclude vulnerable commons-beanutils-1.7.0 from maven-reporting-impl …

2022-03-07 Thread GitBox
gyb123456 opened a new pull request #205: URL: https://github.com/apache/maven-dependency-plugin/pull/205 I saw team has remove the dependency of doxia-site-renderer and upgrade maven-reporting-impl from 3.0 to 3.1, but the commons-beanutils-1.7.0 is still in maven-reporting-impl:3.1.

[GitHub] [maven-site] michael-o commented on a change in pull request #283: Clarify prerequisites for "maven-plugin"

2022-03-07 Thread GitBox
michael-o commented on a change in pull request #283: URL: https://github.com/apache/maven-site/pull/283#discussion_r820879392 ## File path: content/apt/pom.apt ## @@ -1744,17 +1744,17 @@ scm:cvs:pserver:127.0.0.1:/cvs/root:my-project * {Prerequisites} - The POM may have

[GitHub] [maven-surefire] Tibor17 commented on pull request #440: [SUREFIRE-1964] Support for method filtering on excludesFile and includesFile

2022-03-07 Thread GitBox
Tibor17 commented on pull request #440: URL: https://github.com/apache/maven-surefire/pull/440#issuecomment-1060861350 @olamy I can repeat myself. The implementation of tests that @imonteroperez was made in a wrong module. Many contributors have made the unit tests in right module

[GitHub] [maven-site] kwin commented on pull request #283: Clarify prerequisites for "maven-plugin"

2022-03-07 Thread GitBox
kwin commented on pull request #283: URL: https://github.com/apache/maven-site/pull/283#issuecomment-1060851648 Ping, anything blocking a merge? -- 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] [Commented] (MNG-6972) Allow access to org.apache.maven.graph

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502379#comment-17502379 ] Hudson commented on MNG-6972: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-509 #5 See

[jira] [Commented] (MNG-7045) Drop CDI API from Maven

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502378#comment-17502378 ] Hudson commented on MNG-7045: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-509 #5 See

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #478: [SUREFIRE-1426] Fork crash doesn't fail build with -Dmaven.test.failure.ignore=true

2022-03-07 Thread GitBox
slawekjaranowski commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r820842354 ## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1426JvmCrashShouldNotBeIgnoredIT.java ## @@ -0,0

[jira] [Commented] (MNG-6972) Allow access to org.apache.maven.graph

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502375#comment-17502375 ] Hudson commented on MNG-6972: - Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-600 #5 See

[jira] [Commented] (MNG-7045) Drop CDI API from Maven

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502374#comment-17502374 ] Hudson commented on MNG-7045: - Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-600 #5 See

[jira] [Commented] (MNG-6972) Allow access to org.apache.maven.graph

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502365#comment-17502365 ] Hudson commented on MNG-6972: - Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-661 #5 See

[jira] [Commented] (MNG-7045) Drop CDI API from Maven

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502364#comment-17502364 ] Hudson commented on MNG-7045: - Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-661 #5 See

[jira] [Commented] (MNG-6972) Allow access to org.apache.maven.graph

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502363#comment-17502363 ] Hudson commented on MNG-6972: - Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-565 #5 See

[jira] [Commented] (MNG-7045) Drop CDI API from Maven

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502362#comment-17502362 ] Hudson commented on MNG-7045: - Build succeeded in Jenkins: Maven » Maven TLP » maven » PR-565 #5 See

[jira] [Commented] (MNG-7299) Simplify conditional expressions

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502358#comment-17502358 ] Hudson commented on MNG-7299: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-394 #6 See

[jira] [Commented] (MNG-7206) Properly prioritize JVM options from MAVEN_OPTS and jvm.config

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502359#comment-17502359 ] Hudson commented on MNG-7206: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-394 #6 See

[jira] [Commented] (MNG-7330) Revert MNG-7329

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502354#comment-17502354 ] Hudson commented on MNG-7330: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-394 #6 See

[jira] [Commented] (MNG-7304) Use try-with-resources statement

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502357#comment-17502357 ] Hudson commented on MNG-7304: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-394 #6 See

[jira] [Commented] (MNG-7045) Drop CDI API from Maven

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502360#comment-17502360 ] Hudson commented on MNG-7045: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-394 #6 See

[jira] [Commented] (MNG-7329) Upgrade maven-enforcer-plugin to 3.0.0

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502355#comment-17502355 ] Hudson commented on MNG-7329: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-394 #6 See

[jira] [Commented] (MNG-6972) Allow access to org.apache.maven.graph

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502361#comment-17502361 ] Hudson commented on MNG-6972: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-394 #6 See

[jira] [Commented] (MNG-7428) Upgrade Maven Parent to 35

2022-03-07 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502356#comment-17502356 ] Hudson commented on MNG-7428: - Build unstable in Jenkins: Maven » Maven TLP » maven » PR-394 #6 See

  1   2   >