[GitHub] [maven-surefire] Tibor17 commented on pull request #482: [SUREFIRE-2015] Implement testRunId and RunMode in the SimpleReportEntry

2022-03-01 Thread GitBox
Tibor17 commented on pull request #482: URL: https://github.com/apache/maven-surefire/pull/482#issuecomment-1055132926 @slachiewicz Remains only SUREFIRE-2014 to close SUREFIRE-1860. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (MEAR-302) jakarta EE 9 EAR compatibility

2022-03-01 Thread Moci (Jira)
[ https://issues.apache.org/jira/browse/MEAR-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499404#comment-17499404 ] Moci commented on MEAR-302: --- Any update on this? Jakarta EE 9.1 is supported in multiple applicat

[GitHub] [maven-toolchains-plugin] Bananeweizen commented on pull request #8: [MTOOLCHAINS-31] - Not threadsafe for parallel execution

2022-03-01 Thread GitBox
Bananeweizen commented on pull request #8: URL: https://github.com/apache/maven-toolchains-plugin/pull/8#issuecomment-1055190387 Can someone with the necessary powers please retrigger the build? To me the change seems perfectly valid, so this is probably rather a hickup in the infrastruct

[GitHub] [maven-toolchains-plugin] michael-o commented on pull request #8: [MTOOLCHAINS-31] - Not threadsafe for parallel execution

2022-03-01 Thread GitBox
michael-o commented on pull request #8: URL: https://github.com/apache/maven-toolchains-plugin/pull/8#issuecomment-1055191626 How will this flag make it threadsafe? Did you review the code? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [maven-toolchains-plugin] ThomasReinhardt commented on pull request #8: [MTOOLCHAINS-31] - Not threadsafe for parallel execution

2022-03-01 Thread GitBox
ThomasReinhardt commented on pull request #8: URL: https://github.com/apache/maven-toolchains-plugin/pull/8#issuecomment-1055204424 This plugin is already threadsafe (see below). It probably was since a very long time but nobody cared to investigate. This change is only marking the plugin

[GitHub] [maven-toolchains-plugin] Bananeweizen commented on pull request #8: [MTOOLCHAINS-31] - Not threadsafe for parallel execution

2022-03-01 Thread GitBox
Bananeweizen commented on pull request #8: URL: https://github.com/apache/maven-toolchains-plugin/pull/8#issuecomment-1055207088 Yes, I reviewed the code. When making a maven plugin thread-safe, typical issues are the following: * static fields being used in the plugin. Since those are

[GitHub] [maven-toolchains-plugin] Bananeweizen commented on pull request #8: [MTOOLCHAINS-31] - Not threadsafe for parallel execution

2022-03-01 Thread GitBox
Bananeweizen commented on pull request #8: URL: https://github.com/apache/maven-toolchains-plugin/pull/8#issuecomment-1055210977 An example change to use a local lock object for synchronization can be seen in the first file change of https://github.com/eclipse/tycho/commit/8afcd612364f9a4

[jira] [Commented] (MNG-6965) Extensions suddenly have org.codehaus.plexus:plexus-utils:jar:1.1 on their classpath

2022-03-01 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499419#comment-17499419 ] Konrad Windszus commented on MNG-6965: -- Although plexus-utils is mostly part of the Co

[GitHub] [maven-toolchains-plugin] ThomasReinhardt commented on pull request #8: [MTOOLCHAINS-31] - Not threadsafe for parallel execution

2022-03-01 Thread GitBox
ThomasReinhardt commented on pull request #8: URL: https://github.com/apache/maven-toolchains-plugin/pull/8#issuecomment-1055246280 Thanks @Bananeweizen. I added a synchronized block. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [maven-ear-plugin] dependabot[bot] commented on pull request #50: Bump maven-project-info-reports-plugin from 3.1.1 to 3.2.1

2022-03-01 Thread GitBox
dependabot[bot] commented on pull request #50: URL: https://github.com/apache/maven-ear-plugin/pull/50#issuecomment-1055248694 Superseded by #51. -- 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-ear-plugin] dependabot[bot] closed pull request #50: Bump maven-project-info-reports-plugin from 3.1.1 to 3.2.1

2022-03-01 Thread GitBox
dependabot[bot] closed pull request #50: URL: https://github.com/apache/maven-ear-plugin/pull/50 -- 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-ear-plugin] dependabot[bot] opened a new pull request #51: Bump maven-project-info-reports-plugin from 3.1.1 to 3.2.2

2022-03-01 Thread GitBox
dependabot[bot] opened a new pull request #51: URL: https://github.com/apache/maven-ear-plugin/pull/51 Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.1.1 to 3.2.2. Commits https://github.com/apache/maven-project-i

[GitHub] [maven-toolchains-plugin] michael-o commented on pull request #8: [MTOOLCHAINS-31] - Not threadsafe for parallel execution

2022-03-01 Thread GitBox
michael-o commented on pull request #8: URL: https://github.com/apache/maven-toolchains-plugin/pull/8#issuecomment-1055302463 Remove the swap file 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

[GitHub] [maven-toolchains-plugin] ThomasReinhardt commented on pull request #8: [MTOOLCHAINS-31] - Not threadsafe for parallel execution

2022-03-01 Thread GitBox
ThomasReinhardt commented on pull request #8: URL: https://github.com/apache/maven-toolchains-plugin/pull/8#issuecomment-1055308434 Sorry. Its gone. -- 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

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #482: [SUREFIRE-2015] Implement testRunId and RunMode in the SimpleReportEntry

2022-03-01 Thread GitBox
Tibor17 edited a comment on pull request #482: URL: https://github.com/apache/maven-surefire/pull/482#issuecomment-1055132926 @slachiewicz Now only SUREFIRE-2014 remains to complete the entire SUREFIRE-1860. -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [maven-ear-plugin] slawekjaranowski commented on pull request #52: [MEAR-302] Support JakartaEE 9 schema

2022-03-01 Thread GitBox
slawekjaranowski commented on pull request #52: URL: https://github.com/apache/maven-ear-plugin/pull/52#issuecomment-1055337307 please add test to EarMojoIT -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Created] (MWAR-448) packaging dependencies fails with "mvn install" but not "mvn package"

2022-03-01 Thread Kari J. Niemi (Jira)
Kari J. Niemi created MWAR-448: -- Summary: packaging dependencies fails with "mvn install" but not "mvn package" Key: MWAR-448 URL: https://issues.apache.org/jira/browse/MWAR-448 Project: Maven WAR Plugin

[GitHub] [maven-ear-plugin] slawekjaranowski commented on pull request #52: [MEAR-302] Support JakartaEE 9 schema

2022-03-01 Thread GitBox
slawekjaranowski commented on pull request #52: URL: https://github.com/apache/maven-ear-plugin/pull/52#issuecomment-1055368813 something like src/test/resources/projects/project-082 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[jira] [Commented] (MWAR-448) packaging dependencies fails with "mvn install" but not "mvn package"

2022-03-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWAR-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499499#comment-17499499 ] Slawomir Jaranowski commented on MWAR-448: -- please attach minimal project, which c

[jira] [Updated] (MWAR-448) packaging dependencies fails with "mvn install" but not "mvn package"

2022-03-01 Thread Kari J. Niemi (Jira)
[ https://issues.apache.org/jira/browse/MWAR-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kari J. Niemi updated MWAR-448: --- Description: I think we discovered a minor odd difference with war-packaging between "mvn package" or

[GitHub] [maven-ear-plugin] slawekjaranowski commented on pull request #52: [MEAR-302] Support JakartaEE 9 schema

2022-03-01 Thread GitBox
slawekjaranowski commented on pull request #52: URL: https://github.com/apache/maven-ear-plugin/pull/52#issuecomment-1055433650 please also rebase with the latest master codebase 😄 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [maven-surefire] Tibor17 commented on pull request #482: [SUREFIRE-2015] Implement testRunId and RunMode in the SimpleReportEntry

2022-03-01 Thread GitBox
Tibor17 commented on pull request #482: URL: https://github.com/apache/maven-surefire/pull/482#issuecomment-1055440535 @slachiewicz If a Javadoc is missing somewhere, I can add one of course. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [maven-invoker] slawekjaranowski merged pull request #43: [MSHARED-1019] Allow pass raw cli option to Maven process

2022-03-01 Thread GitBox
slawekjaranowski merged pull request #43: URL: https://github.com/apache/maven-invoker/pull/43 -- 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: iss

[jira] [Closed] (MSHARED-1019) Allow pass raw cli option to Maven process

2022-03-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MSHARED-1019. Fix Version/s: maven-invoker-3.2.0 Resolution: Fixed > Allow pass raw cli

[jira] [Commented] (MSHARED-1019) Allow pass raw cli option to Maven process

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

[GitHub] [maven-ear-plugin] pzygielo commented on pull request #52: [MEAR-302] Support JakartaEE 9 schema

2022-03-01 Thread GitBox
pzygielo commented on pull request #52: URL: https://github.com/apache/maven-ear-plugin/pull/52#issuecomment-1055537769 @slawekjaranowski - `EarMojoIT` updated with new test as suggested, changes rebased on current master. -- This is an automated message from the Apache Git Service. To r

[GitHub] [maven-surefire] slachiewicz commented on pull request #482: [SUREFIRE-2015] Implement testRunId and RunMode in the SimpleReportEntry

2022-03-01 Thread GitBox
slachiewicz commented on pull request #482: URL: https://github.com/apache/maven-surefire/pull/482#issuecomment-1055548258 @slawekjaranowski ? -- 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

[jira] [Updated] (SUREFIRE-2028) ShadeFire is missing org.apache.maven.surefire:common-java5

2022-03-01 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-2028: --- Fix Version/s: (was: 3.0.0-M6) > ShadeFire is missing org.apache.maven.surefire:common

[jira] [Closed] (SUREFIRE-2028) ShadeFire is missing org.apache.maven.surefire:common-java5

2022-03-01 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-2028. -- Resolution: Duplicate > ShadeFire is missing org.apache.maven.surefire:common-java5 > --

[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-01 Thread GitBox
Tibor17 commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r816873091 ## File path: surefire-its/src/test/resources/surefire-1426-ignore-fail-jvm-crash/pom.xml ## @@ -0,0 +1,49 @@ + + + +http://maven.apache.org/POM/4.0

[GitHub] [maven-surefire] Tibor17 commented on pull request #482: [SUREFIRE-2015] Implement testRunId and RunMode in the SimpleReportEntry

2022-03-01 Thread GitBox
Tibor17 commented on pull request #482: URL: https://github.com/apache/maven-surefire/pull/482#issuecomment-1055563132 @slachiewicz Sorry for typo. My bad! May I ask you for having a look since you are already here? Thx -- This is an automated message from the Apache Git Service. T

[jira] [Updated] (MNG-6981) Project list also includes its (child) modules

2022-03-01 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/MNG-6981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kanters updated MNG-6981: Summary: Project list also includes its (child) modules (was: Add --recursive option) > Project lis

[jira] [Updated] (MNG-6981) --project-list should also include its (child) modules

2022-03-01 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-6981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated MNG-6981: Summary: --project-list should also include its (child) modules (was: --project-list should also inc

[jira] [Updated] (MNG-6981) --project-list should also includes its (child) modules

2022-03-01 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-6981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated MNG-6981: Summary: --project-list should also includes its (child) modules (was: Project list also includes it

[GitHub] [maven-surefire] Tibor17 commented on pull request #481: Add release-drafter to create gh releases

2022-03-01 Thread GitBox
Tibor17 commented on pull request #481: URL: https://github.com/apache/maven-surefire/pull/481#issuecomment-1055774193 @olamy @slawekjaranowski It does not have config for the JIRA URL? These release notes are built upon pull requests only? -- This is an automated message from

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #481: Add release-drafter to create gh releases

2022-03-01 Thread GitBox
Tibor17 edited a comment on pull request #481: URL: https://github.com/apache/maven-surefire/pull/481#issuecomment-1055774193 @olamy @slawekjaranowski It does not have any config of the JIRA URL? These release notes are built upon pull requests only? -- This is an automated mes

[jira] [Updated] (MNG-6981) --projects should also include its (child) modules

2022-03-01 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/MNG-6981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kanters updated MNG-6981: Summary: --projects should also include its (child) modules (was: --project-list should also include

[jira] [Updated] (MNG-6118) Allow resolving inter-module dependencies when using --file

2022-03-01 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/MNG-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kanters updated MNG-6118: Summary: Allow resolving inter-module dependencies when using --file (was: Add option to execute goa

[GitHub] [maven-surefire] Tibor17 commented on pull request #479: test hacking depedencies and build plan to be able to use -T3 or mvnd

2022-03-01 Thread GitBox
Tibor17 commented on pull request #479: URL: https://github.com/apache/maven-surefire/pull/479#issuecomment-1055780469 @olamy This does not make sense. First of all the Maven should have very stable **Resolver** avoiding file locking in the Maven local repo. I used ParallelParameteri

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #480: Test only with 2 last Maven core 3.6.x and 3.8.x, avoid deep scanning to find jacoco files

2022-03-01 Thread GitBox
Tibor17 commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817109165 ## File path: Jenkinsfile ## @@ -30,7 +30,7 @@ properties( ] ) final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he'] -final def

[jira] [Commented] (MNG-6965) Extensions suddenly have org.codehaus.plexus:plexus-utils:jar:1.1 on their classpath

2022-03-01 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499735#comment-17499735 ] Michael Osipov commented on MNG-6965: - [~kwin], I have already assigned this to 3.9.0-c

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #480: Test only with 2 last Maven core 3.6.x and 3.8.x, avoid deep scanning to find jacoco files

2022-03-01 Thread GitBox
Tibor17 commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817111492 ## File path: Jenkinsfile ## @@ -174,7 +174,7 @@ def buildProcess(String stageKey, String jdkName, String mvnName, goals, options try {

[GitHub] [maven] asfgit closed pull request #685: [MNG-6960] Use RuntimeInformation instead of reading properties

2022-03-01 Thread GitBox
asfgit closed pull request #685: URL: https://github.com/apache/maven/pull/685 -- 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...@

[jira] [Closed] (MNG-6960) Use RuntimeInformation instead of reading properties

2022-03-01 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-6960. --- Resolution: Fixed Fixed with [833cfbd334eaba21475bb71addaf103cb267|https://gitbox.apache.org/repos

[jira] [Commented] (MNG-6960) Use RuntimeInformation instead of reading properties

2022-03-01 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499748#comment-17499748 ] Hudson commented on MNG-6960: - Build failed in Jenkins: Maven » Maven TLP » maven » maven-3.8.x

[jira] [Commented] (MNG-6960) Use RuntimeInformation instead of reading properties

2022-03-01 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499749#comment-17499749 ] Hudson commented on MNG-6960: - Build failed in Jenkins: Maven » Maven TLP » maven » master #5

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #482: [SUREFIRE-2015] Implement testRunId and RunMode in the SimpleReportEntry

2022-03-01 Thread GitBox
slawekjaranowski commented on a change in pull request #482: URL: https://github.com/apache/maven-surefire/pull/482#discussion_r81691 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java ## @@ -282,13 +281,6 @@ p

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #480: Test only with 2 last Maven core 3.6.x and 3.8.x, avoid deep scanning to find jacoco files

2022-03-01 Thread GitBox
slawekjaranowski commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817134239 ## File path: Jenkinsfile ## @@ -30,7 +30,7 @@ properties( ] ) final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he'] -

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #481: Add release-drafter to create gh releases

2022-03-01 Thread GitBox
slawekjaranowski commented on pull request #481: URL: https://github.com/apache/maven-surefire/pull/481#issuecomment-1055853459 yes build release notes only based on PR, but all important issue should have PR. it prepare only release draft - which can be edited/removed/published

[GitHub] [maven-surefire] olamy commented on pull request #481: Add release-drafter to create gh releases

2022-03-01 Thread GitBox
olamy commented on pull request #481: URL: https://github.com/apache/maven-surefire/pull/481#issuecomment-1055855527 > @olamy @slawekjaranowski It does not have any config of the JIRA URL? These release notes are built upon pull requests only? the file have the following configuratio

[GitHub] [maven-surefire] olamy commented on a change in pull request #480: Test only with 2 last Maven core 3.6.x and 3.8.x, avoid deep scanning to find jacoco files

2022-03-01 Thread GitBox
olamy commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817139797 ## File path: Jenkinsfile ## @@ -30,7 +30,7 @@ properties( ] ) final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he'] -final def m

[GitHub] [maven-surefire] olamy commented on a change in pull request #480: Test only with 2 last Maven core 3.6.x and 3.8.x, avoid deep scanning to find jacoco files

2022-03-01 Thread GitBox
olamy commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817140781 ## File path: Jenkinsfile ## @@ -174,7 +174,7 @@ def buildProcess(String stageKey, String jdkName, String mvnName, goals, options try {

[GitHub] [maven-surefire] olamy commented on a change in pull request #480: Test only with 2 last Maven core 3.6.x and 3.8.x, avoid deep scanning to find jacoco files

2022-03-01 Thread GitBox
olamy commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817141822 ## File path: Jenkinsfile ## @@ -30,7 +30,7 @@ properties( ] ) final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he'] -final def m

[GitHub] [maven-surefire] olamy commented on pull request #479: test hacking depedencies and build plan to be able to use -T3 or mvnd

2022-03-01 Thread GitBox
olamy commented on pull request #479: URL: https://github.com/apache/maven-surefire/pull/479#issuecomment-1055863568 > @olamy This does not make sense. First of all the Maven should have very stable **Resolver** avoiding file locking in the Maven local repo. I used ParallelParameterized te

[GitHub] [maven-surefire] olamy edited a comment on pull request #479: test hacking depedencies and build plan to be able to use -T3 or mvnd

2022-03-01 Thread GitBox
olamy edited a comment on pull request #479: URL: https://github.com/apache/maven-surefire/pull/479#issuecomment-1055863568 > @olamy This does not make sense. First of all the Maven should have very stable **Resolver** avoiding file locking in the Maven local repo. I used ParallelParameter

[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-01 Thread GitBox
olamy commented on a change in pull request #478: URL: https://github.com/apache/maven-surefire/pull/478#discussion_r817166587 ## File path: surefire-its/src/test/resources/surefire-1426-ignore-fail-jvm-crash/pom.xml ## @@ -0,0 +1,49 @@ + + + +http://maven.apache.org/POM/4.0.0

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #482: [SUREFIRE-2015] Implement testRunId and RunMode in the SimpleReportEntry

2022-03-01 Thread GitBox
Tibor17 commented on a change in pull request #482: URL: https://github.com/apache/maven-surefire/pull/482#discussion_r817167667 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java ## @@ -282,13 +281,6 @@ public voi

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #482: [SUREFIRE-2015] Implement testRunId and RunMode in the SimpleReportEntry

2022-03-01 Thread GitBox
Tibor17 commented on a change in pull request #482: URL: https://github.com/apache/maven-surefire/pull/482#discussion_r817169311 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/TestSetRunListener.java ## @@ -282,13 +281,6 @@ public voi

[GitHub] [maven-surefire] Tibor17 commented on pull request #482: [SUREFIRE-2015] Implement testRunId and RunMode in the SimpleReportEntry

2022-03-01 Thread GitBox
Tibor17 commented on pull request #482: URL: https://github.com/apache/maven-surefire/pull/482#issuecomment-1055895652 @slawekjaranowski Javadoc was added. -- 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] [Created] (MDEP-795) Update Jetty to 9.4.45.v20220203

2022-03-01 Thread Jira
Jorge Solórzano created MDEP-795: Summary: Update Jetty to 9.4.45.v20220203 Key: MDEP-795 URL: https://issues.apache.org/jira/browse/MDEP-795 Project: Maven Dependency Plugin Issue Type: Task

[jira] [Updated] (SUREFIRE-2015) Implement testRunId and RunMode in the SimpleReportEntry

2022-03-01 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-2015: --- Description: This ticketis the most important in SUREFIRE-1860 because it implements RunMo

[GitHub] [maven-dependency-plugin] jorsol opened a new pull request #202: [MDEP-795] - Update Jetty to 9.4.45.v20220203

2022-03-01 Thread GitBox
jorsol opened a new pull request #202: URL: https://github.com/apache/maven-dependency-plugin/pull/202 Update Jetty to 9.4.45.v20220203 and also ignore in `dependabot.yml` the versions >= 10 of Jetty as are Java 11+ only (dependabot should open PRs only for versions 9.x that are compatible

[GitHub] [maven-jlink-plugin] dependabot[bot] opened a new pull request #97: Bump actions/checkout from 2 to 3

2022-03-01 Thread GitBox
dependabot[bot] opened a new pull request #97: URL: https://github.com/apache/maven-jlink-plugin/pull/97 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from https://github.com/actions/checkout/releases";>actions/checkout's releases

[GitHub] [maven-surefire] Tibor17 commented on pull request #460: Add some javadoc and unit tests to includesFile and excludesFile

2022-03-01 Thread GitBox
Tibor17 commented on pull request #460: URL: https://github.com/apache/maven-surefire/pull/460#issuecomment-1055917275 @imonteroperez I am working on it. -- 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

[jira] [Assigned] (MSHARED-1040) Require Java 8

2022-03-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MSHARED-1040: Assignee: Slawomir Jaranowski > Require Java 8 > -- > >

[GitHub] [maven-surefire] slawekjaranowski commented on pull request #479: test hacking depedencies and build plan to be able to use -T3 or mvnd

2022-03-01 Thread GitBox
slawekjaranowski commented on pull request #479: URL: https://github.com/apache/maven-surefire/pull/479#issuecomment-1055921121 related issue https://issues.apache.org/jira/browse/SUREFIRE-1956 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [maven-site] bmarwell commented on a change in pull request #291: Example alignment for methods arguments

2022-03-01 Thread GitBox
bmarwell commented on a change in pull request #291: URL: https://github.com/apache/maven-site/pull/291#discussion_r817193582 ## File path: content/resources/developers/maven-idea-codestyle.xml ## @@ -92,6 +92,7 @@ under the License. + Review comment:

[GitHub] [maven-invoker] slawekjaranowski opened a new pull request #45: [MSHARED-1040] Require Java 8

2022-03-01 Thread GitBox
slawekjaranowski opened a new pull request #45: URL: https://github.com/apache/maven-invoker/pull/45 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/projects/MSHARED) fil

[GitHub] [maven-surefire] olamy commented on pull request #479: test hacking depedencies and build plan to be able to use -T3 or mvnd

2022-03-01 Thread GitBox
olamy commented on pull request #479: URL: https://github.com/apache/maven-surefire/pull/479#issuecomment-1056003349 > related issue https://issues.apache.org/jira/browse/SUREFIRE-1956 definitely related @Tibor17 just run `mvn clean verify -pl :surefire-its -am` and you

[GitHub] [maven-gh-actions-shared] dependabot[bot] opened a new pull request #35: Bump actions/checkout from 2.4.0 to 3

2022-03-01 Thread GitBox
dependabot[bot] opened a new pull request #35: URL: https://github.com/apache/maven-gh-actions-shared/pull/35 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. Release notes Sourced from https://github.com/actions/checkout/releases";>actions/checkout's

[GitHub] [maven-gh-actions-shared] dependabot[bot] opened a new pull request #36: Bump actions/checkout from 2.4.0 to 3

2022-03-01 Thread GitBox
dependabot[bot] opened a new pull request #36: URL: https://github.com/apache/maven-gh-actions-shared/pull/36 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. Release notes Sourced from https://github.com/actions/checkout/releases";>actions/checkout's

[GitHub] [maven-javadoc-plugin] dependabot[bot] opened a new pull request #122: Bump actions/checkout from 2 to 3

2022-03-01 Thread GitBox
dependabot[bot] opened a new pull request #122: URL: https://github.com/apache/maven-javadoc-plugin/pull/122 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from https://github.com/actions/checkout/releases";>actions/checkout's rele

[GitHub] [maven-parent] dependabot[bot] opened a new pull request #57: Bump maven-pmd-plugin from 3.15.0 to 3.16.0

2022-03-01 Thread GitBox
dependabot[bot] opened a new pull request #57: URL: https://github.com/apache/maven-parent/pull/57 Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.15.0 to 3.16.0. Release notes Sourced from https://github.com/apache/maven-pmd-plugin/releases";>maven-pmd

[GitHub] [maven-jlink-plugin] dependabot[bot] commented on pull request #90: Bump maven-compiler-plugin from 3.8.1 to 3.9.0

2022-03-01 Thread GitBox
dependabot[bot] commented on pull request #90: URL: https://github.com/apache/maven-jlink-plugin/pull/90#issuecomment-1056205761 Superseded by #98. -- 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

[GitHub] [maven-jlink-plugin] dependabot[bot] closed pull request #90: Bump maven-compiler-plugin from 3.8.1 to 3.9.0

2022-03-01 Thread GitBox
dependabot[bot] closed pull request #90: URL: https://github.com/apache/maven-jlink-plugin/pull/90 -- 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-jlink-plugin] dependabot[bot] opened a new pull request #98: Bump maven-compiler-plugin from 3.8.1 to 3.10.0

2022-03-01 Thread GitBox
dependabot[bot] opened a new pull request #98: URL: https://github.com/apache/maven-jlink-plugin/pull/98 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.10.0. Release notes Sourced from https://github.com/apache/maven-compiler-plugin

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #480: Test only with 2 last Maven core 3.6.x and 3.8.x, avoid deep scanning to find jacoco files

2022-03-01 Thread GitBox
slawekjaranowski commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817379420 ## File path: Jenkinsfile ## @@ -30,7 +30,7 @@ properties( ] ) final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he'] -

[GitHub] [maven-surefire] olamy commented on a change in pull request #480: Test only with 2 last Maven core 3.6.x and 3.8.x, avoid deep scanning to find jacoco files

2022-03-01 Thread GitBox
olamy commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817391997 ## File path: Jenkinsfile ## @@ -30,7 +30,7 @@ properties( ] ) final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he'] -final def m

[GitHub] [maven-surefire] slawekjaranowski commented on a change in pull request #479: test hacking depedencies and build plan to be able to use -T3 or mvnd

2022-03-01 Thread GitBox
slawekjaranowski commented on a change in pull request #479: URL: https://github.com/apache/maven-surefire/pull/479#discussion_r817394759 ## File path: surefire-its/pom.xml ## @@ -241,6 +262,27 @@ +

[GitHub] [maven-surefire] olamy commented on a change in pull request #479: test hacking depedencies and build plan to be able to use -T3 or mvnd

2022-03-01 Thread GitBox
olamy commented on a change in pull request #479: URL: https://github.com/apache/maven-surefire/pull/479#discussion_r817414558 ## File path: surefire-its/pom.xml ## @@ -241,6 +262,27 @@ +

[jira] [Updated] (MWAR-448) packaging dependencies fails with "mvn install" but not "mvn package"

2022-03-01 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MWAR-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MWAR-448: Fix Version/s: waiting-for-feedback > packaging dependencies fails with "mvn install" but not "mvn pa

[GitHub] [maven-site] slawekjaranowski commented on a change in pull request #291: Example alignment for methods arguments

2022-03-01 Thread GitBox
slawekjaranowski commented on a change in pull request #291: URL: https://github.com/apache/maven-site/pull/291#discussion_r817424824 ## File path: content/apt/developers/conventions/code.apt ## @@ -126,11 +126,26 @@ public class MyMojo // -

[GitHub] [maven-site] slawekjaranowski commented on a change in pull request #291: Example alignment for methods arguments

2022-03-01 Thread GitBox
slawekjaranowski commented on a change in pull request #291: URL: https://github.com/apache/maven-site/pull/291#discussion_r817426608 ## File path: content/resources/developers/maven-idea-codestyle.xml ## @@ -92,6 +92,7 @@ under the License. + Review comm

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

2022-03-01 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-6806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499945#comment-17499945 ] Konrad Windszus commented on MNG-6806: -- This would be really helpful to backport also

[GitHub] [maven-ear-plugin] slawekjaranowski merged pull request #52: [MEAR-302] Support JakartaEE 9 schema

2022-03-01 Thread GitBox
slawekjaranowski merged pull request #52: URL: https://github.com/apache/maven-ear-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-mail:

[jira] [Assigned] (MEAR-302) jakarta EE 9 EAR compatibility

2022-03-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MEAR-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MEAR-302: Assignee: Slawomir Jaranowski (was: Olivier Lamy) > jakarta EE 9 EAR compatibility

[jira] [Closed] (MEAR-302) jakarta EE 9 EAR compatibility

2022-03-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MEAR-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MEAR-302. Fix Version/s: 3.3.0 Resolution: Fixed > jakarta EE 9 EAR compatibility >

[jira] [Comment Edited] (MNG-6806) Provide Maven BOM

2022-03-01 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MNG-6806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499945#comment-17499945 ] Konrad Windszus edited comment on MNG-6806 at 3/2/22, 7:55 AM: --