[GitHub] [maven-surefire] rmannibucau commented on a change in pull request #340: [SUREFIRE-1892] ensure systemPropertyVariables values are stringified

2021-03-08 Thread GitBox
rmannibucau commented on a change in pull request #340: URL: https://github.com/apache/maven-surefire/pull/340#discussion_r590002068 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -3623,9 +3623,20 @@ public

[jira] [Updated] (SUREFIRE-1893) New maven-surefire JUnit5 extension API by Fabricio Yamamoto

2021-03-08 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1893: --- Description: https://github.com/fabriciorby/maven-surefire/tree/feature/junit5-tree-view

[jira] [Updated] (SUREFIRE-1893) New maven-surefire JUnit5 extension API by Fabricio Yamamoto

2021-03-08 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1893: --- Description: https://github.com/fabriciorby/maven-surefire/tree/feature/junit5-tree-view

[jira] [Created] (SUREFIRE-1893) New maven-surefire JUnit5 extension API by Fabricio Yamamoto

2021-03-08 Thread Tibor Digana (Jira)
Tibor Digana created SUREFIRE-1893: -- Summary: New maven-surefire JUnit5 extension API by Fabricio Yamamoto Key: SUREFIRE-1893 URL: https://issues.apache.org/jira/browse/SUREFIRE-1893 Project: Maven

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #340: [SUREFIRE-1892] ensure systemPropertyVariables values are stringified

2021-03-08 Thread GitBox
Tibor17 commented on a change in pull request #340: URL: https://github.com/apache/maven-surefire/pull/340#discussion_r589778798 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -3623,9 +3623,20 @@ public void

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #340: [SUREFIRE-1892] ensure systemPropertyVariables values are stringified

2021-03-08 Thread GitBox
Tibor17 commented on a change in pull request #340: URL: https://github.com/apache/maven-surefire/pull/340#discussion_r589778798 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -3623,9 +3623,20 @@ public void

[jira] [Commented] (MCHANGELOG-128) Remove the unused commentFormat parameter from changelog mojo

