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

2022-03-08 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 were

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

2022-03-08 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MRESOLVER-247: Assignee: Michael Osipov > Avoid unnecessary dependency resolution by a Skip so

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

2022-03-08 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MRESOLVER-228. Fix Version/s: (was: 1.8.0) Assignee: Michael Osipov Resolution: Dupl

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

2022-03-08 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-247: - Fix Version/s: 1.8.0 > Avoid unnecessary dependency resolution by a Skip solution base

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

2022-03-08 Thread GitBox
imonteroperez commented on pull request #440: URL: https://github.com/apache/maven-surefire/pull/440#issuecomment-1061525312 > @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 h

[GitHub] [maven-resolver] michael-o commented on a change in pull request #158: MRESOLVER-247: Introduce skipper to avoid unnecessary dependency reso…

2022-03-08 Thread GitBox
michael-o commented on a change in pull request #158: URL: https://github.com/apache/maven-resolver/pull/158#discussion_r821418647 ## File path: maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/DependencyResolveSkipper.java ## @@ -0,0 +1,260 @@ +packa

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

2022-03-08 Thread Robert James Oxspring (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17502813#comment-17502813 ] Robert James Oxspring commented on SUREFIRE-2033: - ... and that blows

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

2022-03-08 Thread GitBox
caiwei-ebay commented on a change in pull request #158: URL: https://github.com/apache/maven-resolver/pull/158#discussion_r821487414 ## File path: maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/DependencyResolveSkipper.java ## @@ -0,0 +1,260 @@ +pac

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

2022-03-08 Thread GitBox
caiwei-ebay commented on a change in pull request #158: URL: https://github.com/apache/maven-resolver/pull/158#discussion_r821488802 ## File path: maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/DependencyResolveSkipper.java ## @@ -0,0 +1,260 @@ +pac

[GitHub] [maven-resolver] michael-o commented on a change in pull request #158: MRESOLVER-247: Introduce skipper to avoid unnecessary dependency reso…

2022-03-08 Thread GitBox
michael-o commented on a change in pull request #158: URL: https://github.com/apache/maven-resolver/pull/158#discussion_r821489218 ## File path: maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/DefaultDependencyCollector.java ## @@ -500,15 +505,19 @@

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

2022-03-08 Thread GitBox
caiwei-ebay commented on pull request #158: URL: https://github.com/apache/maven-resolver/pull/158#issuecomment-1061589984 @ibabiankou Please also help check the PR to see if it is good for you to apply your changes in MRESOLVER-7. -- This is an automated message from the Apache G

[GitHub] [maven-resolver] cstamas commented on a change in pull request #157: [MRESOLVER-245] Isolate and update tests

2022-03-08 Thread GitBox
cstamas commented on a change in pull request #157: URL: https://github.com/apache/maven-resolver/pull/157#discussion_r821514970 ## File path: maven-resolver-named-locks-hazelcast/src/main/java/org/eclipse/aether/named/hazelcast/HazelcastSemaphoreProvider.java ## @@ -0,0 +1,44

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

2022-03-08 Thread GitBox
rfscholte commented on pull request #689: URL: https://github.com/apache/maven/pull/689#issuecomment-1061640064 To me a BOM represents only the set of modules of a multimodule, that contain the versions that work together. This should prevent issues with dependency depth/distance which co

[GitHub] [maven-surefire] roxspring opened a new pull request #485: [SUREFIRE-2033] Fix JUnit 5 with configured provider

2022-03-08 Thread GitBox
roxspring opened a new pull request #485: URL: https://github.com/apache/maven-surefire/pull/485 Modified getJUnit5Artifact() to care _only_ about JUnit 5 artifacts Added getJUnitPlatformRunnerArtifact() to care about the JUnit Platform Runner artifact JUnitPlatformProviderInfo is ena

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

2022-03-08 Thread Robert James Oxspring (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17502855#comment-17502855 ] Robert James Oxspring commented on SUREFIRE-2033: - Fix for the NullPoi

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

2022-03-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17502867#comment-17502867 ] Slawomir Jaranowski commented on SUREFIRE-2033: --- [~roxspring] - thanks f

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

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

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #485: [SUREFIRE-2033] Fix JUnit 5 with configured provider

2022-03-08 Thread GitBox
slawekjaranowski commented on pull request #485: URL: https://github.com/apache/maven-surefire/pull/485#issuecomment-1061691307 Please rebase your branch with current master codebase. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [maven-verifier] slawekjaranowski merged pull request #10: fix Jenkins link

2022-03-08 Thread GitBox
slawekjaranowski merged pull request #10: URL: https://github.com/apache/maven-verifier/pull/10 -- 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: is

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

2022-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17502925#comment-17502925 ] Hudson commented on MINVOKER-298: - Build succeeded in Jenkins: Maven » Maven TLP » mave

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

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

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

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

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

2022-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17502932#comment-17502932 ] Hudson commented on MINVOKER-298: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[GitHub] [maven-verifier] elharo commented on a change in pull request #9: [MSHARED-1043] Deprecate methods leveraging JUnit4 assertions

2022-03-08 Thread GitBox
elharo commented on a change in pull request #9: URL: https://github.com/apache/maven-verifier/pull/9#discussion_r821702522 ## File path: src/main/java/org/apache/maven/it/Verifier.java ## @@ -1007,11 +1007,22 @@ public Properties newDefaultFilterProperties() return fi

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #485: [SUREFIRE-2033] Fix JUnit 5 with configured provider

2022-03-08 Thread GitBox
slawekjaranowski commented on a change in pull request #485: URL: https://github.com/apache/maven-surefire/pull/485#discussion_r821625665 ## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1787JUnit5IT.java ## @@ -93,6 +93,18 @@ public void se

[GitHub] [maven-enforcer] dependabot[bot] commented on pull request #138: Bump mockito.version from 4.2.0 to 4.3.1

2022-03-08 Thread GitBox
dependabot[bot] commented on pull request #138: URL: https://github.com/apache/maven-enforcer/pull/138#issuecomment-1061927814 Superseded by #142. -- 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

[GitHub] [maven-enforcer] dependabot[bot] opened a new pull request #142: Bump mockito.version from 4.2.0 to 4.4.0

2022-03-08 Thread GitBox
dependabot[bot] opened a new pull request #142: URL: https://github.com/apache/maven-enforcer/pull/142 Bumps `mockito.version` from 4.2.0 to 4.4.0. Updates `mockito-core` from 4.2.0 to 4.4.0 Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's

[GitHub] [maven-enforcer] dependabot[bot] closed pull request #138: Bump mockito.version from 4.2.0 to 4.3.1

2022-03-08 Thread GitBox
dependabot[bot] closed pull request #138: URL: https://github.com/apache/maven-enforcer/pull/138 -- 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: i

[GitHub] [maven-surefire] DaGeRe commented on a change in pull request #476: [SUREFIRE-2010] Parameterized Selection Does not Work

2022-03-08 Thread GitBox
DaGeRe commented on a change in pull request #476: URL: https://github.com/apache/maven-surefire/pull/476#discussion_r821839957 ## File path: surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire2010ParameterizedSelectionDoesNotWorkIT.java ## @@ -0,0 +1,36 @@

[GitHub] [maven-surefire] DaGeRe commented on a change in pull request #476: [SUREFIRE-2010] Parameterized Selection Does not Work

2022-03-08 Thread GitBox
DaGeRe commented on a change in pull request #476: URL: https://github.com/apache/maven-surefire/pull/476#discussion_r821840505 ## File path: surefire-its/src/test/resources/surefire-2010-parameterized-selection-does-not-work/src/test/java/de/dagere/peass/ExampleTestJUnit4.java ##

[GitHub] [maven-surefire] DaGeRe commented on pull request #476: [SUREFIRE-2010] Parameterized Selection Does not Work

2022-03-08 Thread GitBox
DaGeRe commented on pull request #476: URL: https://github.com/apache/maven-surefire/pull/476#issuecomment-1061966185 Thanks for the hints. I adapted the code, but have two questions: - Is there a guide how to debug this? I can start the test on command line and see it failing, but not i

[GitHub] [maven-surefire] DaGeRe edited a comment on pull request #476: [SUREFIRE-2010] Parameterized Selection Does not Work

2022-03-08 Thread GitBox
DaGeRe edited a comment on pull request #476: URL: https://github.com/apache/maven-surefire/pull/476#issuecomment-1061966185 Thanks for the hints. I adapted the code, but is there any part of the maven launcher which allows to pass something like `-Dtest=MySelector`, or do I have to call i

[jira] [Created] (WAGON-625) Upgrade To commons-io 2.7

2022-03-08 Thread Ryan Baxter (Jira)
Ryan Baxter created WAGON-625: - Summary: Upgrade To commons-io 2.7 Key: WAGON-625 URL: https://issues.apache.org/jira/browse/WAGON-625 Project: Maven Wagon Issue Type: Dependency upgrade Affe

[GitHub] [maven-resolver] michael-o commented on a change in pull request #157: [MRESOLVER-245] Isolate and update tests

2022-03-08 Thread GitBox
michael-o commented on a change in pull request #157: URL: https://github.com/apache/maven-resolver/pull/157#discussion_r821915174 ## File path: maven-resolver-named-locks-hazelcast/src/main/java/org/eclipse/aether/named/hazelcast/HazelcastSemaphoreProvider.java ## @@ -0,0 +1,

[jira] [Commented] (WAGON-625) Upgrade To commons-io 2.7

2022-03-08 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/WAGON-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17503108#comment-17503108 ] Michael Osipov commented on WAGON-625: -- Not possible, Commons IO requires Java 8, Wag

[jira] [Commented] (MSHARED-1015) Using Embedded3xLauncher fails with "-Dmaven.multiModuleProjectDirectory system property is not set"

2022-03-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17503120#comment-17503120 ] Slawomir Jaranowski commented on MSHARED-1015: -- The same way was done in m

[GitHub] [maven-jar-plugin] focbenz opened a new pull request #34: Updated create-test-jar.apt.vm removing 'and' in Maven site Create Test JAR documentation

2022-03-08 Thread GitBox
focbenz opened a new pull request #34: URL: https://github.com/apache/maven-jar-plugin/pull/34 Updates create-test-jar.apt.vm removing 'and' which was either missing something additional to the test-scoped dependencies or was left unintentionally. No JIRA issues linked because this is a tr

[GitHub] [maven-verifier] slawekjaranowski merged pull request #6: [MSHARED-1015] correctly set system property

2022-03-08 Thread GitBox
slawekjaranowski merged pull request #6: URL: https://github.com/apache/maven-verifier/pull/6 -- 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: issu

[jira] [Assigned] (MSHARED-1015) Using Embedded3xLauncher fails with "-Dmaven.multiModuleProjectDirectory system property is not set"

2022-03-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MSHARED-1015: Assignee: Slawomir Jaranowski > Using Embedded3xLauncher fails with "-Dm

[jira] [Closed] (MSHARED-1015) Using Embedded3xLauncher fails with "-Dmaven.multiModuleProjectDirectory system property is not set"

2022-03-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MSHARED-1015. Fix Version/s: maven-verifier-2.0.0 Resolution: Fixed > Using Embedded3xLa

[jira] [Commented] (MSHARED-1015) Using Embedded3xLauncher fails with "-Dmaven.multiModuleProjectDirectory system property is not set"

2022-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17503126#comment-17503126 ] Hudson commented on MSHARED-1015: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[GitHub] [maven-verifier] slawekjaranowski merged pull request #4: [MSHARED-1010] Allow to set dedicated Maven home directory

2022-03-08 Thread GitBox
slawekjaranowski merged pull request #4: URL: https://github.com/apache/maven-verifier/pull/4 -- 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: issu

[jira] [Assigned] (MSHARED-1010) Allow to customize Maven home

2022-03-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MSHARED-1010: Assignee: Slawomir Jaranowski > Allow to customize Maven home >

[jira] [Closed] (MSHARED-1010) Allow to customize Maven home

2022-03-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MSHARED-1010. Fix Version/s: maven-verifier-2.0.0 Resolution: Fixed > Allow to customize

[jira] [Closed] (MSHARED-1011) Ease extension of Verifier

2022-03-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MSHARED-1011. Resolution: Feedback Received > Ease extension of Verifier >

[jira] [Commented] (MSHARED-1010) Allow to customize Maven home

2022-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17503139#comment-17503139 ] Hudson commented on MSHARED-1010: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[jira] [Updated] (MSHARED-1010) Allow to customize Maven home

2022-03-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MSHARED-1010: - Fix Version/s: maven-verifier-1.8.0 (was: maven-verifier-

[jira] [Updated] (MSHARED-1015) Using Embedded3xLauncher fails with "-Dmaven.multiModuleProjectDirectory system property is not set"

2022-03-08 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MSHARED-1015: - Fix Version/s: maven-verifier-1.8.0 (was: maven-verifier-

[GitHub] [maven-dependency-plugin] dependabot[bot] opened a new pull request #206: Bump mockito-core from 4.3.1 to 4.4.0

2022-03-08 Thread GitBox
dependabot[bot] opened a new pull request #206: URL: https://github.com/apache/maven-dependency-plugin/pull/206 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.1 to 4.4.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's rel

[jira] [Created] (MPOM-301) mohands...@gmail.com

2022-03-08 Thread mohandsedu (Jira)
mohandsedu created MPOM-301: --- Summary: mohands...@gmail.com Key: MPOM-301 URL: https://issues.apache.org/jira/browse/MPOM-301 Project: Maven POMs Issue Type: Test Reporter: mohandsedu

[GitHub] [maven-wrapper] dependabot[bot] commented on pull request #20: Bump mockito-core from 4.1.0 to 4.3.1

2022-03-08 Thread GitBox
dependabot[bot] commented on pull request #20: URL: https://github.com/apache/maven-wrapper/pull/20#issuecomment-1062472007 Superseded by #27. -- 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

[GitHub] [maven-wrapper] dependabot[bot] closed pull request #20: Bump mockito-core from 4.1.0 to 4.3.1

2022-03-08 Thread GitBox
dependabot[bot] closed pull request #20: URL: https://github.com/apache/maven-wrapper/pull/20 -- 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: issu

[GitHub] [maven-wrapper] dependabot[bot] opened a new pull request #27: Bump mockito-core from 4.2.0 to 4.4.0

2022-03-08 Thread GitBox
dependabot[bot] opened a new pull request #27: URL: https://github.com/apache/maven-wrapper/pull/27 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.4.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's releases.

[GitHub] [maven-jar-plugin] dependabot[bot] opened a new pull request #35: Bump maven-plugins from 34 to 35

2022-03-08 Thread GitBox
dependabot[bot] opened a new pull request #35: URL: https://github.com/apache/maven-jar-plugin/pull/35 Bumps [maven-plugins](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-invoker-plugin] dependabot[bot] opened a new pull request #108: Bump groovy-all from 3.0.9 to 3.0.10

2022-03-08 Thread GitBox
dependabot[bot] opened a new pull request #108: URL: https://github.com/apache/maven-invoker-plugin/pull/108 Bumps [groovy-all](https://github.com/apache/groovy) from 3.0.9 to 3.0.10. Commits See full diff in https://github.com/apache/groovy/commits";>compare view

[GitHub] [maven-script-interpreter] dependabot[bot] opened a new pull request #64: Bump maven-shared-components from 34 to 35

2022-03-08 Thread GitBox
dependabot[bot] opened a new pull request #64: URL: https://github.com/apache/maven-script-interpreter/pull/64 Bumps [maven-shared-components](https://github.com/apache/maven-parent) from 34 to 35. Commits See full diff in https://github.com/apache/maven-parent/commits";>compa

[GitHub] [maven-assembly-plugin] dependabot[bot] commented on pull request #52: Bump mockito-core from 2.28.2 to 4.3.1

2022-03-08 Thread GitBox
dependabot[bot] commented on pull request #52: URL: https://github.com/apache/maven-assembly-plugin/pull/52#issuecomment-1062572765 Superseded by #53. -- 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

[GitHub] [maven-assembly-plugin] dependabot[bot] opened a new pull request #53: Bump mockito-core from 2.28.2 to 4.4.0

2022-03-08 Thread GitBox
dependabot[bot] opened a new pull request #53: URL: https://github.com/apache/maven-assembly-plugin/pull/53 Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 4.4.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's relea

[GitHub] [maven-assembly-plugin] dependabot[bot] closed pull request #52: Bump mockito-core from 2.28.2 to 4.3.1

2022-03-08 Thread GitBox
dependabot[bot] closed pull request #52: URL: https://github.com/apache/maven-assembly-plugin/pull/52 -- 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-ma

[GitHub] [maven-checkstyle-plugin] dependabot[bot] opened a new pull request #71: Bump maven-plugins from 34 to 35

2022-03-08 Thread GitBox
dependabot[bot] opened a new pull request #71: URL: https://github.com/apache/maven-checkstyle-plugin/pull/71 Bumps [maven-plugins](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 merged pull request #483: no need to notify build failure for working branch this generate a lot of noise

2022-03-08 Thread GitBox
olamy merged pull request #483: URL: https://github.com/apache/maven-surefire/pull/483 -- 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-unsu

[jira] [Created] (SUREFIRE-2035) Main artifact jar not present on test class path for tests

2022-03-08 Thread Christopher Tubbs (Jira)
Christopher Tubbs created SUREFIRE-2035: --- Summary: Main artifact jar not present on test class path for tests Key: SUREFIRE-2035 URL: https://issues.apache.org/jira/browse/SUREFIRE-2035 Project:

[jira] [Commented] (SUREFIRE-2035) Main artifact jar not present on test class path for tests

2022-03-08 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17503320#comment-17503320 ] Christopher Tubbs commented on SUREFIRE-2035: - I even tried explicitly add

[jira] [Closed] (MPOM-301) mohands...@gmail.com

2022-03-08 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MPOM-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Mulders closed MPOM-301. Resolution: Invalid > mohands...@gmail.com > > > Key: MPOM-301 >

[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-08 Thread GitBox
olamy commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r822350092 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireHelper.java ## @@ -154,7 +155,11 @@ public static void repo

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

2022-03-08 Thread GitBox
olamy commented on pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#issuecomment-1062624043 @Tibor17 I hope I answered all your concerns and we can now merge this? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [maven-plugin-tools] SebastianKuehn commented on a change in pull request #73: [MPLUGIN-394] Respect input encoding

2022-03-08 Thread GitBox
SebastianKuehn commented on a change in pull request #73: URL: https://github.com/apache/maven-plugin-tools/pull/73#discussion_r822365765 ## File path: maven-plugin-plugin/src/it/mplugin-394_report-encoding/invoker.properties ## @@ -0,0 +1,18 @@ +# Licensed to the Apache Softw

[jira] [Commented] (MPLUGIN-394) Report-Mojo doesn't respect input encoding

2022-03-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17503349#comment-17503349 ] ASF GitHub Bot commented on MPLUGIN-394: SebastianKuehn commented on a change in