[jira] [Commented] (MNG-7024) Directory instead of file in an artifact

2020-11-23 Thread Robert Scholte (Jira)
[ https://issues.apache.org/jira/browse/MNG-7024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237934#comment-17237934 ] Robert Scholte commented on MNG-7024: - I had another look at it and I think we should c

[jira] [Created] (MNG-7030) Allow to use project.scm properties in a maven release

2020-11-23 Thread Armand BERGES (Jira)
Armand BERGES created MNG-7030: -- Summary: Allow to use project.scm properties in a maven release Key: MNG-7030 URL: https://issues.apache.org/jira/browse/MNG-7030 Project: Maven Issue Type: Bug

[jira] [Commented] (MNG-7024) Directory instead of file in an artifact

2020-11-23 Thread Martin Kanters (Jira)
[ https://issues.apache.org/jira/browse/MNG-7024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237924#comment-17237924 ] Martin Kanters commented on MNG-7024: - Well, I think it might be a faulty build setup,

[jira] [Commented] (SUREFIRE-1861) failsafe shall use jar

2020-11-23 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237755#comment-17237755 ] Tibor Digana commented on SUREFIRE-1861: The documentation is for you - the us

[jira] [Commented] (SUREFIRE-1861) failsafe shall use jar

2020-11-23 Thread Tibor Digana (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237753#comment-17237753 ] Tibor Digana commented on SUREFIRE-1861: # pls check it out with useManifestOn

[jira] [Commented] (SUREFIRE-1861) failsafe shall use jar

2020-11-23 Thread Ernst Reissner (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237692#comment-17237692 ] Ernst Reissner commented on SUREFIRE-1861: -- You wont believe: I found this si

[GitHub] [maven-pmd-plugin] elharo merged pull request #36: add undeclared but used SLF4J dependency

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

[jira] [Created] (SUREFIRE-1862) IntegrationTestMojo should not silently swallow exceptions thrown by providers

2020-11-23 Thread Marc Philipp (Jira)
Marc Philipp created SUREFIRE-1862: -- Summary: IntegrationTestMojo should not silently swallow exceptions thrown by providers Key: SUREFIRE-1862 URL: https://issues.apache.org/jira/browse/SUREFIRE-1862

[jira] [Comment Edited] (MNG-6283) [regression] resolution of nested import-scoped transitive dependencies ignores repositories overwriting 'central'

2020-11-23 Thread Stefan Dellmuth (Jira)
[ https://issues.apache.org/jira/browse/MNG-6283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237498#comment-17237498 ] Stefan Dellmuth edited comment on MNG-6283 at 11/23/20, 4:55 PM:

[jira] [Commented] (MNG-6283) [regression] resolution of nested import-scoped transitive dependencies ignores repositories overwriting 'central'

2020-11-23 Thread Stefan Dellmuth (Jira)
[ https://issues.apache.org/jira/browse/MNG-6283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237498#comment-17237498 ] Stefan Dellmuth commented on MNG-6283: -- I suspect that it's the same change that intro

[jira] [Commented] (MNG-6772) Super POM overwrites remapped central repository in nested import POMs

2020-11-23 Thread Eddie Wiegers (Jira)
[ https://issues.apache.org/jira/browse/MNG-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237467#comment-17237467 ] Eddie Wiegers commented on MNG-6772: [~michael-o], I know you've mentioned that there a

[jira] [Commented] (MNG-6283) [regression] resolution of nested import-scoped transitive dependencies ignores repositories overwriting 'central'

2020-11-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237465#comment-17237465 ] Michael Osipov commented on MNG-6283: - Thanks for the confirmation. Did you try to bise

[jira] [Updated] (MNG-6283) [regression] resolution of nested import-scoped transitive dependencies ignores repositories overwriting 'central'

2020-11-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-6283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-6283: Fix Version/s: (was: waiting-for-feedback) > [regression] resolution of nested import-scoped tran

[GitHub] [maven] rfscholte commented on pull request #398: [MNG-6268] When a reactor build fails Maven should include -f (if used) in command line suggestion

2020-11-23 Thread GitBox
rfscholte commented on pull request #398: URL: https://github.com/apache/maven/pull/398#issuecomment-732268218 I'm fine with no test in this case. This is an automated message from the Apache Git Service. To respond to the me

[jira] [Commented] (MNG-7024) Directory instead of file in an artifact

2020-11-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237438#comment-17237438 ] Michael Osipov commented on MNG-7024: - Is this really a regression of just a faulty bui

[GitHub] [maven-pmd-plugin] elharo opened a new pull request #36: add undeclared but used SLF4J dependency

2020-11-23 Thread GitBox
elharo opened a new pull request #36: URL: https://github.com/apache/maven-pmd-plugin/pull/36 @adangel This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [maven-pmd-plugin] elharo opened a new pull request #35: deps: update maven-shared-utils

2020-11-23 Thread GitBox
elharo opened a new pull request #35: URL: https://github.com/apache/maven-pmd-plugin/pull/35 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [maven-pmd-plugin] elharo merged pull request #35: deps: update maven-shared-utils

2020-11-23 Thread GitBox
elharo merged pull request #35: URL: https://github.com/apache/maven-pmd-plugin/pull/35 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [maven-pmd-plugin] elharo merged pull request #34: update commons-io

2020-11-23 Thread GitBox
elharo merged pull request #34: URL: https://github.com/apache/maven-pmd-plugin/pull/34 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] michael-o commented on pull request #398: [MNG-6268] When a reactor build fails Maven should include -f (if used) in command line suggestion

2020-11-23 Thread GitBox
michael-o commented on pull request #398: URL: https://github.com/apache/maven/pull/398#issuecomment-732116545 Another option is to have no test at all since this change is straight forward. Pipe input to output unmodified as you can see. --

[jira] [Commented] (MNG-6283) [regression] resolution of nested import-scoped transitive dependencies ignores repositories overwriting 'central'

2020-11-23 Thread Stefan Dellmuth (Jira)
[ https://issues.apache.org/jira/browse/MNG-6283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237215#comment-17237215 ] Stefan Dellmuth commented on MNG-6283: -- Yes, I've just tested it again. It still happe

[jira] [Updated] (MNG-6283) [regression] resolution of nested import-scoped transitive dependencies ignores repositories overwriting 'central'

2020-11-23 Thread Stefan Dellmuth (Jira)
[ https://issues.apache.org/jira/browse/MNG-6283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Dellmuth updated MNG-6283: - Affects Version/s: 3.6.3 > [regression] resolution of nested import-scoped transitive dependencies

[jira] [Closed] (MPMD-310) Unable to find referenced rule AvoidReassigningCatchVariables

2020-11-23 Thread Andreas Dangel (Jira)
[ https://issues.apache.org/jira/browse/MPMD-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Dangel closed MPMD-310. --- Resolution: Not A Bug > Unable to find referenced rule AvoidReassigningCatchVariables > ---