[jira] [Commented] (MDEPLOY-250) add documentation on managing network issues

2021-12-30 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MDEPLOY-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466719#comment-17466719 ] Herve Boutemy commented on MDEPLOY-250: --- documentation created in https://github.

[GitHub] [maven-integration-testing] mthmulders commented on a change in pull request #132: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
mthmulders commented on a change in pull request #132: URL: https://github.com/apache/maven-integration-testing/pull/132#discussion_r776487433 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5561PluginRelocationLosesConfigurationTest.java ## @@ -0,0 +1

[GitHub] [maven-mvnd] yxxcrtd commented on issue #552: How to use mvnd in Jenkins?

2021-12-30 Thread GitBox
yxxcrtd commented on issue #552: URL: https://github.com/apache/maven-mvnd/issues/552#issuecomment-1002932385 The same question ! I config Global Tool Configuration in jenkins, and set Maven's Name is **mvnd**, and MAVEN_HOME is **/home/mvnd-0.7.1/mvn**, then build without mvnd, hur

[GitHub] [maven-mvnd] yxxcrtd commented on issue #554: macOS Monterey doesn

2021-12-30 Thread GitBox
yxxcrtd commented on issue #554: URL: https://github.com/apache/maven-mvnd/issues/554#issuecomment-1002938817 I config env in .zshrc export PATH=$PATH:/Users/yxx/mvnd-0.7.1/bin -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [maven-mvnd] Fzoss commented on issue #549: How do i set other maven repository?

2021-12-30 Thread GitBox
Fzoss commented on issue #549: URL: https://github.com/apache/maven-mvnd/issues/549#issuecomment-1002938999 look https://github.com/apache/maven-mvnd/issues/553 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [maven-mvnd] yxxcrtd edited a comment on issue #554: macOS Monterey doesn

2021-12-30 Thread GitBox
yxxcrtd edited a comment on issue #554: URL: https://github.com/apache/maven-mvnd/issues/554#issuecomment-1002938817 I config env in .zshrc export PATH=$PATH:/Users/yxx/mvnd-0.7.1/bin then execute mvnd show: zsh: permission denied: mvnd -- This is an automated message from the Ap

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

2021-12-30 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466764#comment-17466764 ] wei cai commented on MRESOLVER-228: --- [~ibabiankou]  Thanks for your comments!  Kudo

[GitHub] [maven-invoker] slawekjaranowski merged pull request #35: [MSHARED-577] Remove usage of M2_HOME environment variable

2021-12-30 Thread GitBox
slawekjaranowski merged pull request #35: URL: https://github.com/apache/maven-invoker/pull/35 -- 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-577) Remove usage of M2_HOME environment variable

2021-12-30 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MSHARED-577. --- Resolution: Fixed > Remove usage of M2_HOME environment variable > -

[jira] [Created] (MSHARED-1009) Allow to provide Maven executable from workspace

2021-12-30 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MSHARED-1009: Summary: Allow to provide Maven executable from workspace Key: MSHARED-1009 URL: https://issues.apache.org/jira/browse/MSHARED-1009 Project: Maven Shar

[jira] [Assigned] (MSHARED-1009) Allow to provide Maven executable from workspace

2021-12-30 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MSHARED-1009: Assignee: Slawomir Jaranowski > Allow to provide Maven executable from w

[GitHub] [maven-integration-testing] michael-o commented on a change in pull request #132: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
michael-o commented on a change in pull request #132: URL: https://github.com/apache/maven-integration-testing/pull/132#discussion_r776661361 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5561PluginRelocationLosesConfigurationTest.java ## @@ -0,0 +1,

[GitHub] [maven-integration-testing] mthmulders commented on a change in pull request #132: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
mthmulders commented on a change in pull request #132: URL: https://github.com/apache/maven-integration-testing/pull/132#discussion_r776661962 ## File path: core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5561PluginRelocationLosesConfigurationTest.java ## @@ -0,0 +1

[GitHub] [maven] hboutemy commented on pull request #641: [MNG-7374] Mutating RelocatedArtifact does not retain type

2021-12-30 Thread GitBox
hboutemy commented on pull request #641: URL: https://github.com/apache/maven/pull/641#issuecomment-1002963399 @michael-o instead of copy/pasting the 3 methods, I think we could change "private Artifact newInstance" (from AbstractArtifact) to protected, then simply override this method -

