[jira] [Commented] (MBUILDCACHE-37) Allow disabled-by-default configuration

2023-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687290#comment-17687290 ] ASF GitHub Bot commented on MBUILDCACHE-37: --- ahus1 commented on PR #37: URL

[GitHub] [maven-build-cache-extension] ahus1 commented on pull request #37: [MBUILDCACHE-37] Allow disabled-by-default configuration to be enabled on the CLI

2023-02-10 Thread via GitHub
ahus1 commented on PR #37: URL: https://github.com/apache/maven-build-cache-extension/pull/37#issuecomment-1426353520 I'm happy to see those approvals above. Once this is merged and available as a release (even a pre-release), I'll be able to canary-test this with some users on our project

[jira] [Updated] (MNG-7648) Generated model reader is not setting location information

2023-02-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7648: Affects Version/s: 3.8.7 > Generated model reader is not setting location information > -

[jira] [Assigned] (MNG-7608) Make Resolver native transport the default in Maven

2023-02-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MNG-7608: --- Assignee: Tamas Cservenak > Make Resolver native transport the default in Maven >

[jira] [Updated] (MNG-7608) Make Resolver native transport the default in Maven

2023-02-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7608: Fix Version/s: 4.0.0-alpha-3 (was: 4.0.x-candidate) > Make Resolver native tra

[jira] [Updated] (MNG-7622) Reimplement Consumer POM feature

2023-02-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7622: Fix Version/s: 4.0.0 (was: 4.0.x-candidate) > Reimplement Consumer POM feature

[jira] [Updated] (MNG-7607) Add Transport to new Immutable API

2023-02-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7607: Fix Version/s: 4.0.0-alpha-3 (was: 4.0.x-candidate) > Add Transport to new Imm

[GitHub] [maven-mvnd] y-higuchi commented on issue #787: mvnd overwrites PATH for vanilla mvn

2023-02-10 Thread via GitHub
y-higuchi commented on issue #787: URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1426172404 Not a homebrew expert, but mvnd formula probably need to declare that it conflicts with maven formula or declare it as keg_only so that it does not try to symlink (=don't try to s

[GitHub] [maven-resolver] vfedoriv commented on pull request #236: handle thread interrupts on transitive dependencies parsing (infinite loop)

2023-02-10 Thread via GitHub
vfedoriv commented on PR #236: URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1426072971 @cstamas So where/what changes do you suggest? Maybe better if I close this pr and you will do the necessary changes yourself, because you are definitely more familiar with this

[GitHub] [maven-mvnd] mthmulders commented on issue #787: mvnd overwrites PATH for vanilla mvn

2023-02-10 Thread via GitHub
mthmulders commented on issue #787: URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1426036326 > That's why I think mvnd may be better advertised as a maven distribution instead of being advertised as a separate project. While this is an approach that may work with S

[jira] [Closed] (MPLUGIN-448) "Executes as an aggregator plugin" documentation: s/plugin/goal/

2023-02-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MPLUGIN-448. --- Assignee: Guillaume Nodet Resolution: Fixed > "Executes as an aggregator plugin" docum

[jira] [Commented] (MPLUGIN-448) "Executes as an aggregator plugin" documentation: s/plugin/goal/

2023-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687141#comment-17687141 ] ASF GitHub Bot commented on MPLUGIN-448: gnodet merged PR #187: URL: https://git

[GitHub] [maven-plugin-tools] gnodet merged pull request #187: [MPLUGIN-448] fix documentation: aggregator at goal level, not plugin

2023-02-10 Thread via GitHub
gnodet merged PR #187: URL: https://github.com/apache/maven-plugin-tools/pull/187 -- 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...@mav

[jira] [Closed] (MCOMPILER-523) MCOMPILER-481 IT fails with Maven 3.9.0

2023-02-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MCOMPILER-523. - Fix Version/s: 3.11.0 Resolution: Fixed > MCOMPILER-481 IT fails with Maven 3.9

[GitHub] [maven-compiler-plugin] gnodet merged pull request #176: [MCOMPILER-523] Test with Maven 3.9.0 and fix the failing IT

2023-02-10 Thread via GitHub
gnodet merged PR #176: URL: https://github.com/apache/maven-compiler-plugin/pull/176 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [maven-mvnd] gnodet commented on issue #787: mvnd overwrites PATH for vanilla mvn

2023-02-10 Thread via GitHub
gnodet commented on issue #787: URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1426002104 > @gnodet the problem isn't really with the behaviour of your script, but rather with the fact that your `mvn` script clobbers the real `mvn` provided by Maven. There can only be one

