[GitHub] [maven] michael-o commented on pull request #411: [MNG-7029] Remove super POM release profile

2021-02-02 Thread GitBox
michael-o commented on pull request #411: URL: https://github.com/apache/maven/pull/411#issuecomment-771476292 The question is should that be completely removed from MRELEASE or moved to the profile altogether to fail explicitly? ---

[jira] [Commented] (SUREFIRE-1812) Skipped tests (by annotation @EnabledIfEnvironmentVariable on the test class) are not reported

2021-02-02 Thread Jiri Ondrusek (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17276968#comment-17276968 ] Jiri Ondrusek commented on SUREFIRE-1812: - [~tibordigana] I'll try to create a

[GitHub] [maven-surefire] oehme commented on a change in pull request #333: Add failOnFlakeCount option

2021-02-02 Thread GitBox
oehme commented on a change in pull request #333: URL: https://github.com/apache/maven-surefire/pull/333#discussion_r568468631 ## File path: maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java ## @@ -880,4 +900,20 @@ protected final ForkNod

[GitHub] [maven-surefire] oehme commented on a change in pull request #333: Add failOnFlakeCount option

2021-02-02 Thread GitBox
oehme commented on a change in pull request #333: URL: https://github.com/apache/maven-surefire/pull/333#discussion_r568469344 ## File path: maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java ## @@ -880,4 +900,20 @@ protected final ForkNod

[jira] [Commented] (MARCHETYPES-67) Fix maven-archetype-plugin test case

2021-02-02 Thread Lorenzo Bettini (Jira)
[ https://issues.apache.org/jira/browse/MARCHETYPES-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277000#comment-17277000 ] Lorenzo Bettini commented on MARCHETYPES-67: I had no feedback on this...

[jira] [Commented] (MNG-5761) Dependency management is not transitive.

2021-02-02 Thread Marc Carter (Jira)
[ https://issues.apache.org/jira/browse/MNG-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277004#comment-17277004 ] Marc Carter commented on MNG-5761: -- Finally realised why I see so many poms with more {{}}

[jira] [Updated] (MCOMPILER-454) The compiler plugin does not always detect removed Java files

2021-02-02 Thread Lorenzo Bettini (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorenzo Bettini updated MCOMPILER-454: -- Attachment: example.zip > The compiler plugin does not always detect removed Java fi

[jira] [Created] (MCOMPILER-454) The compiler plugin does not always detect removed Java files

2021-02-02 Thread Lorenzo Bettini (Jira)
Lorenzo Bettini created MCOMPILER-454: - Summary: The compiler plugin does not always detect removed Java files Key: MCOMPILER-454 URL: https://issues.apache.org/jira/browse/MCOMPILER-454 Project:

[GitHub] [maven-resolver] cstamas commented on pull request #91: [MRESOLVER-162] Restore binary compatibility

2021-02-02 Thread GitBox
cstamas commented on pull request #91: URL: https://github.com/apache/maven-resolver/pull/91#issuecomment-771531006 Try to run them... if you look at demo snippets, they are built but not run by maven build, those are "demo" code that all have `static void main`, so I just ran them from my

[GitHub] [maven-resolver] cstamas edited a comment on pull request #91: [MRESOLVER-162] Restore binary compatibility

2021-02-02 Thread GitBox
cstamas edited a comment on pull request #91: URL: https://github.com/apache/maven-resolver/pull/91#issuecomment-771531006 Try to run them... if you look at demo snippets, they are built but not run by maven build, those are "demo" code that all have `static void main`, so I just ran them

[GitHub] [maven-surefire] oehme commented on a change in pull request #333: Add failOnFlakeCount option

2021-02-02 Thread GitBox
oehme commented on a change in pull request #333: URL: https://github.com/apache/maven-surefire/pull/333#discussion_r568486429 ## File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireHelper.java ## @@ -286,7 +289,15 @@ private static String c

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #333: Add failOnFlakeCount option

2021-02-02 Thread GitBox
Tibor17 commented on a change in pull request #333: URL: https://github.com/apache/maven-surefire/pull/333#discussion_r568487013 ## File path: maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java ## @@ -880,4 +900,20 @@ protected final ForkN

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #333: Add failOnFlakeCount option

2021-02-02 Thread GitBox
Tibor17 commented on a change in pull request #333: URL: https://github.com/apache/maven-surefire/pull/333#discussion_r568487323 ## File path: maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java ## @@ -880,4 +900,20 @@ protected final ForkN

[GitHub] [maven-surefire] oehme commented on a change in pull request #333: Add failOnFlakeCount option

2021-02-02 Thread GitBox
oehme commented on a change in pull request #333: URL: https://github.com/apache/maven-surefire/pull/333#discussion_r568501708 ## File path: maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java ## @@ -880,4 +900,20 @@ protected final ForkNod

[GitHub] [maven-surefire] oehme commented on a change in pull request #333: Add failOnFlakeCount option

2021-02-02 Thread GitBox
oehme commented on a change in pull request #333: URL: https://github.com/apache/maven-surefire/pull/333#discussion_r568507616 ## File path: maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java ## @@ -880,4 +900,20 @@ protected final ForkNod

[GitHub] [maven] michael-o commented on pull request #411: [MNG-7029] Remove super POM release profile

2021-02-02 Thread GitBox
michael-o commented on pull request #411: URL: https://github.com/apache/maven/pull/411#issuecomment-771551462 I prefer hard failure with deprecation of that config option. This is an automated message from the Apache Git Ser

[GitHub] [maven-surefire] oehme commented on a change in pull request #333: Add failOnFlakeCount option

2021-02-02 Thread GitBox
oehme commented on a change in pull request #333: URL: https://github.com/apache/maven-surefire/pull/333#discussion_r568507616 ## File path: maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java ## @@ -880,4 +900,20 @@ protected final ForkNod

[GitHub] [maven-resolver] michael-o commented on pull request #91: [MRESOLVER-162] Restore binary compatibility

2021-02-02 Thread GitBox
michael-o commented on pull request #91: URL: https://github.com/apache/maven-resolver/pull/91#issuecomment-771553441 Btw, when you try to compile Maven with Resolver master it does not work either. This is an automated mess

[GitHub] [maven-enforcer] slachiewicz merged pull request #89: [MENFORCER-379] - Update maven-common-artifact-filters to 3.1.1

2021-02-02 Thread GitBox
slachiewicz merged pull request #89: URL: https://github.com/apache/maven-enforcer/pull/89 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

[GitHub] [maven-resolver] asfgit closed pull request #86: [MRESOLVER-156] Manage Google Guava dependency independent

2021-02-02 Thread GitBox
asfgit closed pull request #86: URL: https://github.com/apache/maven-resolver/pull/86 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 t

[jira] [Closed] (MRESOLVER-156) Active dependency management for Google Guice/Guava

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MRESOLVER-156. Resolution: Fixed Fixed with [2a755cf76a7e79d8eba2b825c189dddc987bc036|https://gitbox.a

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

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

[jira] [Assigned] (MNG-7068) Active dependency management for Google Guice / Google Guava

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MNG-7068: --- Assignee: Michael Osipov > Active dependency management for Google Guice / Google Guava >

[jira] [Updated] (MNG-7068) Active dependency management for Google Guice/Guava

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7068: Summary: Active dependency management for Google Guice/Guava (was: Active dependency management for

[jira] [Closed] (MNG-7068) Active dependency management for Google Guice/Guava

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7068. --- Fix Version/s: 4.0.0-alpha-1 4.0.0 Resolution: Fixed Fixed with [1e575a2bd7c

[jira] [Updated] (MSHARED-577) Remove usage of M2_HOME environment variable

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MSHARED-577: - Fix Version/s: maven-invoker-3.0.2 > Remove usage of M2_HOME environment variabl

[jira] [Updated] (MSHARED-577) Remove usage of M2_HOME environment variable

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MSHARED-577: - Fix Version/s: (was: maven-invoker-3.0.2) > Remove usage of M2_HOME environm

[jira] [Updated] (MSHARED-20) Extend Invoker API to support the needs of the Release Plugin

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MSHARED-20: Description: We are happily maintaining (at least) two code bases to fork Maven: On

[jira] [Updated] (MSHARED-20) Extend Invoker API to support the needs of the Release Plugin

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MSHARED-20: Description: We are happily maintaining (at least) two code bases to fork Maven: On

[jira] [Reopened] (MRELEASE-346) Refactor MavenExecutor out into some shared component (e.g. Invoker)

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reopened MRELEASE-346: --- > Refactor MavenExecutor out into some shared component (e.g. Invoker) > --

[GitHub] [maven] rfscholte commented on pull request #411: [MNG-7029] Remove super POM release profile

2021-02-02 Thread GitBox
rfscholte commented on pull request #411: URL: https://github.com/apache/maven/pull/411#issuecomment-771662749 https://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.html#useReleaseProfile is already marked as deprecated -

[jira] [Updated] (MRELEASE-346) Refactor MavenExecutor out into some shared component (e.g. Invoker)

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MRELEASE-346: -- Description: The code from the package {{org.apache.maven.shared.release.exec

[jira] [Assigned] (MRESOLVER-162) Restore binary compatibility broken by MRESOLVER-154

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MRESOLVER-162: Assignee: Michael Osipov > Restore binary compatibility broken by MRESOLVER-154

[jira] [Updated] (MRESOLVER-162) Restore binary compatibility broken by MRESOLVER-154

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-162: - Fix Version/s: 1.7.0 > Restore binary compatibility broken by MRESOLVER-154 >

[GitHub] [maven] michael-o commented on pull request #411: [MNG-7029] Remove super POM release profile

2021-02-02 Thread GitBox
michael-o commented on pull request #411: URL: https://github.com/apache/maven/pull/411#issuecomment-771665715 The we are good to remove it for next major. This is an automated message from the Apache Git Service. To respond

[GitHub] [maven-resolver] asfgit closed pull request #91: [MRESOLVER-162] Restore binary compatibility

2021-02-02 Thread GitBox
asfgit closed pull request #91: URL: https://github.com/apache/maven-resolver/pull/91 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 t

[jira] [Closed] (MRESOLVER-162) Restore binary compatibility broken by MRESOLVER-154

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MRESOLVER-162. Resolution: Fixed Fixed with [194020cadcdc5be92c2dad1fc049ab96cf561dcc|https://gitbox.a

[jira] [Commented] (MRESOLVER-161) Resolve circular dependency resolver -> maven -> resolver

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277173#comment-17277173 ] Michael Osipov commented on MRESOLVER-161: -- Looked at demo code again, it is

[jira] [Commented] (MSHARED-971) System environment variable are always added to maven-invoker

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277179#comment-17277179 ] Sylwester Lachiewicz commented on MSHARED-971: -- {code:java} /** * Indicate

[jira] [Commented] (MSHARED-926) Maven invoker build stuck at compiling a module

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277180#comment-17277180 ] Sylwester Lachiewicz commented on MSHARED-926: -- It may be related to MSHARE

[jira] [Created] (MSHARED-976) Maven 3.1.1 prerequisite to run ( + move to JSR-330)

2021-02-02 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MSHARED-976: Summary: Maven 3.1.1 prerequisite to run ( + move to JSR-330) Key: MSHARED-976 URL: https://issues.apache.org/jira/browse/MSHARED-976 Project: Maven Sh

[jira] [Updated] (MRESOLVER-159) Mark singleton components as Sisu Singletons

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-159: - Summary: Mark singleton components as Sisu Singletons (was: Mark singleton components

[jira] [Updated] (MRESOLVER-159) Mark singleton components as Sisu Singletons

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-159: - Description: When using resolver with Ssisu, key components that are expected to be si

[GitHub] [maven-resolver] michael-o commented on pull request #88: [MRESOLVER-157] Drop ServiceLocator

2021-02-02 Thread GitBox
michael-o commented on pull request #88: URL: https://github.com/apache/maven-resolver/pull/88#issuecomment-771733406 @cstamas I have added few more commits here. Please have a look too. Preparing a Maven branch for testing... --

[jira] [Assigned] (MSHARED-977) Upgrade to maven-shared-utils 3.3.3

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MSHARED-977: Assignee: Sylwester Lachiewicz > Upgrade to maven-shared-utils 3.3.3 > --

[jira] [Created] (MSHARED-977) Upgrade to maven-shared-utils3.3.3

2021-02-02 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MSHARED-977: Summary: Upgrade to maven-shared-utils3.3.3 Key: MSHARED-977 URL: https://issues.apache.org/jira/browse/MSHARED-977 Project: Maven Shared Components

[jira] [Updated] (MSHARED-977) Upgrade to maven-shared-utils 3.3.3

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MSHARED-977: - Summary: Upgrade to maven-shared-utils 3.3.3 (was: Upgrade to maven-shared-util

[GitHub] [maven] michael-o opened a new pull request #440: Remove ServiceLocator and Service

2021-02-02 Thread GitBox
michael-o opened a new pull request #440: URL: https://github.com/apache/maven/pull/440 @cstamas Here it it, yet incomplete. This is an automated message from the Apache Git Service. To respond to the message, please log on t

[jira] [Updated] (MSHARED-977) Upgrade to maven-shared-utils to 3.3.3

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MSHARED-977: - Summary: Upgrade to maven-shared-utils to 3.3.3 (was: Upgrade to maven-shared-u

[jira] [Commented] (MSHARED-977) Upgrade to maven-shared-utils to 3.3.3

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277231#comment-17277231 ] Sylwester Lachiewicz commented on MSHARED-977: -- Done with [59086e0d8d3d6cd

[jira] [Assigned] (MSHARED-976) Maven 3.1.1 prerequisite to run ( + move to JSR-330)

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MSHARED-976: Assignee: Sylwester Lachiewicz > Maven 3.1.1 prerequisite to run ( + move

[jira] [Updated] (MSHARED-976) Maven 3.1.1 prerequisite to run ( + move to JSR-330)

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MSHARED-976: - Fix Version/s: maven-invoker-3.0.2 > Maven 3.1.1 prerequisite to run ( + move to

[jira] [Commented] (MSHARED-976) Maven 3.1.1 prerequisite to run ( + move to JSR-330)

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277235#comment-17277235 ] Sylwester Lachiewicz commented on MSHARED-976: -- Done with [21fca60d50f67ad

[GitHub] [maven] michael-o commented on pull request #440: Remove ServiceLocator and Service

2021-02-02 Thread GitBox
michael-o commented on pull request #440: URL: https://github.com/apache/maven/pull/440#issuecomment-771755092 @cstamas Core ITs pass here locally. This is an automated message from the Apache Git Service. To respond to the m

[jira] [Updated] (MRESOLVER-157) Get rid of ServiceLocator in Resolver

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRESOLVER-157: - Description: maven-resolver currently supports: * ServiceLocator * "vanilla" Guice (

[jira] [Commented] (MRESOLVER-157) Get rid of ServiceLocator in Resolver

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277254#comment-17277254 ] Michael Osipov commented on MRESOLVER-157: -- I tried Ant Resolver Tasks and it

[jira] [Closed] (MSHARED-977) Upgrade to maven-shared-utils to 3.3.3

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MSHARED-977. Resolution: Fixed > Upgrade to maven-shared-utils to 3.3.3 > -

[jira] [Closed] (MSHARED-976) Maven 3.1.1 prerequisite to run ( + move to JSR-330)

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MSHARED-976. Resolution: Fixed > Maven 3.1.1 prerequisite to run ( + move to JSR-330) > ---

[jira] [Updated] (MSHARED-976) Maven 3.1.1 prerequisite to run ( + move to JSR-330)

2021-02-02 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MSHARED-976: - Component/s: maven-invoker > Maven 3.1.1 prerequisite to run ( + move to JSR-330

[jira] [Commented] (MSHARED-977) Upgrade to maven-shared-utils to 3.3.3

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

[jira] [Updated] (MRELEASE-973) Please keep the property performRelease or provide an alternative for it

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-973: Fix Version/s: (was: 3.0.0) > Please keep the property performRelease or provide an a

[jira] [Commented] (MSHARED-976) Maven 3.1.1 prerequisite to run ( + move to JSR-330)

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

[GitHub] [maven] michael-o closed pull request #426: [MNG-7068] - Manage Google Guava dependency independent

2021-02-02 Thread GitBox
michael-o closed pull request #426: URL: https://github.com/apache/maven/pull/426 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 th

[GitHub] [maven] michael-o commented on pull request #426: [MNG-7068] - Manage Google Guava dependency independent

2021-02-02 Thread GitBox
michael-o commented on pull request #426: URL: https://github.com/apache/maven/pull/426#issuecomment-771761284 Merged. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[jira] [Created] (MINVOKER-275) Add option to use the 'quiet' (-q) flag

2021-02-02 Thread Sylwester Lachiewicz (Jira)
Sylwester Lachiewicz created MINVOKER-275: - Summary: Add option to use the 'quiet' (-q) flag Key: MINVOKER-275 URL: https://issues.apache.org/jira/browse/MINVOKER-275 Project: Maven Invoker Plu

[jira] [Moved] (MSHARED-978) Add option to use the 'quiet' (-q) flag

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov moved MINVOKER-275 to MSHARED-978: - Key: MSHARED-978 (was: MINVOKER-275) Project: Maven Sha

[jira] [Updated] (MSHARED-978) Add option to use the 'quiet' (-q) flag

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-978: --- Fix Version/s: maven-invoker-3.0.2 > Add option to use the 'quiet' (-q) flag > -

[jira] [Commented] (MRESOLVER-161) Resolve circular dependency resolver -> maven -> resolver

2021-02-02 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277310#comment-17277310 ] Tamás Cservenák commented on MRESOLVER-161: --- Maven Resolver (originally Aeth

[jira] [Commented] (MRESOLVER-157) Get rid of ServiceLocator in Resolver

2021-02-02 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277312#comment-17277312 ] Tamás Cservenák commented on MRESOLVER-157: --- This change must NOT be done in

[GitHub] [maven-shade-plugin] gnodet commented on pull request #16: [MSHADE-148] Don't attach exclusions that are already present

2021-02-02 Thread GitBox
gnodet commented on pull request #16: URL: https://github.com/apache/maven-shade-plugin/pull/16#issuecomment-771810447 I also have this issue when building Apache Camel with a parallel build, similar to the above example. Given this looks like a threading issue, it's not always reproduci

[GitHub] [maven-integration-testing] asfgit merged pull request #86: [MNG-7029] Remove super POM release profile

2021-02-02 Thread GitBox
asfgit merged pull request #86: URL: https://github.com/apache/maven-integration-testing/pull/86 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] asfgit closed pull request #411: [MNG-7029] Remove super POM release profile

2021-02-02 Thread GitBox
asfgit closed pull request #411: URL: https://github.com/apache/maven/pull/411 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 s

[jira] [Closed] (MNG-7029) Remove super POM release profile

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MNG-7029. --- Fix Version/s: (was: 4.0.x-candidate) 4.0.0-alpha-1 4.0.0

[jira] [Created] (MRESOLVER-163) Introduce "configuration" or "feature" helper to centralize various flags/params/configs

2021-02-02 Thread Jira
Tamás Cservenák created MRESOLVER-163: - Summary: Introduce "configuration" or "feature" helper to centralize various flags/params/configs Key: MRESOLVER-163 URL: https://issues.apache.org/jira/browse/MRESOLVER

[jira] [Updated] (MRESOLVER-163) Introduce "configuration" or "feature" helper to centralize various flags/params/configs

2021-02-02 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Cservenák updated MRESOLVER-163: -- Description: Currently we have all kind of {{aether...}} keyed properties (see http

[GitHub] [maven-resolver] cstamas commented on pull request #88: [MRESOLVER-157] Drop ServiceLocator

2021-02-02 Thread GitBox
cstamas commented on pull request #88: URL: https://github.com/apache/maven-resolver/pull/88#issuecomment-771830039 LGTM, thanks. As per comment on MRESOLVER-157, I think this should NOT be merged until 1.7.0 is out (as on master.`ServiceLocator` is already deprecated). --

[GitHub] [maven-resolver] michael-o commented on pull request #88: [MRESOLVER-157] Drop ServiceLocator

2021-02-02 Thread GitBox
michael-o commented on pull request #88: URL: https://github.com/apache/maven-resolver/pull/88#issuecomment-771832013 > > > LGTM, thanks. As per comment on MRESOLVER-157, I think this should NOT be merged until 1.7.0 is out (as on master.`ServiceLocator` is already deprecated).

[jira] [Updated] (MNG-6471) Parallel builder should use the module name as thread name

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6471: Summary: Parallel builder should use the module name as thread name (was: Parallel builder should u

[jira] [Commented] (MRESOLVER-145) Introduce more SyncContext implementations

2021-02-02 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277355#comment-17277355 ] Tamás Cservenák commented on MRESOLVER-145: --- I'd make this into 1.7.0. > In

[jira] [Updated] (MNG-6471) Parallel builder should use the module name as thread name

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6471: Fix Version/s: 4.0.x-candidate > Parallel builder should use the module name as thread name > --

[jira] [Commented] (MRESOLVER-163) Introduce "configuration" or "feature" helper to centralize various flags/params/configs

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277372#comment-17277372 ] Michael Osipov commented on MRESOLVER-163: -- Your idea is just another physica

[jira] [Commented] (MRESOLVER-163) Introduce "configuration" or "feature" helper to centralize various flags/params/configs

2021-02-02 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277382#comment-17277382 ] Tamás Cservenák commented on MRESOLVER-163: --- Yes, even just a single class (

[GitHub] [maven-resolver] cstamas opened a new pull request #92: [MRESOLVER-160] Deprecate service locator

2021-02-02 Thread GitBox
cstamas opened a new pull request #92: URL: https://github.com/apache/maven-resolver/pull/92 Deprecate service locator implementation as well, as integrators usually extend this class (see Maven for example), and they don't deal with deprecated interfaces directly, so the fact they are

[GitHub] [maven] michael-o commented on pull request #177: [MNG-6471] during parallel build, ensure to set the thread name to the artifactId

2021-02-02 Thread GitBox
michael-o commented on pull request #177: URL: https://github.com/apache/maven/pull/177#issuecomment-771887901 @rmannibucau I have picked up and rebased your commit, also added more context because the sole module name can occur multiple times in a large reactor. If no one objects I will m

[GitHub] [maven] michael-o edited a comment on pull request #177: [MNG-6471] during parallel build, ensure to set the thread name to the artifactId

2021-02-02 Thread GitBox
michael-o edited a comment on pull request #177: URL: https://github.com/apache/maven/pull/177#issuecomment-771887901 @rmannibucau I have picked up and rebased your commit, also added more context because the sole module name can occur multiple times in a large reactor. If no one objects I

[jira] [Updated] (MRELEASE-1052) Release plugin ignores POM plugin versions, mvn site fails, releases no longer possible

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MRELEASE-1052: - Fix Version/s: waiting-for-feedback > Release plugin ignores POM plugin versions, mvn

[GitHub] [maven-resolver] asfgit merged pull request #92: [MRESOLVER-160] Deprecate service locator

2021-02-02 Thread GitBox
asfgit merged pull request #92: URL: https://github.com/apache/maven-resolver/pull/92 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 t

[jira] [Commented] (MRELEASE-1052) Release plugin ignores POM plugin versions, mvn site fails, releases no longer possible

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277398#comment-17277398 ] Michael Osipov commented on MRELEASE-1052: -- [~minf...@apache.org], please hav

[GitHub] [maven] cstamas commented on pull request #440: Remove ServiceLocator and Service

2021-02-02 Thread GitBox
cstamas commented on pull request #440: URL: https://github.com/apache/maven/pull/440#issuecomment-771897898 Looks good, and we did overlap a bit :) I pushed (not created PR) for "update for 1.70, minimal changes" and "update post 1.7.0, ie. 2.0.0 when we want to drop locator" https://g

[GitHub] [maven-resolver] cstamas commented on a change in pull request #77: [MRESOLVER-145] SyncContext implementations

2021-02-02 Thread GitBox
cstamas commented on a change in pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#discussion_r568863257 ## File path: maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/NoLockSyncContextFactory.java ## @@ -22,39 +22,42 @@ imp

[jira] [Commented] (MRESOLVER-161) Resolve circular dependency resolver -> maven -> resolver

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277414#comment-17277414 ] Michael Osipov commented on MRESOLVER-161: -- Thanks, this helps. > Resolve c

[jira] [Commented] (MRESOLVER-157) Get rid of ServiceLocator in Resolver

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277413#comment-17277413 ] Michael Osipov commented on MRESOLVER-157: -- Agreed. > Get rid of ServiceLoca

[jira] [Commented] (MRESOLVER-145) Introduce more SyncContext implementations

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277415#comment-17277415 ] Michael Osipov commented on MRESOLVER-145: -- Me too, this is next on my list.

[GitHub] [maven-resolver] michael-o commented on a change in pull request #77: [MRESOLVER-145] SyncContext implementations

2021-02-02 Thread GitBox
michael-o commented on a change in pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#discussion_r568875978 ## File path: maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/NoLockSyncContextFactory.java ## @@ -22,39 +22,42 @@ i

[GitHub] [maven-resolver] michael-o commented on a change in pull request #77: [MRESOLVER-145] SyncContext implementations

2021-02-02 Thread GitBox
michael-o commented on a change in pull request #77: URL: https://github.com/apache/maven-resolver/pull/77#discussion_r568876466 ## File path: maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/NoLockSyncContextFactory.java ## @@ -22,39 +22,42 @@ i

[jira] [Commented] (MRESOLVER-161) Resolve circular dependency resolver -> maven -> resolver

2021-02-02 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277422#comment-17277422 ] Tamás Cservenák commented on MRESOLVER-161: --- That said... is anyone aware of

[jira] [Commented] (MRESOLVER-161) Resolve circular dependency resolver -> maven -> resolver

2021-02-02 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277427#comment-17277427 ] Michael Osipov commented on MRESOLVER-161: -- Ant Tasks and Furnace Maven Plugi

[jira] [Comment Edited] (MRESOLVER-161) Resolve circular dependency resolver -> maven -> resolver

2021-02-02 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277430#comment-17277430 ] Tamás Cservenák edited comment on MRESOLVER-161 at 2/2/21, 7:54 PM:

[jira] [Commented] (MRESOLVER-161) Resolve circular dependency resolver -> maven -> resolver

2021-02-02 Thread Jira
[ https://issues.apache.org/jira/browse/MRESOLVER-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277430#comment-17277430 ] Tamás Cservenák commented on MRESOLVER-161: --- No, I meant "non-maven use", as

[GitHub] [maven-invoker] asfgit closed pull request #6: MSHARED-978 add 'quiet' flag

2021-02-02 Thread GitBox
asfgit closed pull request #6: URL: https://github.com/apache/maven-invoker/pull/6 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 t

  1   2   3   >