[GitHub] [maven] michael-o commented on pull request #641: [MNG-7374] Mutating RelocatedArtifact does not retain type

2021-12-30 Thread GitBox
michael-o commented on pull request #641: URL: https://github.com/apache/maven/pull/641#issuecomment-1002965979 > @michael-o instead of copy/pasting the 3 methods, I think we could change "private Artifact newInstance" (from AbstractArtifact) to protected, then simply override this method

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

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466786#comment-17466786 ] Michael Osipov commented on MRESOLVER-228: -- [~wecai], thanks! As far as I und

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

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466786#comment-17466786 ] Michael Osipov edited comment on MRESOLVER-228 at 12/30/21, 10:30 AM: --

[GitHub] [maven] hboutemy commented on pull request #641: [MNG-7374] Mutating RelocatedArtifact does not retain type

2021-12-30 Thread GitBox
hboutemy commented on pull request #641: URL: https://github.com/apache/maven/pull/641#issuecomment-1002967160 no, I'm not trying to automagically retain the original type: I'm just trying to use the (hand-written) factory to remove code duplication digging a little bit more, it requ

[GitHub] [maven] mthmulders commented on a change in pull request #643: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
mthmulders commented on a change in pull request #643: URL: https://github.com/apache/maven/pull/643#discussion_r776665661 ## File path: maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java ## @@ -86,6 +86,39 @@ public String getVer

[jira] [Commented] (MNG-7380) Don't log non-threadsafe warning if only building a single module

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466787#comment-17466787 ] Michael Osipov commented on MNG-7380: - I wonder whether this applies to forked lifecycl

[GitHub] [maven] michael-o commented on pull request #641: [MNG-7374] Mutating RelocatedArtifact does not retain type

2021-12-30 Thread GitBox
michael-o commented on pull request #641: URL: https://github.com/apache/maven/pull/641#issuecomment-1002970252 > no, I'm not trying to automagically retain the original type: I'm just trying to use the (hand-written) factory to remove code duplication Agree, suboptimal. > dig

[GitHub] [maven] michael-o commented on a change in pull request #643: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
michael-o commented on a change in pull request #643: URL: https://github.com/apache/maven/pull/643#discussion_r776669482 ## File path: maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java ## @@ -86,6 +86,39 @@ public String getVers

[GitHub] [maven] mthmulders commented on a change in pull request #643: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
mthmulders commented on a change in pull request #643: URL: https://github.com/apache/maven/pull/643#discussion_r776670249 ## File path: maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java ## @@ -86,6 +86,39 @@ public String getVer

[GitHub] [maven] michael-o commented on a change in pull request #643: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
michael-o commented on a change in pull request #643: URL: https://github.com/apache/maven/pull/643#discussion_r776670895 ## File path: maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java ## @@ -86,6 +86,39 @@ public String getVers

[GitHub] [maven] mthmulders commented on a change in pull request #643: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
mthmulders commented on a change in pull request #643: URL: https://github.com/apache/maven/pull/643#discussion_r776671359 ## File path: maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java ## @@ -86,6 +86,39 @@ public String getVer

[GitHub] [maven] michael-o commented on a change in pull request #643: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
michael-o commented on a change in pull request #643: URL: https://github.com/apache/maven/pull/643#discussion_r776673637 ## File path: maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java ## @@ -86,6 +86,39 @@ public String getVers

[GitHub] [maven-mvnd] yxxcrtd commented on issue #554: macOS Monterey doesn't work with mvnd

2021-12-30 Thread GitBox
yxxcrtd commented on issue #554: URL: https://github.com/apache/maven-mvnd/issues/554#issuecomment-1002978057 how to fix -- 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

[GitHub] [maven] michael-o commented on a change in pull request #643: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
michael-o commented on a change in pull request #643: URL: https://github.com/apache/maven/pull/643#discussion_r776673637 ## File path: maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/RelocatedArtifact.java ## @@ -86,6 +86,39 @@ public String getVers

[GitHub] [maven] michael-o commented on pull request #643: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
michael-o commented on pull request #643: URL: https://github.com/apache/maven/pull/643#issuecomment-1002980003 @mthmulders Should I remove the `@Override`. -- 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] michael-o edited a comment on pull request #643: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
michael-o edited a comment on pull request #643: URL: https://github.com/apache/maven/pull/643#issuecomment-1002980003 @mthmulders Should I remove the `@Override`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [maven] mthmulders commented on pull request #643: [MNG-5561] Plugin relocation loses configuration

