[jira] [Commented] (MNG-5001) @readonly Mojo parameter annotation doesn't work any more

2020-05-23 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17115041#comment-17115041 ] Robert Scholte commented on MNG-5001: - Assuming this approach, it will require changes

[jira] [Commented] (MNG-5001) @readonly Mojo parameter annotation doesn't work any more

2020-05-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17115035#comment-17115035 ] Herve Boutemy commented on MNG-5001: [~rfscholte] does that mean that there should be a

[jira] [Created] (JXR-153) JxrReportTest depends on platform default encoding

2020-05-23 Thread Elliotte Rusty Harold (Jira)
Elliotte Rusty Harold created JXR-153: - Summary: JxrReportTest depends on platform default encoding Key: JXR-153 URL: https://issues.apache.org/jira/browse/JXR-153 Project: Maven JXR Issu

[GitHub] [maven-jxr] elharo opened a new pull request #24: remove unused imports

2020-05-23 Thread GitBox
elharo opened a new pull request #24: URL: https://github.com/apache/maven-jxr/pull/24 small cleanup 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-shade-plugin] dzikoysk closed pull request #40: [MSHADE-358] Support directories by AppendingTransformer

2020-05-23 Thread GitBox
dzikoysk closed pull request #40: URL: https://github.com/apache/maven-shade-plugin/pull/40 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [maven-release] asfgit closed pull request #55: Remove unused branch and initialize workDirectory immediately

2020-05-23 Thread GitBox
asfgit closed pull request #55: URL: https://github.com/apache/maven-release/pull/55 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

[GitHub] [maven-release] michael-o commented on pull request #55: Remove unused branch and initialize workDirectory immediately

2020-05-23 Thread GitBox
michael-o commented on pull request #55: URL: https://github.com/apache/maven-release/pull/55#issuecomment-633133014 > > > This might be called with `simulate == true`, but in such case we return in line 94. After that simulate can only be `false`. Completely missed that. The

[GitHub] [maven-release] pzygielo commented on pull request #55: Remove unused branch and initialize workDirectory immediately

2020-05-23 Thread GitBox
pzygielo commented on pull request #55: URL: https://github.com/apache/maven-release/pull/55#issuecomment-633131675 This might be called with `simulate == true`, but in such case we return in line 94. After that simulate can only be `false`. ---

[jira] [Commented] (MEJB-129) Refactor IncludesExcludes to reduce code duplication

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MEJB-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114926#comment-17114926 ] Hudson commented on MEJB-129: - Build succeeded in Jenkins: Maven TLP » maven-ejb-plugin » maste