2021-03-08 Thread Lutz Horn (Jira)
[ https://issues.apache.org/jira/browse/MCHANGELOG-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297694#comment-17297694 ] Lutz Horn commented on MCHANGELOG-128: -- I've turned the attached patch into a pull request:

[GitHub] [maven-changelog-plugin] lutzhorn opened a new pull request #2: MCHANGELOG-128: remove unused parameter commentFormat

2021-03-08 Thread GitBox
lutzhorn opened a new pull request #2: URL: https://github.com/apache/maven-changelog-plugin/pull/2 The parameter `commentFormat` on the changelog mojo is unused and the javadoc says that it is used by `ClearcaseChangeLogGenerator` which not exists on the project.

[GitHub] [maven] lutzhorn commented on a change in pull request #454: Update README.md

2021-03-08 Thread GitBox
lutzhorn commented on a change in pull request #454: URL: https://github.com/apache/maven/pull/454#discussion_r589717088 ## File path: README.md ## @@ -63,10 +63,10 @@ Do you like Apache Maven? Then [donate back to the ASF](https://www.apache.org/f Quick Build --- -If

[GitHub] [maven] lutzhorn commented on a change in pull request #454: Update README.md

2021-03-08 Thread GitBox
lutzhorn commented on a change in pull request #454: URL: https://github.com/apache/maven/pull/454#discussion_r589716609 ## File path: README.md ## @@ -63,10 +63,10 @@ Do you like Apache Maven? Then [donate back to the ASF](https://www.apache.org/f Quick Build --- -If

[GitHub] [maven] rfscholte commented on pull request #448: [MNG-7102] The child modules of excluded projects are now excluded

2021-03-08 Thread GitBox
rfscholte commented on pull request #448: URL: https://github.com/apache/maven/pull/448#issuecomment-793019213 `mvn -pl !mod_c2,mod_c_2_2` is the same as `mvn -pl !mod_c2,!mod_c_2_1,!mod_c_2_2,!mod_c_2_2_1,!mod_c_2_2_2,!mod_c_2_3,mod_c_2_2` Order doesn't matter. Because `mod_c_2_2` is

[GitHub] [maven] michael-o commented on pull request #448: [MNG-7102] The child modules of excluded projects are now excluded

2021-03-08 Thread GitBox
michael-o commented on pull request #448: URL: https://github.com/apache/maven/pull/448#issuecomment-792998441 > > I wonder what would happen if I have this: > > root: mod_a, mod_b, mod_c > > mod_c: mod_c_1, mod_c_2, mod_c_3 > > mod_c_2: mod_c_2_1, mod_c_2_2, mod_c_2_3 > >

[GitHub] [maven] rdp opened a new pull request #454: Update README.md

2021-03-08 Thread GitBox
rdp opened a new pull request #454: URL: https://github.com/apache/maven/pull/454 Attempt to make it clearer how to bootstrap. `Run Maven` wasn't clear which to me. Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure

[GitHub] [maven] rfscholte commented on pull request #448: [MNG-7102] The child modules of excluded projects are now excluded

2021-03-08 Thread GitBox
rfscholte commented on pull request #448: URL: https://github.com/apache/maven/pull/448#issuecomment-792978269 > I wonder what would happen if I have this: > > root: mod_a, mod_b, mod_c > mod_c: mod_c_1, mod_c_2, mod_c_3 > mod_c_2: mod_c_2_1, mod_c_2_2, mod_c_2_3 >

[jira] [Commented] (MNG-7051) Optionally skip non-existing profiles

2021-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297515#comment-17297515 ] Hudson commented on MNG-7051: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #115 See

[jira] [Commented] (MNG-7051) Optionally skip non-existing profiles

2021-03-08 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297489#comment-17297489 ] Hudson commented on MNG-7051: - Build succeeded in Jenkins: Maven » Maven TLP » maven » master #114 See

[GitHub] [maven] asfgit closed pull request #452: [MNG-7051] Update deprecated methods related to profile selection

2021-03-08 Thread GitBox
asfgit closed pull request #452: URL: https://github.com/apache/maven/pull/452 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] [Assigned] (MNG-7112) --projects flag should honor --non-recursive flag

2021-03-08 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/MNG-7112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Kanters reassigned MNG-7112: --- Assignee: Martin Kanters > --projects flag should honor --non-recursive flag >

[GitHub] [maven] MartinKanters merged pull request #453: [MNG-7051] When an optional profile could not be found, an info message should be thrown instead of a warning.

2021-03-08 Thread GitBox
MartinKanters merged pull request #453: URL: https://github.com/apache/maven/pull/453 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-integration-testing] MartinKanters merged pull request #102: [MNG-7051] When an optional profile could not be found, an info message should be thrown instead of a warning.

2021-03-08 Thread GitBox
MartinKanters merged pull request #102: URL: https://github.com/apache/maven-integration-testing/pull/102 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[jira] [Created] (MNG-7112) --projects flag should honor --non-recursive flag

2021-03-08 Thread Martin Kanters (Jira)
Martin Kanters created MNG-7112: --- Summary: --projects flag should honor --non-recursive flag Key: MNG-7112 URL: https://issues.apache.org/jira/browse/MNG-7112 Project: Maven Issue Type:

[GitHub] [maven] MartinKanters edited a comment on pull request #448: [MNG-7102] The child modules of excluded projects are now excluded

2021-03-08 Thread GitBox
MartinKanters edited a comment on pull request #448: URL: https://github.com/apache/maven/pull/448#issuecomment-792767072 > I wonder what would happen if I have this: > > root: mod_a, mod_b, mod_c > mod_c: mod_c_1, mod_c_2, mod_c_3 > mod_c_2: mod_c_2_1, mod_c_2_2, mod_c_2_3

[GitHub] [maven] MartinKanters commented on pull request #448: [MNG-7102] The child modules of excluded projects are now excluded

2021-03-08 Thread GitBox
MartinKanters commented on pull request #448: URL: https://github.com/apache/maven/pull/448#issuecomment-792767072 > I wonder what would happen if I have this: > > root: mod_a, mod_b, mod_c > mod_c: mod_c_1, mod_c_2, mod_c_3 > mod_c_2: mod_c_2_1, mod_c_2_2, mod_c_2_3 >

[GitHub] [maven] mthmulders commented on a change in pull request #446: [MNG-6511] - Optional project selection

2021-03-08 Thread GitBox
mthmulders commented on a change in pull request #446: URL: https://github.com/apache/maven/pull/446#discussion_r589428068 ## File path: maven-core/src/main/java/org/apache/maven/graph/DefaultGraphBuilder.java ## @@ -176,38 +177,69 @@ public DefaultGraphBuilder(

[GitHub] [maven-integration-testing] MartinKanters opened a new pull request #102: [MNG-7051] When an optional profile could not be found, an info message should be thrown instead of a warning.

2021-03-08 Thread GitBox
MartinKanters opened a new pull request #102: URL: https://github.com/apache/maven-integration-testing/pull/102 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [maven] MartinKanters opened a new pull request #453: [MNG-7051] When an optional profile could not be found, an info message should be thrown instead of a warning.

2021-03-08 Thread GitBox
MartinKanters opened a new pull request #453: URL: https://github.com/apache/maven/pull/453 This PR is raised because the functionality should be consistent with project selection: https://github.com/apache/maven/pull/446#discussion_r579859091 Following this checklist to help us

[GitHub] [maven-surefire] rmannibucau commented on a change in pull request #340: [SUREFIRE-1892] ensure systemPropertyVariables values are stringified

2021-03-08 Thread GitBox
rmannibucau commented on a change in pull request #340: URL: https://github.com/apache/maven-surefire/pull/340#discussion_r589395119 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -3623,9 +3623,20 @@ public

[GitHub] [maven-surefire] rmannibucau commented on a change in pull request #340: [SUREFIRE-1892] ensure systemPropertyVariables values are stringified

2021-03-08 Thread GitBox
rmannibucau commented on a change in pull request #340: URL: https://github.com/apache/maven-surefire/pull/340#discussion_r589394853 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -3623,9 +3623,20 @@ public

[GitHub] [maven] mthmulders commented on a change in pull request #446: [MNG-6511] - Optional project selection

2021-03-08 Thread GitBox
mthmulders commented on a change in pull request #446: URL: https://github.com/apache/maven/pull/446#discussion_r589386978 ## File path: maven-core/src/main/java/org/apache/maven/graph/DefaultGraphBuilder.java ## @@ -242,21 +274,17 @@ public DefaultGraphBuilder(

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #340: [SUREFIRE-1892] ensure systemPropertyVariables values are stringified

2021-03-08 Thread GitBox
Tibor17 commented on a change in pull request #340: URL: https://github.com/apache/maven-surefire/pull/340#discussion_r589386968 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -3623,9 +3623,20 @@ public void

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #340: [SUREFIRE-1892] ensure systemPropertyVariables values are stringified

2021-03-08 Thread GitBox
Tibor17 commented on a change in pull request #340: URL: https://github.com/apache/maven-surefire/pull/340#discussion_r589385444 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -3623,9 +3623,20 @@ public void

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #340: [SUREFIRE-1892] ensure systemPropertyVariables values are stringified

2021-03-08 Thread GitBox
Tibor17 commented on a change in pull request #340: URL: https://github.com/apache/maven-surefire/pull/340#discussion_r589384582 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java ## @@ -3623,9 +3623,20 @@ public void

[GitHub] [maven-surefire] Tibor17 commented on pull request #340: [SUREFIRE-1892] ensure systemPropertyVariables values are stringified

2021-03-08 Thread GitBox
Tibor17 commented on pull request #340: URL: https://github.com/apache/maven-surefire/pull/340#issuecomment-792721126 Pls see the CI logs and fix the chceckstyle: ``` Error: src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java:[3628,13] (whitespace) ParenPad:

[jira] [Commented] (MNG-5828) Artifact download loses proxy username during transfer, failing download

2021-03-08 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297240#comment-17297240 ] Michael Osipov commented on MNG-5828: - Are you joking? Look at the stack trace, fix your truststore

[GitHub] [maven] gnodet commented on pull request #442: Fix maven parallel builds

2021-03-08 Thread GitBox
gnodet commented on pull request #442: URL: https://github.com/apache/maven/pull/442#issuecomment-792626463 @rfscholte I've added another commit which fix a deadlock. This is an automated message from the Apache Git Service.

[jira] [Comment Edited] (MNG-5828) Artifact download loses proxy username during transfer, failing download

2021-03-08 Thread Daniel Hauser (Jira)
[ https://issues.apache.org/jira/browse/MNG-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297210#comment-17297210 ] Daniel Hauser edited comment on MNG-5828 at 3/8/21, 9:33 AM: - [~michael-o],

[jira] [Comment Edited] (MNG-5828) Artifact download loses proxy username during transfer, failing download

2021-03-08 Thread Daniel Hauser (Jira)
[ https://issues.apache.org/jira/browse/MNG-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297210#comment-17297210 ] Daniel Hauser edited comment on MNG-5828 at 3/8/21, 9:33 AM: - [~michael-o],

[jira] [Comment Edited] (MNG-5828) Artifact download loses proxy username during transfer, failing download

2021-03-08 Thread Daniel Hauser (Jira)
[ https://issues.apache.org/jira/browse/MNG-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297210#comment-17297210 ] Daniel Hauser edited comment on MNG-5828 at 3/8/21, 9:30 AM: - [~michael-o],

[jira] [Commented] (MNG-5828) Artifact download loses proxy username during transfer, failing download

2021-03-08 Thread Daniel Hauser (Jira)
[ https://issues.apache.org/jira/browse/MNG-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297210#comment-17297210 ] Daniel Hauser commented on MNG-5828: [~michael-o], I've uploaded the verbose output for a install

[jira] [Updated] (MNG-5828) Artifact download loses proxy username during transfer, failing download

2021-03-08 Thread Daniel Hauser (Jira)
[ https://issues.apache.org/jira/browse/MNG-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Hauser updated MNG-5828: --- Attachment: hauser_install_verbose.txt > Artifact download loses proxy username during transfer,

[jira] [Commented] (MNG-7111) Deadlock when reading pom

2021-03-08 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297186#comment-17297186 ] Guillaume Nodet commented on MNG-7111: -- I've added a fix to the above PR with

[jira] [Commented] (MNG-7111) Deadlock when reading pom

2021-03-08 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-7111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297155#comment-17297155 ] Guillaume Nodet commented on MNG-7111: -- This happens with the fix in