[jira] [Commented] (SUREFIRE-1755) Put dependencies from module-info in test sources on module path

2020-04-21 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17089185#comment-17089185 ] Tibor Digana commented on SUREFIRE-1755: [~Nibsi] I would like to have this issue solved. Can

[jira] [Updated] (SUREFIRE-1733) Surefire and Failsafe JPMS additions for JUnit 5.x execution

2020-04-21 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1733: --- Fix Version/s: 3.0.0-M5 > Surefire and Failsafe JPMS additions for JUnit 5.x execution >

[jira] [Comment Edited] (SUREFIRE-1779) Spock Tests Fail to Run

2020-04-21 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17089166#comment-17089166 ] Tibor Digana edited comment on SUREFIRE-1779 at 4/22/20, 12:24 AM: ---

[jira] [Commented] (SUREFIRE-1779) Spock Tests Fail to Run

2020-04-21 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17089166#comment-17089166 ] Tibor Digana commented on SUREFIRE-1779: Pls attach a reproducible project in zip file. That's

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #285: [SUREFIRE-1234] Allow to configure JVM for tests by referencing a toolchain entry

2020-04-21 Thread GitBox
Tibor17 commented on a change in pull request #285: URL: https://github.com/apache/maven-surefire/pull/285#discussion_r412568139 ## File path: maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/AbstractSurefireMojoToolchainsTest.java ## @@ -0,0 +1,107 @@

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #285: [SUREFIRE-1234] Allow to configure JVM for tests by referencing a toolchain entry

2020-04-21 Thread GitBox
Tibor17 commented on a change in pull request #285: URL: https://github.com/apache/maven-surefire/pull/285#discussion_r412568139 ## File path: maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/AbstractSurefireMojoToolchainsTest.java ## @@ -0,0 +1,107 @@

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #285: [SUREFIRE-1234] Allow to configure JVM for tests by referencing a toolchain entry

2020-04-21 Thread GitBox
Tibor17 commented on a change in pull request #285: URL: https://github.com/apache/maven-surefire/pull/285#discussion_r412561234 ## File path: maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/AbstractSurefireMojoToolchainsTest.java ## @@ -0,0 +1,107 @@

[jira] [Created] (SUREFIRE-1779) Spock Tests Fail to Run

2020-04-21 Thread Alan Zimmer (Jira)
Alan Zimmer created SUREFIRE-1779: - Summary: Spock Tests Fail to Run Key: SUREFIRE-1779 URL: https://issues.apache.org/jira/browse/SUREFIRE-1779 Project: Maven Surefire Issue Type: Bug

[jira] [Commented] (MNG-6895) Add aliasing feature for settings.xml:///servers/server

2020-04-21 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17089007#comment-17089007 ] Michael Osipov commented on MNG-6895: - Great, this is something I really wanted to have in the system

[jira] [Updated] (MNG-6895) Add aliasing feature for settings.xml:///servers/server

2020-04-21 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6895: Fix Version/s: Issues to be reviewed for 4.x > Add aliasing feature for

[GitHub] [maven] fkalinski commented on issue #310: [MNG-6843] - Parallel build fails due to missing JAR artifacts in compilePath

2020-04-21 Thread GitBox
fkalinski commented on issue #310: URL: https://github.com/apache/maven/pull/310#issuecomment-617364690 I've done actually the same change and it works for me. The only difference, is not factoring the ThreadlLocals into a common class, but plainly using the three of them on the same

[jira] [Commented] (SUREFIRE-1755) Put dependencies from module-info in test sources on module path