[jira] [Closed] (MEJB-129) Refactor IncludesExcludes to reduce code duplication

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MEJB-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MEJB-129. --- Resolution: Fixed Fixed with [90c83f0026db37f1694b2282eab49cc06afeaece|https://gitbox.apache.org/repos

[GitHub] [maven-ejb-plugin] asfgit closed pull request #3: [MEJB-129] Refactor - extract method

2020-05-23 Thread GitBox
asfgit closed pull request #3: URL: https://github.com/apache/maven-ejb-plugin/pull/3 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

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #293: [SUREFIRE-1733] Surefire and Failsafe JPMS additions for JUnit 5.x execution

2020-05-23 Thread GitBox
Tibor17 edited a comment on pull request #293: URL: https://github.com/apache/maven-surefire/pull/293#issuecomment-633127002 @cowwoc Do you have some spare time to develop a project with JUnit4 and TestNG on the top of this PR? I want to know what CLI arguments should be added for th

[GitHub] [maven] michael-o commented on a change in pull request #342: [MNG-5760] Add --resume / -r switch

2020-05-23 Thread GitBox
michael-o commented on a change in pull request #342: URL: https://github.com/apache/maven/pull/342#discussion_r429572926 ## File path: maven-core/src/main/java/org/apache/maven/execution/DefaultBuildResumptionManager.java ## @@ -0,0 +1,308 @@ +package org.apache.maven.executi

[GitHub] [maven-surefire] Tibor17 commented on pull request #293: [SUREFIRE-1733] Surefire and Failsafe JPMS additions for JUnit 5.x execution

2020-05-23 Thread GitBox
Tibor17 commented on pull request #293: URL: https://github.com/apache/maven-surefire/pull/293#issuecomment-633127002 @cowwoc Do you have some spare time to develop a project with JUnit4 and TestNG on the top of this PR? I want to know what CLI arguments should be added for the JVM.

[GitHub] [maven] michael-o commented on a change in pull request #342: [MNG-5760] Add --resume / -r switch

2020-05-23 Thread GitBox
michael-o commented on a change in pull request #342: URL: https://github.com/apache/maven/pull/342#discussion_r429572738 ## File path: maven-core/src/main/java/org/apache/maven/DefaultMaven.java ## @@ -366,20 +366,21 @@ private void afterSessionEnd( Collection projects, Maven

[jira] [Updated] (MEJB-129) Refactor IncludesExcludes to reduce code duplication

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MEJB-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MEJB-129: Fix Version/s: 3.1.0 > Refactor IncludesExcludes to reduce code duplication > ---

[jira] [Updated] (MEJB-129) Refactor IncludesExcludes to reduce code duplication

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MEJB-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MEJB-129: Affects Version/s: 3.0.1 > Refactor IncludesExcludes to reduce code duplication > ---

[jira] [Assigned] (MEJB-129) Refactor IncludesExcludes to reduce code duplication

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MEJB-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MEJB-129: --- Assignee: Michael Osipov > Refactor IncludesExcludes to reduce code duplication >

[GitHub] [maven-ejb-plugin] michael-o commented on pull request #3: [MEJB-129] Refactor - extract method

2020-05-23 Thread GitBox
michael-o commented on pull request #3: URL: https://github.com/apache/maven-ejb-plugin/pull/3#issuecomment-633118038 Looking into... This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [maven-integration-testing] michael-o commented on pull request #60: [MNG-6913] Use Java 8

2020-05-23 Thread GitBox
michael-o commented on pull request #60: URL: https://github.com/apache/maven-integration-testing/pull/60#issuecomment-633108514 > > > > I don't know whether this is a good idea. This may mean that older Maven versions cannot run ITs on Java 7 anymore. > > Thanks for bringin

[jira] [Commented] (MNG-6915) Maven console output could be wider

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114911#comment-17114911 ] Michael Osipov commented on MNG-6915: - This isn't really hard to implement in C. I did

[jira] [Updated] (MNG-6757) Cant create a proper BOM when using ${revision}

2020-05-23 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-6757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated MNG-6757: Fix Version/s: 3.7.0-candidate > Cant create a proper BOM when using ${revision} > --

[GitHub] [maven-integration-testing] mthmulders commented on pull request #60: [MNG-6913] Use Java 8

2020-05-23 Thread GitBox
mthmulders commented on pull request #60: URL: https://github.com/apache/maven-integration-testing/pull/60#issuecomment-633099603 > I don't know whether this is a good idea. This may mean that older Maven versions cannot run ITs on Java 7 anymore. Thanks for bringing that up two wee

[GitHub] [maven-integration-testing] mthmulders closed pull request #60: [MNG-6913] Use Java 8

2020-05-23 Thread GitBox
mthmulders closed pull request #60: URL: https://github.com/apache/maven-integration-testing/pull/60 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Closed] (MSCMPUB-46) drop custom scmpublish lifecycle with its scmpublish goal

2020-05-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MSCMPUB-46. Assignee: Herve Boutemy Resolution: Fixed done in https://github.com/apache/maven-scm-publis

[jira] [Comment Edited] (MNG-6915) Maven console output could be wider

2020-05-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114895#comment-17114895 ] Herve Boutemy edited comment on MNG-6915 at 5/23/20, 5:06 PM: --

[jira] [Commented] (MNG-6915) Maven console output could be wider

2020-05-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114895#comment-17114895 ] Herve Boutemy commented on MNG-6915: from my tests of JAnsi, the API does not work on U

[jira] [Commented] (MSCMPUB-46) drop custom scmpublish lifecycle with its scmpublish goal

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114879#comment-17114879 ] Hudson commented on MSCMPUB-46: --- Build failed in Jenkins: Maven TLP » maven-scm-publish-plu

[jira] [Updated] (MSCMPUB-46) drop custom scmpublish lifecycle with its scmpublish goal

2020-05-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MSCMPUB-46: - Description: when preparing a new release, generating the site with Java 8, I found that the agg

[jira] [Commented] (MNGSITE-393) Remove references to Maven 2.x

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114873#comment-17114873 ] Hudson commented on MNGSITE-393: Build succeeded in Jenkins: Maven TLP » maven-site » ma

[jira] [Commented] (MNG-5001) @readonly Mojo parameter annotation doesn't work any more

2020-05-23 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114872#comment-17114872 ] Robert Scholte commented on MNG-5001: - This one I know. The release plugin contains a c

[jira] [Updated] (MSCMPUB-46) drop custom scmpublish lifecycle with its scmpublish goal

2020-05-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MSCMPUB-46: - Description: when preparing a new release, generating the site with Java 8, I found that the agg

[jira] [Created] (MSCMPUB-46) drop custom scmpublish lifecycle with its scmpublish goal

2020-05-23 Thread Herve Boutemy (Jira)
Herve Boutemy created MSCMPUB-46: Summary: drop custom scmpublish lifecycle with its scmpublish goal Key: MSCMPUB-46 URL: https://issues.apache.org/jira/browse/MSCMPUB-46 Project: Maven SCM Publish Plu

[jira] [Commented] (MNG-6915) Maven console output could be wider

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114863#comment-17114863 ] Michael Osipov commented on MNG-6915: - That seems so, needs to be evaluated, but this i

[jira] [Closed] (MSCMPUB-27) Make it possible to publish only subfolders in a targeting site repository

2020-05-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MSCMPUB-27. Resolution: Duplicate > Make it possible to publish only subfolders in a targeting site repository

[jira] [Closed] (MSCMPUB-45) make build Reproducible

2020-05-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSCMPUB-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MSCMPUB-45. Resolution: Fixed done in https://github.com/apache/maven-scm-publish-plugin/commit/c456597e5c1774

[jira] [Commented] (MNGSITE-393) Remove references to Maven 2.x

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114844#comment-17114844 ] Hudson commented on MNGSITE-393: Build succeeded in Jenkins: Maven TLP » maven-site » el

[jira] [Updated] (MSHADE-359) Remove dependency on Guava

2020-05-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MSHADE-359: - Fix Version/s: (was: 3.2.4) backlog > Remove dependency on Guava > ---

[jira] [Commented] (MNG-6915) Maven console output could be wider

2020-05-23 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114805#comment-17114805 ] Gary D. Gregory commented on MNG-6915: -- Hm, it looks like Jansi supports  [https://doc

[jira] [Commented] (MNG-6915) Maven console output could be wider

2020-05-23 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114801#comment-17114801 ] Gary D. Gregory commented on MNG-6915: -- Calling  [https://docs.microsoft.com/en-us/win

[jira] [Commented] (MNG-5001) @readonly Mojo parameter annotation doesn't work any more

2020-05-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MNG-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114800#comment-17114800 ] Herve Boutemy commented on MNG-5001: new unexpected issue when trying to do JXR release

[GitHub] [maven-dependency-plugin] elharo merged pull request #37: Code cleanup

2020-05-23 Thread GitBox
elharo merged pull request #37: URL: https://github.com/apache/maven-dependency-plugin/pull/37 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

[jira] [Commented] (MDEP-682) Upgrade asm to 8.0.1

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MDEP-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114782#comment-17114782 ] Hudson commented on MDEP-682: - Build succeeded in Jenkins: Maven TLP » maven-dependency-plugin

[jira] [Commented] (MDEP-683) Upgrade doxia version to 1.9.1

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MDEP-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114783#comment-17114783 ] Hudson commented on MDEP-683: - Build succeeded in Jenkins: Maven TLP » maven-dependency-plugin

[jira] [Commented] (MDEP-660) Obsolete example of -Dverbose on web page

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MDEP-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114784#comment-17114784 ] Hudson commented on MDEP-660: - Build succeeded in Jenkins: Maven TLP » maven-dependency-plugin

[jira] [Closed] (MNG-6819) NullPointerException for DefaultArtifactDescriptorReader.loadPom

2020-05-23 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MNG-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MNG-6819. - Resolution: Fixed > NullPointerException for DefaultArtifactDescriptorReader.loadPom >

[jira] [Created] (MNG-6917) Introduce wrapper lifecycle

2020-05-23 Thread Robert Scholte (Jira)
Robert Scholte created MNG-6917: --- Summary: Introduce wrapper lifecycle Key: MNG-6917 URL: https://issues.apache.org/jira/browse/MNG-6917 Project: Maven Issue Type: New Feature Repor

[jira] [Created] (MSHARED-890) Reactor dependencies not removed from unresolved

2020-05-23 Thread Piotr Zygielo (Jira)
Piotr Zygielo created MSHARED-890: - Summary: Reactor dependencies not removed from unresolved Key: MSHARED-890 URL: https://issues.apache.org/jira/browse/MSHARED-890 Project: Maven Shared Components

[GitHub] [maven] rfscholte closed pull request #349: Mng 5937

2020-05-23 Thread GitBox
rfscholte closed pull request #349: URL: https://github.com/apache/maven/pull/349 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] rfscholte commented on pull request #349: Mng 5937

2020-05-23 Thread GitBox
rfscholte commented on pull request #349: URL: https://github.com/apache/maven/pull/349#issuecomment-633027612 Added with https://github.com/apache/maven/commit/cdcd351928a6dc628cbb74a792fe6fb6589e3130 Code has been rebased, not squashed since this code has been donated, we should k

[GitHub] [maven-compiler-plugin] rfscholte edited a comment on pull request #33: MCOMPILER-416 - add skippedKey for check if "Nothing to compile"

2020-05-23 Thread GitBox
rfscholte edited a comment on pull request #33: URL: https://github.com/apache/maven-compiler-plugin/pull/33#issuecomment-633026760 Marked as `won't fix` in [MCOMPILER-416](https://issues.apache.org/jira/browse/MCOMPILER-416) --

[GitHub] [maven-compiler-plugin] rfscholte closed pull request #33: MCOMPILER-416 - add skippedKey for check if "Nothing to compile"

2020-05-23 Thread GitBox
rfscholte closed pull request #33: URL: https://github.com/apache/maven-compiler-plugin/pull/33 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [maven-compiler-plugin] rfscholte commented on pull request #33: MCOMPILER-416 - add skippedKey for check if "Nothing to compile"

2020-05-23 Thread GitBox
rfscholte commented on pull request #33: URL: https://github.com/apache/maven-compiler-plugin/pull/33#issuecomment-633026760 Marked as `won't fix` in MCOMPILER-416 This is an automated message from the Apache Git Service. To

[jira] [Closed] (MCOMPILER-416) make build faster: when "Nothing to compile" then skip the follow-up plugin

2020-05-23 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MCOMPILER-416. Assignee: Robert Scholte Resolution: Won't Fix In general I won't accept any skip

[jira] [Updated] (MCOMPILER-416) make build faster: when "Nothing to compile" then skip the follow-up plugin

2020-05-23 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated MCOMPILER-416: - Description: PR: [https://github.com/apache/maven-compiler-plugin/pull/33] make the b

[GitHub] [maven] aheritier commented on a change in pull request #349: Mng 5937

2020-05-23 Thread GitBox
aheritier commented on a change in pull request #349: URL: https://github.com/apache/maven/pull/349#discussion_r429535492 ## File path: apache-maven/maven-wrapper.pom ## @@ -0,0 +1,139 @@ + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-

[GitHub] [maven] michael-o commented on pull request #349: Mng 5937

2020-05-23 Thread GitBox
michael-o commented on pull request #349: URL: https://github.com/apache/maven/pull/349#issuecomment-633023735 235 commits looks weird? Can this be rebased and squashed? This is an automated message from the Apache Git Servi

[jira] [Updated] (JXR-137) Upgrade mave-surefire/failsafe-plugin 2.21.0

2020-05-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/JXR-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated JXR-137: -- Fix Version/s: (was: next-release) 3.0.0 > Upgrade mave-surefire/failsafe-plugin 2.

[jira] [Commented] (MSHARED-874) NPE with maven-dependency-plugin

2020-05-23 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114669#comment-17114669 ] Karl Heinz Marbaise commented on MSHARED-874: - Retested with maven-dependenc

[jira] [Closed] (MSHARED-874) NPE with maven-dependency-plugin

2020-05-23 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MSHARED-874. --- Resolution: Fixed > NPE with maven-dependency-plugin >

[GitHub] [maven-surefire] Tibor17 commented on pull request #299: Added integration test for surefire-1629

2020-05-23 Thread GitBox
Tibor17 commented on pull request #299: URL: https://github.com/apache/maven-surefire/pull/299#issuecomment-633021818 I am waiting for our build process to complete. Then i will cherry pick your last three commits and i will execute it localy. Let's see what will happen afterwards... ---

[jira] [Commented] (MNG-6819) NullPointerException for DefaultArtifactDescriptorReader.loadPom

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114649#comment-17114649 ] Hudson commented on MNG-6819: - Build failed in Jenkins: Maven TLP » maven » master #411 See ht

[jira] [Commented] (MSHARED-889) Remove explicit version for maven-shade-plugin

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114637#comment-17114637 ] Hudson commented on MSHARED-889: Build failed in Jenkins: Maven TLP » maven-artifact-tra

[jira] [Commented] (MNG-2478) add "resources-filtered" filtered resource directories to super POM

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114638#comment-17114638 ] Hudson commented on MNG-2478: - Build failed in Jenkins: Maven TLP » maven » MNG-6819 #13 See h

[jira] [Commented] (MPH-168) effective pom should support multi-module project

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MPH-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114632#comment-17114632 ] Michael Osipov commented on MPH-168: Shalom Or, have you considered to look at the code

[jira] [Comment Edited] (MNG-6915) Maven console output could be wider

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114631#comment-17114631 ] Michael Osipov edited comment on MNG-6915 at 5/23/20, 9:32 AM: --

[jira] [Created] (MPH-168) effective pom should support multi-module project

2020-05-23 Thread Or Shachar (Jira)
Or Shachar created MPH-168: -- Summary: effective pom should support multi-module project Key: MPH-168 URL: https://issues.apache.org/jira/browse/MPH-168 Project: Maven Help Plugin Issue Type: Improve

[jira] [Commented] (MNG-6915) Maven console output could be wider

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114631#comment-17114631 ] Michael Osipov commented on MNG-6915: - This would require native code. You can easily o

[jira] [Updated] (MNG-6915) Maven console output could be wider

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6915: Issue Type: Improvement (was: Bug) > Maven console output could be wider > -

[jira] [Updated] (MNG-6916) A hyphen sign in name of local repository causes build failure

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6916: Issue Type: Bug (was: Improvement) > A hyphen sign in name of local repository causes build failure

[jira] [Commented] (MNG-6916) A hyphen sign in name of local repository causes build failure

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114630#comment-17114630 ] Michael Osipov commented on MNG-6916: - Please show show output and your input. > A hyp

[jira] [Updated] (MNG-6916) A hyphen sign in name of local repository causes build failure

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6916: Summary: A hyphen sign in name of local repository causes build failure (was: a dash sign in name of

[jira] [Updated] (MNG-6916) A hyphen sign in name of local repository causes build failure

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6916: Fix Version/s: waiting-for-feedback > A hyphen sign in name of local repository causes build failure

[jira] [Updated] (MNG-6916) A hyphen sign in name of local repository causes build failure

2020-05-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6916: Description: I created a maven project in IntelliJ idea. And there is only one dependency: JUnit 4.1

[jira] [Commented] (MNG-6819) NullPointerException for DefaultArtifactDescriptorReader.loadPom

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114629#comment-17114629 ] Hudson commented on MNG-6819: - Build failed in Jenkins: Maven TLP » maven » master #410 See ht

[GitHub] [maven-compiler-plugin] eolivelli merged pull request #32: Remove extra-check for staleSources is non-null

2020-05-23 Thread GitBox
eolivelli merged pull request #32: URL: https://github.com/apache/maven-compiler-plugin/pull/32 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[jira] [Commented] (MSHARED-889) Remove explicit version for maven-shade-plugin

2020-05-23 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114626#comment-17114626 ] Karl Heinz Marbaise commented on MSHARED-889: - Done in [102dd7e9577c1191b55

[jira] [Closed] (MSHARED-889) Remove explicit version for maven-shade-plugin

2020-05-23 Thread Karl Heinz Marbaise (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MSHARED-889. --- Resolution: Done > Remove explicit version for maven-shade-plugin >

[jira] [Commented] (MNG-6819) NullPointerException for DefaultArtifactDescriptorReader.loadPom

2020-05-23 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MNG-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114624#comment-17114624 ] Sylwester Lachiewicz commented on MNG-6819: --- Fixed with  [https://gitbox.apache.o

[jira] [Assigned] (MNG-6819) NullPointerException for DefaultArtifactDescriptorReader.loadPom

2020-05-23 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MNG-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MNG-6819: - Assignee: Sylwester Lachiewicz > NullPointerException for DefaultArtifactDescripto

[jira] [Updated] (MNG-6819) NullPointerException for DefaultArtifactDescriptorReader.loadPom

2020-05-23 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MNG-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MNG-6819: -- Fix Version/s: 3.7.0 > NullPointerException for DefaultArtifactDescriptorReader.loadPom >

[GitHub] [maven] asfgit closed pull request #301: [MNG-6819] Fix NullPointerException in StringVisitorModelInterpolator$ModelVisitor

2020-05-23 Thread GitBox
asfgit closed pull request #301: URL: https://github.com/apache/maven/pull/301 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] [Created] (MNG-6916) a dash sign in name of local repository causes build failure

2020-05-23 Thread axin (Jira)
axin created MNG-6916: - Summary: a dash sign in name of local repository causes build failure Key: MNG-6916 URL: https://issues.apache.org/jira/browse/MNG-6916 Project: Maven Issue Type: Improvement

[jira] [Commented] (MNG-6914) Align mvn and mvnw scripts

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114613#comment-17114613 ] Hudson commented on MNG-6914: - Build succeeded in Jenkins: Maven TLP » maven » master #409 See

[jira] [Commented] (MNG-5937) Maven-Wrapper for unified project environments (analog the Gradle wrapper)

2020-05-23 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MNG-5937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114612#comment-17114612 ] Hudson commented on MNG-5937: - Build succeeded in Jenkins: Maven TLP » maven » master #409 See

[jira] [Created] (MSHARED-889) Remove explicit version for maven-shade-plugin

2020-05-23 Thread Karl Heinz Marbaise (Jira)
Karl Heinz Marbaise created MSHARED-889: --- Summary: Remove explicit version for maven-shade-plugin Key: MSHARED-889 URL: https://issues.apache.org/jira/browse/MSHARED-889 Project: Maven Shared Com

[jira] [Closed] (MNG-6914) Align mvn and mvnw scripts

2020-05-23 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MNG-6914. --- Fix Version/s: 3.7.0 Resolution: Fixed Fixed in [35e05e497234a353219d7a3d1ce374a91671e928|https

[jira] [Commented] (MNG-6915) Maven console output could be wider

2020-05-23 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114601#comment-17114601 ] Robert Scholte commented on MNG-6915: - As far as I know there's no reliable way to cal

[jira] [Closed] (MNG-5937) Maven-Wrapper for unified project environments (analog the Gradle wrapper)

2020-05-23 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-5937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed MNG-5937. --- Fix Version/s: (was: 3.7.0-candidate) 3.7.0 Resolution: Fixed Completed a

[GitHub] [maven-integration-testing] asfgit merged pull request #62: [5937] Maven-Wrapper for unified project environments

2020-05-23 Thread GitBox
asfgit merged pull request #62: URL: https://github.com/apache/maven-integration-testing/pull/62 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-compiler-plugin] pzygielo commented on pull request #32: Remove extra-check for staleSources is non-null

2020-05-23 Thread GitBox
pzygielo commented on pull request #32: URL: https://github.com/apache/maven-compiler-plugin/pull/32#issuecomment-633002025 @rfscholte May I ask for review, please? This is an automated message from the Apache Git Service. T