2021-12-30 Thread GitBox
mthmulders commented on pull request #643: URL: https://github.com/apache/maven/pull/643#issuecomment-1002980811 > @mthmulders Should I remove the `@Override`? I don't see a reason for that... If it is a valid override (and it is), I think it makes sense to keep the annotation there.

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

2021-12-30 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466825#comment-17466825 ] wei cai commented on MRESOLVER-228: --- [~michael-o] [~ibabiankou]  Cool! Have read th

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

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

[GitHub] [maven-surefire] Tibor17 commented on pull request #415: [SUREFIRE-1955] Switch project to Java 8

2021-12-30 Thread GitBox
Tibor17 commented on pull request #415: URL: https://github.com/apache/maven-surefire/pull/415#issuecomment-1002992437 @slawekjaranowski The plugin `animal-sniffer-maven-plugin` has a newer version `1.20`. It is used to check the JDK API signatures. We can update the version here or in

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

2021-12-30 Thread wei cai (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466825#comment-17466825 ] wei cai edited comment on MRESOLVER-228 at 12/30/21, 11:52 AM: -

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

2021-12-30 Thread Ivan Babiankou (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466839#comment-17466839 ] Ivan Babiankou commented on MRESOLVER-228: -- Awesome, sounds like a plan. [~we

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

2021-12-30 Thread Ivan Babiankou (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466839#comment-17466839 ] Ivan Babiankou edited comment on MRESOLVER-228 at 12/30/21, 12:06 PM: --

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

2021-12-30 Thread Ivan Babiankou (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228 ] Ivan Babiankou deleted comment on MRESOLVER-228: -- was (Author: ibabiankou): Didn't see the updated message... give me a sec. > Improve the maven dependency resolution speed by a skip

[GitHub] [maven-surefire] findinpath commented on a change in pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-30 Thread GitBox
findinpath commented on a change in pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#discussion_r776706980 ## File path: surefire-its/src/test/resources/surefire-1967-testng-method-parallel-ordering/pom.xml ## @@ -0,0 +1,60 @@ + + + +http://maven.apach

[GitHub] [maven-surefire] findepi commented on a change in pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-30 Thread GitBox
findepi commented on a change in pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#discussion_r776708306 ## File path: surefire-its/src/test/resources/surefire-1967-testng-method-parallel-ordering/pom.xml ## @@ -0,0 +1,60 @@ + + + +http://maven.apache.o

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

2021-12-30 Thread Ivan Babiankou (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466851#comment-17466851 ] Ivan Babiankou commented on MRESOLVER-228: -- BFS is needed for the parallel ar

[GitHub] [maven-surefire] findinpath commented on a change in pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-30 Thread GitBox
findinpath commented on a change in pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#discussion_r776710713 ## File path: surefire-its/src/test/resources/surefire-1967-testng-method-parallel-ordering/pom.xml ## @@ -0,0 +1,60 @@ + + + +http://maven.apach

[GitHub] [maven-surefire] findepi commented on a change in pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-30 Thread GitBox
findepi commented on a change in pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#discussion_r776713600 ## File path: surefire-its/src/test/resources/surefire-1967-testng-method-parallel-ordering/pom.xml ## @@ -0,0 +1,60 @@ + + + +http://maven.apache.o

[GitHub] [maven-surefire] findinpath commented on a change in pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-30 Thread GitBox
findinpath commented on a change in pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#discussion_r776716696 ## File path: surefire-its/src/test/resources/surefire-1967-testng-method-parallel-ordering/pom.xml ## @@ -0,0 +1,60 @@ + + + +http://maven.apach

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

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466860#comment-17466860 ] Michael Osipov commented on MRESOLVER-228: -- bq. One question is, as Ivan poin

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

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466860#comment-17466860 ] Michael Osipov edited comment on MRESOLVER-228 at 12/30/21, 1:10 PM: ---

[jira] [Commented] (MNG-7038) Introduce public property to point to a root directory of (multi-module) project

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466865#comment-17466865 ] Michael Osipov commented on MNG-7038: - I would consider that {{project.root.*}} would b

[jira] [Commented] (MNG-6606) Allow installation-wide parameter customization

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466866#comment-17466866 ] Michael Osipov commented on MNG-6606: - Still waiting for response. > Allow installatio

[jira] [Commented] (MNG-7088) A property which always points to pom.xml own directory

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466871#comment-17466871 ] Michael Osipov commented on MNG-7088: - Still waiting for response. > A property which

[jira] [Moved] (MWRAPPER-48) Error "}" was unexpected at this time (Windows 10)

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov moved MNG-7140 to MWRAPPER-48: - Component/s: Maven Wrapper Scripts (was: Maven Wrap

[jira] [Commented] (MNG-7050) Create M2_REPOSITORY env variable for Local Repository and Wrapper locations

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466873#comment-17466873 ] Michael Osipov commented on MNG-7050: - A new wrapper is out, try it. {{MAVEN_ARGS}} has

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

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466874#comment-17466874 ] Michael Osipov commented on MRESOLVER-228: -- Related issues: MNG-5988, MNG-576

[jira] [Commented] (MNG-7378) neither the Core IT link in PR template nor contributor's guide tells new contributors how to run Core IT

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466878#comment-17466878 ] Michael Osipov commented on MNG-7378: - You are right. Please propose a PR for the impro

[jira] [Assigned] (MNG-7377) Reading code in vscode causes maven's Apache Rat config to alarm

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MNG-7377: --- Assignee: Michael Osipov > Reading code in vscode causes maven's Apache Rat config to alarm >

[jira] [Updated] (MNG-7377) Add .vscode/ to .gitignore

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7377: Summary: Add .vscode/ to .gitignore (was: Reading code in vscode causes maven's Apache Rat config to

[jira] [Updated] (MNG-7377) Reading code in vscode causes maven's Apache Rat config to alarm

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7377: Issue Type: Task (was: Bug) > Reading code in vscode causes maven's Apache Rat config to alarm > ---

[GitHub] [maven] asfgit closed pull request #646: [MNG-7377] - ignore .vscode directories

2021-12-30 Thread GitBox
asfgit closed pull request #646: URL: https://github.com/apache/maven/pull/646 -- 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-7377) Add .vscode/ to .gitignore

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7377. --- Resolution: Done > Add .vscode/ to .gitignore > -- > > Key: MNG

[GitHub] [maven] michael-o commented on pull request #641: [MNG-7374] Mutating RelocatedArtifact does not retain type

2021-12-30 Thread GitBox
michael-o commented on pull request #641: URL: https://github.com/apache/maven/pull/641#issuecomment-1003047327 @hboutemy Any objections to merge this one and resolve in general with new issues? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [maven] michael-o commented on pull request #641: [MNG-7374] Mutating RelocatedArtifact does not retain type

2021-12-30 Thread GitBox
michael-o commented on pull request #641: URL: https://github.com/apache/maven/pull/641#issuecomment-1003048363 https://issues.apache.org/jira/browse/MRESOLVER-233 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[jira] [Created] (MRESOLVER-233) Make org.e.a.artifact.AbstractArtifact.newInstance() protected abstract

2021-12-30 Thread Michael Osipov (Jira)
Michael Osipov created MRESOLVER-233: Summary: Make org.e.a.artifact.AbstractArtifact.newInstance() protected abstract Key: MRESOLVER-233 URL: https://issues.apache.org/jira/browse/MRESOLVER-233 P

[GitHub] [maven] pzygielo commented on a change in pull request #646: [MNG-7377] - ignore .vscode directories

2021-12-30 Thread GitBox
pzygielo commented on a change in pull request #646: URL: https://github.com/apache/maven/pull/646#discussion_r776253734 ## File path: .gitignore ## @@ -15,3 +15,4 @@ out/ .java-version .checkstyle .factorypath +.vscode/ Review comment: This should go to global git c

[GitHub] [maven] hboutemy commented on pull request #641: [MNG-7374] Mutating RelocatedArtifact does not retain type

2021-12-30 Thread GitBox
hboutemy commented on pull request #641: URL: https://github.com/apache/maven/pull/641#issuecomment-1003050980 @michael-o no problem to do the work in 2 steps, sure -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (MNG-7047) Validate that repo configuration does not contain any expression

2021-12-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466897#comment-17466897 ] Hudson commented on MNG-7047: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #

[GitHub] [maven-compiler-plugin] dependabot[bot] opened a new pull request #80: Bump mockito-core from 4.1.0 to 4.2.0

2021-12-30 Thread GitBox
dependabot[bot] opened a new pull request #80: URL: https://github.com/apache/maven-compiler-plugin/pull/80 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.1.0 to 4.2.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's release

[GitHub] [maven-compiler-plugin] slachiewicz merged pull request #80: Bump mockito-core from 4.1.0 to 4.2.0

2021-12-30 Thread GitBox
slachiewicz merged pull request #80: URL: https://github.com/apache/maven-compiler-plugin/pull/80 -- 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-resolver] michael-o opened a new pull request #143: [MRESOLVER-233] Make org.e.a.artifact.AbstractArtifact.newInstance() …

2021-12-30 Thread GitBox
michael-o opened a new pull request #143: URL: https://github.com/apache/maven-resolver/pull/143 …protected abstract -- 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 uns

[GitHub] [maven-surefire] findepi commented on pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

2021-12-30 Thread GitBox
findepi commented on pull request #407: URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-1003083429 The build was failing because i added an execution with TestNG 5.13, which happens not to work under JDK 17. This should be fixed now. @slawekjaranowski can you please l

[GitHub] [maven] asfgit closed pull request #641: [MNG-7374] Mutating RelocatedArtifact does not retain type

2021-12-30 Thread GitBox
asfgit closed pull request #641: URL: https://github.com/apache/maven/pull/641 -- 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] asfgit merged pull request #641: [MNG-7374] Mutating RelocatedArtifact does not retain type

2021-12-30 Thread GitBox
asfgit merged pull request #641: URL: https://github.com/apache/maven/pull/641 -- 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-7374) Mutating RelocatedArtifact does not retain type

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7374. --- Resolution: Fixed Fixed with [46d57bdb3f54feb45d0ab22a255b9bcc6b704a27|https://gitbox.apache.org/repos

[jira] [Assigned] (MRESOLVER-233) Make org.e.a.artifact.AbstractArtifact.newInstance() protected abstract

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MRESOLVER-233: Assignee: Michael Osipov > Make org.e.a.artifact.AbstractArtifact.newInstance()

[GitHub] [maven] michael-o commented on pull request #427: [MNG-6727] Changed expression check to project.version and project.parent.version

2021-12-30 Thread GitBox
michael-o commented on pull request #427: URL: https://github.com/apache/maven/pull/427#issuecomment-1003094540 Just tried `${pom.version}` with `help:evaluate`, this must be also tested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (MNG-7038) Introduce public property to point to a root directory of (multi-module) project

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466930#comment-17466930 ] Michael Osipov commented on MNG-7038: - I need to correct myself, {{root} is not good si

[jira] [Commented] (MNG-7379) SNAPSHOT versions of Custom rules appear to only come from repository.apache.org

2021-12-30 Thread Rod Widdowson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466931#comment-17466931 ] Rod Widdowson commented on MNG-7379: :facepalm: Thanks for spending your time chasing

[jira] [Comment Edited] (MNG-7038) Introduce public property to point to a root directory of (multi-module) project

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466930#comment-17466930 ] Michael Osipov edited comment on MNG-7038 at 12/30/21, 4:20 PM: -

[jira] [Closed] (MNG-7379) SNAPSHOT versions of Custom rules appear to only come from repository.apache.org

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7379. --- Fix Version/s: (was: waiting-for-feedback) (was: wontfix-candidate) Re

[jira] [Comment Edited] (MNG-7379) SNAPSHOT versions of Custom rules appear to only come from repository.apache.org

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466548#comment-17466548 ] Michael Osipov edited comment on MNG-7379 at 12/30/21, 4:21 PM: -

[jira] [Updated] (MNG-6727) Using version range in parent and CI Friendly Version fails

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6727: Fix Version/s: 4.0.x-candidate > Using version range in parent and CI Friendly Version fails > --

[jira] [Assigned] (MNG-6727) Using version range in parent and CI Friendly Version fails

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MNG-6727: --- Assignee: Michael Osipov > Using version range in parent and CI Friendly Version fails > -

[jira] [Updated] (MNG-6727) Using version range in parent and CI Friendly Version fails

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6727: Fix Version/s: 3.8.x-candidate > Using version range in parent and CI Friendly Version fails > --

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

2021-12-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466938#comment-17466938 ] Hudson commented on MNG-7045: - Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-7374

[jira] [Commented] (MNG-7047) Validate that repo configuration does not contain any expression

2021-12-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466940#comment-17466940 ] Hudson commented on MNG-7047: - Build succeeded in Jenkins: Maven » Maven TLP » maven » MNG-7374

[jira] [Commented] (MNG-7047) Validate that repo configuration does not contain any expression

2021-12-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466937#comment-17466937 ] Hudson commented on MNG-7047: - Build unstable in Jenkins: Maven » Maven TLP » maven » maven-3.8

[jira] [Commented] (MWRAPPER-14) Make maven wrapper functional

2021-12-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466939#comment-17466939 ] Hudson commented on MWRAPPER-14: Build succeeded in Jenkins: Maven » Maven TLP » maven »

[jira] [Commented] (MWRAPPER-14) Make maven wrapper functional

2021-12-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466949#comment-17466949 ] Hudson commented on MWRAPPER-14: Build unstable in Jenkins: Maven » Maven TLP » maven »

[jira] [Commented] (MNG-7047) Validate that repo configuration does not contain any expression

2021-12-30 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466950#comment-17466950 ] Hudson commented on MNG-7047: - Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-5561_

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

2021-12-30 Thread Konrad Windszus (Jira)
Konrad Windszus created MSHARED-1010: Summary: Allow to customize Maven home Key: MSHARED-1010 URL: https://issues.apache.org/jira/browse/MSHARED-1010 Project: Maven Shared Components Iss

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

2021-12-30 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MSHARED-1010: - Description: In order to run ITs against multiple versions of Maven, it would be benefi

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

2021-12-30 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MSHARED-1010: - Issue Type: New Feature (was: Bug) > Allow to customize Maven home > -

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

2021-12-30 Thread Konrad Windszus (Jira)
Konrad Windszus created MSHARED-1011: Summary: Ease extension of Verifier Key: MSHARED-1011 URL: https://issues.apache.org/jira/browse/MSHARED-1011 Project: Maven Shared Components Issue

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

2021-12-30 Thread GitBox
Tibor17 commented on pull request #400: URL: https://github.com/apache/maven-surefire/pull/400#issuecomment-1003142907 @imonteroperez @slawekjaranowski @olamy The includes|excludes, includesFile|excludesFile end up within the TestListResolver. There is no need to modify the

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

2021-12-30 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MSHARED-1010: - Component/s: maven-verifier > Allow to customize Maven home > -

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #400: [SUREFIRE-1964] Support for method filtering on excludesFile and includesFile

2021-12-30 Thread GitBox
Tibor17 edited a comment on pull request #400: URL: https://github.com/apache/maven-surefire/pull/400#issuecomment-1003142907 @imonteroperez @slawekjaranowski @olamy The includes|excludes, includesFile|excludesFile end up within the TestListResolver. There is no need to modi

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #400: [SUREFIRE-1964] Support for method filtering on excludesFile and includesFile

2021-12-30 Thread GitBox
Tibor17 edited a comment on pull request #400: URL: https://github.com/apache/maven-surefire/pull/400#issuecomment-1003142907 @imonteroperez @slawekjaranowski @olamy The includes|excludes, includesFile|excludesFile end up within the TestListResolver. There is no need to modi

[jira] [Commented] (MWRAPPER-48) Error "}" was unexpected at this time (Windows 10)

2021-12-30 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466965#comment-17466965 ] Herve Boutemy commented on MWRAPPER-48: --- I cannot reproduce any failure like this

[jira] [Commented] (MWRAPPER-48) Error "}" was unexpected at this time (Windows 10)

2021-12-30 Thread Valentin Despa (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466967#comment-17466967 ] Valentin Despa commented on MWRAPPER-48: [~hboutemy] did you try this from a Jen

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

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466977#comment-17466977 ] Michael Osipov commented on MSHARED-1011: - Can you describe your usecases? > E

[jira] [Commented] (DOXIA-630) Remove all deprecated modules

2021-12-30 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466983#comment-17466983 ] ASF GitHub Bot commented on DOXIA-630: -- asfgit closed pull request #79: URL: https://

[jira] [Closed] (DOXIA-630) Remove all deprecated modules

2021-12-30 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed DOXIA-630. Resolution: Fixed Fixed with [ba9b17a4903f5efd873c02e20664d563a54bef66|https://gitbox.apache.org/re

  1   2   >