[GitHub] [maven-mvnd] marc0der commented on issue #787: mvnd overwrites PATH for vanilla mvn

2023-02-10 Thread via GitHub
marc0der commented on issue #787: URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1425986184 @gnodet the problem isn't really with the behaviour of your script, but rather with the fact that your `mvn` script clobbers the real `mvn` provided by Maven. There can only be one

[jira] [Updated] (SUREFIRE-2148) Build fails if retried test classes failed during setup

2023-02-10 Thread Pavlo Shevchenko (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavlo Shevchenko updated SUREFIRE-2148: --- Description: *Summary* If a JUnit5 test class fails during setup and succeeds on

[jira] [Updated] (SUREFIRE-2148) Build fails if retried test classes failed during setup

2023-02-10 Thread Pavlo Shevchenko (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavlo Shevchenko updated SUREFIRE-2148: --- Description: *Summary* If a JUnit5 test class fails during setup and succeeds on

[jira] [Updated] (SUREFIRE-2148) Build fails if retried test classes failed during setup

2023-02-10 Thread Pavlo Shevchenko (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavlo Shevchenko updated SUREFIRE-2148: --- Description: *Summary* If a JUnit5 test class fails during setup and succeeds on

[jira] [Updated] (SUREFIRE-2148) Build fails if retried test classes failed during setup

2023-02-10 Thread Pavlo Shevchenko (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavlo Shevchenko updated SUREFIRE-2148: --- Description: *Summary* If a JUnit5 test class fails during setup and succeeds on

[jira] [Updated] (SUREFIRE-2148) Build fails if retried test classes failed during setup

2023-02-10 Thread Pavlo Shevchenko (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavlo Shevchenko updated SUREFIRE-2148: --- Description: *Summary* If a JUnit5 test class fails during setup and succeeds on

[jira] [Created] (SUREFIRE-2148) Build fails if retried test classes failed during setup

2023-02-10 Thread Pavlo Shevchenko (Jira)
Pavlo Shevchenko created SUREFIRE-2148: -- Summary: Build fails if retried test classes failed during setup Key: SUREFIRE-2148 URL: https://issues.apache.org/jira/browse/SUREFIRE-2148 Project: Maven

[jira] [Updated] (MINVOKER-307) invoker should also support the @{ } syntax like the surefire plugin

2023-02-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MINVOKER-307: - Fix Version/s: (was: 3.5.0) > invoker should also support the @{ } syntax like the

[jira] [Closed] (MINVOKER-327) Upgrade to parent 39

2023-02-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MINVOKER-327. Fix Version/s: 3.5.0 Assignee: Olivier Lamy Resolution: Fixed > Upgrade t

[jira] [Updated] (MINVOKER-327) Upgrade to parent 39

2023-02-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MINVOKER-327: - Description: Done in https://github.com/apache/maven-invoker-plugin/pull/157 > Upgrade

[jira] [Created] (MINVOKER-327) Upgrade to parent 39

2023-02-10 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MINVOKER-327: Summary: Upgrade to parent 39 Key: MINVOKER-327 URL: https://issues.apache.org/jira/browse/MINVOKER-327 Project: Maven Invoker Plugin Issue Type: Dep

[jira] [Closed] (MINVOKER-326) Bump doxia-sink-api from 1.11.1 to 1.12.0

2023-02-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MINVOKER-326. Fix Version/s: 3.5.0 Assignee: Guillaume Nodet Resolution: Fixed > Bump d

[GitHub] [maven-invoker-plugin] gnodet merged pull request #166: [MINVOKER-326] Bump doxia-sink-api from 1.11.1 to 1.12.0

2023-02-10 Thread via GitHub
gnodet merged PR #166: URL: https://github.com/apache/maven-invoker-plugin/pull/166 -- 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...@m

[jira] [Closed] (MINVOKER-325) Upgrade to groovy 4.0.9

2023-02-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MINVOKER-325. Fix Version/s: 3.5.0 Assignee: Guillaume Nodet Resolution: Fixed > Upgrad

[jira] [Created] (MINVOKER-326) Bump doxia-sink-api from 1.11.1 to 1.12.0

2023-02-10 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MINVOKER-326: Summary: Bump doxia-sink-api from 1.11.1 to 1.12.0 Key: MINVOKER-326 URL: https://issues.apache.org/jira/browse/MINVOKER-326 Project: Maven Invoker Plugin

[jira] [Created] (MINVOKER-325) Upgrade to groovy 4.0.9

2023-02-10 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MINVOKER-325: Summary: Upgrade to groovy 4.0.9 Key: MINVOKER-325 URL: https://issues.apache.org/jira/browse/MINVOKER-325 Project: Maven Invoker Plugin Issue Type:

[GitHub] [maven-invoker-plugin] gnodet merged pull request #176: [MINVOKER-325] Bump groovy-bom from 4.0.6 to 4.0.9

2023-02-10 Thread via GitHub
gnodet merged PR #176: URL: https://github.com/apache/maven-invoker-plugin/pull/176 -- 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...@m

[jira] [Closed] (MINVOKER-324) Fix Temporary File Information Disclosure Vulnerability

2023-02-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MINVOKER-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MINVOKER-324. Fix Version/s: 3.5.0 Assignee: Guillaume Nodet Resolution: Fixed > Fix Te

[GitHub] [maven-invoker-plugin] gnodet merged pull request #152: [MINVOKER-324] Fix Temporary File Information Disclosure Vulnerability

2023-02-10 Thread via GitHub
gnodet merged PR #152: URL: https://github.com/apache/maven-invoker-plugin/pull/152 -- 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...@m

[jira] [Created] (MINVOKER-324) Fix Temporary File Information Disclosure Vulnerability

2023-02-10 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MINVOKER-324: Summary: Fix Temporary File Information Disclosure Vulnerability Key: MINVOKER-324 URL: https://issues.apache.org/jira/browse/MINVOKER-324 Project: Maven Invok

[GitHub] [maven-invoker-plugin] dependabot[bot] commented on pull request #131: Bump plexus-utils from 1.1 to 3.0.16 in /src/it/script-class-loading

2023-02-10 Thread via GitHub
dependabot[bot] commented on PR #131: URL: https://github.com/apache/maven-invoker-plugin/pull/131#issuecomment-1425902547 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [maven-invoker-plugin] gnodet closed pull request #131: Bump plexus-utils from 1.1 to 3.0.16 in /src/it/script-class-loading

2023-02-10 Thread via GitHub
gnodet closed pull request #131: Bump plexus-utils from 1.1 to 3.0.16 in /src/it/script-class-loading URL: https://github.com/apache/maven-invoker-plugin/pull/131 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [maven-mvnd] gnodet commented on issue #787: mvnd overwrites PATH for vanilla mvn

2023-02-10 Thread via GitHub
gnodet commented on issue #787: URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1425881660 > As an `sdk` user, I for one prefer the previous (0.8.2) situation: `maven` package provides the `mvn` binary, and `mvnd` package provides the `mvnd` binary. I wish for both to be t

[GitHub] [maven-plugin-tools] dependabot[bot] opened a new pull request, #193: Bump junit-bom from 5.9.1 to 5.9.2

2023-02-10 Thread via GitHub
dependabot[bot] opened a new pull request, #193: URL: https://github.com/apache/maven-plugin-tools/pull/193 Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. Release notes Sourced from https://github.com/junit-team/junit5/releases";>junit-bom's releases.

[jira] [Commented] (SUREFIRE-2143) Disabled @ParametrizedTest is not counted as skipped one in M8 (worked in M7)

2023-02-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687086#comment-17687086 ] Michael Osipov commented on SUREFIRE-2143: -- This would be great. @olamy, do y

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687065#comment-17687065 ] ASF GitHub Bot commented on MNG-6869: - rmannibucau commented on code in PR #995: URL: h

[GitHub] [maven] rmannibucau commented on a diff in pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-10 Thread via GitHub
rmannibucau commented on code in PR #995: URL: https://github.com/apache/maven/pull/995#discussion_r1102733350 ## maven-embedder/src/main/java/org/apache/maven/cli/MavenStatusCommand.java: ## @@ -0,0 +1,217 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [maven-compiler-plugin] psiroky commented on pull request #176: [MCOMPILER-523] Test with Maven 3.9.0 and fix the failing IT

2023-02-10 Thread via GitHub
psiroky commented on PR #176: URL: https://github.com/apache/maven-compiler-plugin/pull/176#issuecomment-1425767710 Looks good to me ( I can't of course formally approve or so). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687063#comment-17687063 ] ASF GitHub Bot commented on MNG-6869: - rfscholte commented on code in PR #995: URL: htt

[GitHub] [maven] rfscholte commented on a diff in pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-10 Thread via GitHub
rfscholte commented on code in PR #995: URL: https://github.com/apache/maven/pull/995#discussion_r1102729377 ## maven-embedder/src/main/java/org/apache/maven/cli/MavenStatusCommand.java: ## @@ -0,0 +1,217 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[jira] [Commented] (SUREFIRE-2143) Disabled @ParametrizedTest is not counted as skipped one in M8 (worked in M7)

2023-02-10 Thread Andreas Pabst (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17687058#comment-17687058 ] Andreas Pabst commented on SUREFIRE-2143: - I can confirm that it is a regressi

[GitHub] [maven-mvnd] gnodet commented on issue #787: mvnd overwrites PATH for vanilla mvn

2023-02-10 Thread via GitHub
gnodet commented on issue #787: URL: https://github.com/apache/maven-mvnd/issues/787#issuecomment-1425752979 That's a good question. I think `mvnd` should become _just another_ maven installation, rather than a separate project. So that people can switch between stock mvn or mvnd, just lik

[GitHub] [maven-mvnd] gnodet commented on issue #788: Support maven 3.9.0

2023-02-10 Thread via GitHub
gnodet commented on issue #788: URL: https://github.com/apache/maven-mvnd/issues/788#issuecomment-1425736454 See https://github.com/apache/maven-mvnd/tree/mvnd-0.10.x ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [maven-site] slachiewicz merged pull request #383: Include namespace in project element

2023-02-10 Thread via GitHub
slachiewicz merged PR #383: URL: https://github.com/apache/maven-site/pull/383 -- 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...@maven.

[GitHub] [maven-site] elharo commented on pull request #383: Include namespace in project element

2023-02-10 Thread via GitHub
elharo commented on PR #383: URL: https://github.com/apache/maven-site/pull/383#issuecomment-1425664668 CI looks broken: ``` [Pipeline] End of Pipeline Timeout has been exceeded Timeout has been exceeded [GitHub Checks] Causes for no suitable publisher found:

[GitHub] [maven-invoker-plugin] dependabot[bot] commented on pull request #175: Bump mockito-core from 4.10.0 to 5.1.1

2023-02-10 Thread via GitHub
dependabot[bot] commented on PR #175: URL: https://github.com/apache/maven-invoker-plugin/pull/175#issuecomment-1425663798 OK, I won't notify you about version 5.x.x again, unless you re-open this PR. 😢 -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [maven-invoker-plugin] dependabot[bot] closed pull request #175: Bump mockito-core from 4.10.0 to 5.1.1

2023-02-10 Thread via GitHub
dependabot[bot] closed pull request #175: Bump mockito-core from 4.10.0 to 5.1.1 URL: https://github.com/apache/maven-invoker-plugin/pull/175 -- 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 speci

[GitHub] [maven-invoker-plugin] slachiewicz commented on pull request #175: Bump mockito-core from 4.10.0 to 5.1.1

2023-02-10 Thread via GitHub
slachiewicz commented on PR #175: URL: https://github.com/apache/maven-invoker-plugin/pull/175#issuecomment-1425663735 @dependabot ignore this major version -- 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

[GitHub] [maven-mvnd] mikomatic opened a new issue, #788: Support maven 3.9.0

2023-02-10 Thread via GitHub
mikomatic opened a new issue, #788: URL: https://github.com/apache/maven-mvnd/issues/788 Hello team and thank you for the great project ! It would be great to have a version supporting Maven 3.9.0 (https://maven.apache.org/docs/3.9.0/release-notes.html) before targeting 4.0.0. (which

[GitHub] [maven-compiler-plugin] jorsol commented on pull request #172: [MCOMPILER-525] - Incremental recompile incorrect detection of dependency change

2023-02-10 Thread via GitHub
jorsol commented on PR #172: URL: https://github.com/apache/maven-compiler-plugin/pull/172#issuecomment-1425621531 > I have a hard time understanding the exact change that fixes the problem. Ok, sure, the fix for this issue is trivial, so I undo all the refactoring and only provide t

[GitHub] [maven-compiler-plugin] gnodet commented on a diff in pull request #176: Check more maven versions

2023-02-10 Thread via GitHub
gnodet commented on code in PR #176: URL: https://github.com/apache/maven-compiler-plugin/pull/176#discussion_r1102577554 ## .github/workflows/maven-verify.yml: ## @@ -30,4 +30,4 @@ jobs: jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'

[GitHub] [maven-compiler-plugin] gnodet commented on a diff in pull request #176: Check more maven versions

2023-02-10 Thread via GitHub
gnodet commented on code in PR #176: URL: https://github.com/apache/maven-compiler-plugin/pull/176#discussion_r1102572585 ## .github/workflows/maven-verify.yml: ## @@ -30,4 +30,4 @@ jobs: jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'

[GitHub] [maven-compiler-plugin] olamy commented on a diff in pull request #176: Check more maven versions

2023-02-10 Thread via GitHub
olamy commented on code in PR #176: URL: https://github.com/apache/maven-compiler-plugin/pull/176#discussion_r1102564960 ## .github/workflows/maven-verify.yml: ## @@ -30,4 +30,4 @@ jobs: jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'

[GitHub] [maven-compiler-plugin] psiroky commented on pull request #175: [MCOMPILER-526] Upgrade to parent 39

2023-02-10 Thread via GitHub
psiroky commented on PR #175: URL: https://github.com/apache/maven-compiler-plugin/pull/175#issuecomment-1425566607 Yes, please! Thank you for this change. `` the old style was really hurting my eyes `` -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [maven-compiler-plugin] psiroky commented on a diff in pull request #176: Check more maven versions

2023-02-10 Thread via GitHub
psiroky commented on code in PR #176: URL: https://github.com/apache/maven-compiler-plugin/pull/176#discussion_r1102558530 ## .github/workflows/maven-verify.yml: ## @@ -30,4 +30,4 @@ jobs: jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'

[GitHub] [maven-compiler-plugin] psiroky commented on pull request #173: [MCOMPILER-395] Allow dependency exclusions for 'annotationProcessorPaths'

2023-02-10 Thread via GitHub
psiroky commented on PR #173: URL: https://github.com/apache/maven-compiler-plugin/pull/173#issuecomment-1425558840 The failed test is `MCOMPILER-481-requires-static-included`, which seems to a [known issue](https://issues.apache.org/jira/browse/MCOMPILER-481?focusedCommentId=17679050&page

[jira] [Assigned] (MCOMPILER-523) MCOMPILER-481 IT fails with Maven 3.9.0

2023-02-10 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MCOMPILER-523: - Assignee: Guillaume Nodet > MCOMPILER-481 IT fails with Maven 3.9.0 > ---

[GitHub] [maven-compiler-plugin] gnodet opened a new pull request, #176: Check more maven versions

2023-02-10 Thread via GitHub
gnodet opened a new pull request, #176: URL: https://github.com/apache/maven-compiler-plugin/pull/176 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MCOMPILER) fil

[jira] [Commented] (MNG-7679) [REGRESSION] Build fails when executing a single mojo without a POM

2023-02-10 Thread Alexey Venderov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686992#comment-17686992 ] Alexey Venderov commented on MNG-7679: -- [~michael-o] the fix looks good to me. The bui

[GitHub] [maven-build-cache-extension] olamy commented on a diff in pull request #40: Cache documentation improvements

2023-02-10 Thread via GitHub
olamy commented on code in PR #40: URL: https://github.com/apache/maven-build-cache-extension/pull/40#discussion_r1102518102 ## src/site/markdown/getting-started.md: ## @@ -17,58 +17,66 @@ ## Getting Started -To on-board incremental Maven you need to complete several steps

[GitHub] [maven-build-cache-extension] olamy opened a new pull request, #41: use our shared GHA buiid, add dependabot and release

2023-02-10 Thread via GitHub
olamy opened a new pull request, #41: URL: https://github.com/apache/maven-build-cache-extension/pull/41 Signed-off-by: Olivier Lamy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issue

[GitHub] [maven-compiler-plugin] psiroky commented on a diff in pull request #173: [MCOMPILER-395] Allow dependency exclusions for 'annotationProcessorPaths'

2023-02-10 Thread via GitHub
psiroky commented on code in PR #173: URL: https://github.com/apache/maven-compiler-plugin/pull/173#discussion_r1102441906 ## src/it/setup_annotation-verify-plugin/src/main/java/org.apache.maven.plugins.compiler.it/SourcePathReadGoal.java: ## @@ -38,15 +38,17 @@ { @Para

[GitHub] [maven-compiler-plugin] psiroky commented on a diff in pull request #173: [MCOMPILER-395] Allow dependency exclusions for 'annotationProcessorPaths'

2023-02-10 Thread via GitHub
psiroky commented on code in PR #173: URL: https://github.com/apache/maven-compiler-plugin/pull/173#discussion_r1102441906 ## src/it/setup_annotation-verify-plugin/src/main/java/org.apache.maven.plugins.compiler.it/SourcePathReadGoal.java: ## @@ -38,15 +38,17 @@ { @Para

[jira] [Commented] (MNG-7689) NPE when calling dependency:analyze

2023-02-10 Thread Alexey Venderov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686947#comment-17686947 ] Alexey Venderov commented on MNG-7689: -- No, this is a new functionality, introduced in

[GitHub] [maven-compiler-plugin] gnodet closed pull request #106: [MCOMPILER-489] user property support for multi release output

2023-02-10 Thread via GitHub
gnodet closed pull request #106: [MCOMPILER-489] user property support for multi release output URL: https://github.com/apache/maven-compiler-plugin/pull/106 -- 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 t

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686945#comment-17686945 ] ASF GitHub Bot commented on MNG-6869: - rmannibucau commented on PR #995: URL: https://g

[GitHub] [maven-compiler-plugin] gnodet opened a new pull request, #175: [MCOMPILER-526] Upgrade to parent 39

2023-02-10 Thread via GitHub
gnodet opened a new pull request, #175: URL: https://github.com/apache/maven-compiler-plugin/pull/175 - [MCOMPILER-526] Upgrade to parent 39 - [MCOMPILER-526] Reformat Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure t

[GitHub] [maven] rmannibucau commented on pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-10 Thread via GitHub
rmannibucau commented on PR #995: URL: https://github.com/apache/maven/pull/995#issuecomment-1425415034 @michael-o or just enhance the CLI with a small SPI to enable to add custom command with extensions so this does not need a noop at all and is purely optional and in a dedicated module wh

[jira] [Updated] (MDEP-630) error dependency:list (caused by postgresql dependency)

2023-02-10 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MDEP-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MDEP-630: --- Description: Hi, when doing a {code:java} mvn -e dependency:list {code} on a project having the attache

[jira] [Commented] (MPIR-374) Unknown packaging: bundle when creating report

2023-02-10 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPIR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686934#comment-17686934 ] Herve Boutemy commented on MPIR-374: for the record: does not really solve the root cau

[jira] [Comment Edited] (MPIR-374) Unknown packaging: bundle when creating report

2023-02-10 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPIR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686934#comment-17686934 ] Herve Boutemy edited comment on MPIR-374 at 2/10/23 8:18 AM: - f

[jira] [Commented] (MDEP-844) Go Offline doesn't honor exclusions.

2023-02-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MDEP-844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686930#comment-17686930 ] Michael Osipov commented on MDEP-844: - Optional? That is would not appear on the classp

[jira] [Commented] (MNG-7685) Unable to ignore certificate errors with v3.9.0

2023-02-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686929#comment-17686929 ] Michael Osipov commented on MNG-7685: - [~nhoj.patrick], I don't understand what you mea

[jira] [Comment Edited] (MNG-7685) Unable to ignore certificate errors with v3.9.0

2023-02-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686799#comment-17686799 ] Michael Osipov edited comment on MNG-7685 at 2/10/23 8:09 AM: --

[jira] [Commented] (MNG-7689) NPE when calling dependency:analyze

2023-02-10 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686928#comment-17686928 ] Michael Osipov commented on MNG-7689: - It does not happen with 3.x? > NPE when calling

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686927#comment-17686927 ] ASF GitHub Bot commented on MNG-6869: - michael-o commented on PR #995: URL: https://git

[GitHub] [maven] michael-o commented on pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-10 Thread via GitHub
michael-o commented on PR #995: URL: https://github.com/apache/maven/pull/995#issuecomment-1425375596 Why not move it into a module within Maven Core which could be no-op of this default code. It could be easily exchanged?! -- This is an automated message from the Apache Git Service. To r

[jira] [Commented] (MNG-6869) New flag to verify the status

2023-02-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-6869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17686926#comment-17686926 ] ASF GitHub Bot commented on MNG-6869: - michael-o commented on code in PR #995: URL: htt

[GitHub] [maven] michael-o commented on a diff in pull request #995: [MNG-6869] New flag to verify Maven installation status

2023-02-10 Thread via GitHub
michael-o commented on code in PR #995: URL: https://github.com/apache/maven/pull/995#discussion_r1102407885 ## maven-embedder/src/main/java/org/apache/maven/cli/RemoteRepositoryConnectionVerifier.java: ## @@ -0,0 +1,130 @@ +/* + * Licensed to the Apache Software Foundation (ASF