2020-04-21 Thread Gili (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088990#comment-17088990 ] Gili commented on SUREFIRE-1755: Tibor, You were right. In my case, it was a bug in my IDE, not

[GitHub] [maven] famod commented on issue #310: [MNG-6843] - Parallel build fails due to missing JAR artifacts in compilePath

2020-04-21 Thread GitBox
famod commented on issue #310: URL: https://github.com/apache/maven/pull/310#issuecomment-617344968 @fkalinski This was my approach: https://github.com/famod/maven/compare/master...MNG-6843-parallel-classpath This is an

[GitHub] [maven-integration-testing] MartinKanters commented on issue #56: [MNG-5760] Test that --resume-from without args resumes build from last failing module

2020-04-21 Thread GitBox
MartinKanters commented on issue #56: URL: https://github.com/apache/maven-integration-testing/pull/56#issuecomment-617332263 [Some changes are

[GitHub] [maven] MartinKanters commented on issue #329: [MNG-5760] resume from without args

2020-04-21 Thread GitBox
MartinKanters commented on issue #329: URL: https://github.com/apache/maven/pull/329#issuecomment-617331482 Some changes are needed: https://issues.apache.org/jira/browse/MNG-5571. Please do not merge yet. This is an

[GitHub] [maven] MartinKanters edited a comment on issue #329: [MNG-5760] resume from without args

2020-04-21 Thread GitBox
MartinKanters edited a comment on issue #329: URL: https://github.com/apache/maven/pull/329#issuecomment-617331482 [Some changes are

[jira] [Comment Edited] (MNG-5760) All `-rf` to automatically resume from the last failure point

2020-04-21 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/MNG-5760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088940#comment-17088940 ] Martin Kanters edited comment on MNG-5760 at 4/21/20, 6:18 PM: --- [~mthmulders] 

[jira] [Commented] (MNG-5760) All `-rf` to automatically resume from the last failure point

2020-04-21 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/MNG-5760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088940#comment-17088940 ] Martin Kanters commented on MNG-5760: - [~mthmulders] and implemented a PR for this, but it's on hold

[GitHub] [maven-surefire] Tibor17 commented on issue #251: roadmap chart

2020-04-21 Thread GitBox
Tibor17 commented on issue #251: URL: https://github.com/apache/maven-surefire/pull/251#issuecomment-617294943 @KroArtem The performance was improved in M5. We expect faster JVM startup and much faster teardown (10 millis). In the

[jira] [Comment Edited] (SUREFIRE-1778) Parallel forking in maven-failsafe-plugin always ends with exception

2020-04-21 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088855#comment-17088855 ] Tibor Digana edited comment on SUREFIRE-1778 at 4/21/20, 4:49 PM: -- >>

[jira] [Commented] (SUREFIRE-1778) Parallel forking in maven-failsafe-plugin always ends with exception

2020-04-21 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088855#comment-17088855 ] Tibor Digana commented on SUREFIRE-1778: >> A side question from this, why the parallel

[GitHub] [maven-integration-testing] MartinKanters opened a new pull request #58: [MNG-5571] The --resume-from hint at the end of a failing build shoul…

2020-04-21 Thread GitBox
MartinKanters opened a new pull request #58: URL: https://github.com/apache/maven-integration-testing/pull/58 …d hint the first topologically sorted failed build, instead of the first one chronologically. This is an

[jira] [Commented] (SUREFIRE-1778) Parallel forking in maven-failsafe-plugin always ends with exception

2020-04-21 Thread Mohammed Zrieq (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088745#comment-17088745 ] Mohammed Zrieq commented on SUREFIRE-1778: -- Found the answer, Thanks. [~tibordigana]   h3.

[jira] [Commented] (SUREFIRE-1778) Parallel forking in maven-failsafe-plugin always ends with exception

2020-04-21 Thread Mohammed Zrieq (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088742#comment-17088742 ] Mohammed Zrieq commented on SUREFIRE-1778: -- [~tibordigana] Thanks for the fast turn around.  

[GitHub] [maven] MartinKanters opened a new pull request #340: [MNG-5571] Resume from generates misleading hint when multiple projects fail.

2020-04-21 Thread GitBox
MartinKanters opened a new pull request #340: URL: https://github.com/apache/maven/pull/340 [MNG-5571] Resume from generates misleading hint when multiple projects fail. Log the topologically sorted first failed project instead of the chronologically first failed project.

[GitHub] [maven-surefire] KroArtem commented on issue #251: roadmap chart

2020-04-21 Thread GitBox
KroArtem commented on issue #251: URL: https://github.com/apache/maven-surefire/pull/251#issuecomment-617187484 @Tibor17 , first of all, thanks a lot for your enormous work. I don't want to say `hey guys, work harder`, just was trying to clarify the roadmap. After releasing M5 we can

[jira] [Commented] (MRESOLVER-96) Dependency Injection fails after upgrading to Maven 3.6.2

2020-04-21 Thread Marek Neumann (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088641#comment-17088641 ] Marek Neumann commented on MRESOLVER-96: We had to add a lot of code to make it work with Maven

[GitHub] [maven] fkalinski commented on issue #310: [MNG-6843] - Parallel build fails due to missing JAR artifacts in compilePath

2020-04-21 Thread GitBox
fkalinski commented on issue #310: URL: https://github.com/apache/maven/pull/310#issuecomment-617130914 @famod I was also going to test the ThreadLocal approach, as it seems as an easiest workaround. I have tried an approach with ThreadLocal around

[jira] [Closed] (SUREFIRE-1750) Wrong resolution of JUnit5 Provider artifacts

2020-04-21 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-1750. -- Resolution: Duplicate This works as expected. Fixed in SUREFIRE-1688: {noformat} [INFO]

[jira] [Assigned] (SUREFIRE-1750) Wrong resolution of JUnit5 Provider artifacts

2020-04-21 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana reassigned SUREFIRE-1750: -- Assignee: Tibor Digana > Wrong resolution of JUnit5 Provider artifacts >

[jira] [Updated] (SUREFIRE-1750) Wrong resolution of JUnit5 Provider artifacts

2020-04-21 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1750: --- Fix Version/s: (was: 3.0.0-M5) > Wrong resolution of JUnit5 Provider artifacts >

[jira] [Commented] (MNG-6895) Add aliasing feature for settings.xml:///servers/server

2020-04-21 Thread Jin Kwon (Jira)
[ https://issues.apache.org/jira/browse/MNG-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088552#comment-17088552 ] Jin Kwon commented on MNG-6895: --- Exactly! > Add aliasing feature for settings.xml:///servers/server >

[jira] [Commented] (MNG-6895) Add aliasing feature for settings.xml:///servers/server

2020-04-21 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088546#comment-17088546 ] Michael Osipov commented on MNG-6895: - So, I think I know what you want. This is an issue with the

[jira] [Comment Edited] (SCM-934) Add Maven SCM Provider for Micro Focus Dimensions CM

2020-04-21 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088538#comment-17088538 ] Michael Osipov edited comment on SCM-934 at 4/21/20, 10:31 AM: --- bq. I can

[jira] [Commented] (SCM-934) Add Maven SCM Provider for Micro Focus Dimensions CM

2020-04-21 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/SCM-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088538#comment-17088538 ] Michael Osipov commented on SCM-934: bq. I can understand your concerns, how does testing and

[GitHub] [maven-scm] michael-o commented on issue #97: [SCM-934] Add Maven SCM Provider for Micro Focus Dimensions CM

2020-04-21 Thread GitBox
michael-o commented on issue #97: URL: https://github.com/apache/maven-scm/pull/97#issuecomment-617075383 OK, another commercial ALM suite. This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Comment Edited] (MNG-6895) Add aliasing feature for settings.xml:///servers/server

2020-04-21 Thread Jin Kwon (Jira)
[ https://issues.apache.org/jira/browse/MNG-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088493#comment-17088493 ] Jin Kwon edited comment on MNG-6895 at 4/21/20, 9:46 AM: - Nope. The situation is

[jira] [Commented] (MNG-6895) Add aliasing feature for settings.xml:///servers/server

2020-04-21 Thread Jin Kwon (Jira)
[ https://issues.apache.org/jira/browse/MNG-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088493#comment-17088493 ] Jin Kwon commented on MNG-6895: --- Nope. The situation is opposite. For a same endpoint of a repository,

[jira] [Moved] (MNGSITE-404) google search box does not seem to work correctly

2020-04-21 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov moved MNG-6894 to MNGSITE-404: - Component/s: (was: Documentation: General) Key:

[jira] [Commented] (MNG-6895) Add aliasing feature for settings.xml:///servers/server

2020-04-21 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088475#comment-17088475 ] Michael Osipov commented on MNG-6895: - Please describe your usecase. Do you intend to reuse credentials

[jira] [Comment Edited] (MNG-5708) Maven dependency resolution inconsistent with multiple excludes

2020-04-21 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MNG-5708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088455#comment-17088455 ] Maarten Mulders edited comment on MNG-5708 at 4/21/20, 9:05 AM: I've tried

[jira] [Commented] (MNG-5708) Maven dependency resolution inconsistent with multiple excludes

2020-04-21 Thread Maarten Mulders (Jira)
[ https://issues.apache.org/jira/browse/MNG-5708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088455#comment-17088455 ] Maarten Mulders commented on MNG-5708: -- I've tried this with Apache Maven 3.6.3

[GitHub] [maven-scm] PetRay commented on issue #97: [SCM-934] Add Maven SCM Provider for Micro Focus Dimensions CM

2020-04-21 Thread GitBox
PetRay commented on issue #97: URL: https://github.com/apache/maven-scm/pull/97#issuecomment-617037918 Hi Michael, Thanks for offering to review this and your comments so far. Dimensions CM is an enterprise SCCM solution specializing in supporting customers in highly

[jira] [Commented] (SCM-934) Add Maven SCM Provider for Micro Focus Dimensions CM

2020-04-21 Thread Peter Raymond (Jira)
[ https://issues.apache.org/jira/browse/SCM-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17088413#comment-17088413 ] Peter Raymond commented on SCM-934: --- Of course we would want to keep this provider updated and address

[jira] [Updated] (MNG-6895) Add aliasing feature for settings.xml:///servers/server

2020-04-21 Thread Jin Kwon (Jira)
[ https://issues.apache.org/jira/browse/MNG-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jin Kwon updated MNG-6895: -- Description: In some cases there might be multiple server elements for the same endpoint with different

[jira] [Updated] (MNG-6895) Add aliasing feature for settings.xml:///servers/server

2020-04-21 Thread Jin Kwon (Jira)
[ https://issues.apache.org/jira/browse/MNG-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jin Kwon updated MNG-6895: -- Description: In some cases there might be multiple server elements for the same endpoint with different

[jira] [Updated] (MNG-6895) Add aliasing feature for settings.xml:///servers/server

2020-04-21 Thread Jin Kwon (Jira)
[ https://issues.apache.org/jira/browse/MNG-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jin Kwon updated MNG-6895: -- Description: In some cases there might be multiple server elements for the same endpoint with different

[jira] [Created] (MNG-6895) Add aliasing feature for settings.xml:///servers/server

2020-04-21 Thread Jin Kwon (Jira)
Jin Kwon created MNG-6895: - Summary: Add aliasing feature for settings.xml:///servers/server Key: MNG-6895 URL: https://issues.apache.org/jira/browse/MNG-6895 Project: Maven Issue Type: New Feature

[jira] [Created] (MNG-6894) google search box does not seem to work correctly

2020-04-21 Thread Etienne Chauchot (Jira)
Etienne Chauchot created MNG-6894: - Summary: google search box does not seem to work correctly Key: MNG-6894 URL: https://issues.apache.org/jira/browse/MNG-6894 Project: Maven Issue Type: