[GitHub] [maven-enforcer] TimSijstermans opened a new pull request #75: [MENFORCER-338] implement new rule RequireJavaVendor

2020-07-29 Thread GitBox
TimSijstermans opened a new pull request #75: URL: https://github.com/apache/maven-enforcer/pull/75 - [ x ] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) This rule ensures that the

[GitHub] [maven-enforcer] royvanrijn opened a new pull request #72: [MENFORCER-353] Formatting of artifact same as dependency:tree

2020-07-29 Thread GitBox
royvanrijn opened a new pull request #72: URL: https://github.com/apache/maven-enforcer/pull/72 Instead of combining fields of an artifact by appending fields I've changed this to use artifact.toString() just as the dependency:tree plugin is doing. Following this checklist to help

[GitHub] [maven-enforcer] asfgit closed pull request #72: [MENFORCER-353] Formatting of artifact same as dependency:tree

2020-07-29 Thread GitBox
asfgit closed pull request #72: URL: https://github.com/apache/maven-enforcer/pull/72 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-shared-utils] michael-o commented on a change in pull request #60: [MSHARED-938]

2020-07-29 Thread GitBox
michael-o commented on a change in pull request #60: URL: https://github.com/apache/maven-shared-utils/pull/60#discussion_r462164339 ## File path: src/test/java/org/apache/maven/shared/utils/cli/CommandLineUtilsTest.java ## @@ -168,4 +169,25 @@ private void assertCmdLineArgs(

[GitHub] [maven-enforcer] royvanrijn opened a new pull request #74: [MENFORCER-358] requireUpperBoundsDeps now has includes

2020-07-29 Thread GitBox
royvanrijn opened a new pull request #74: URL: https://github.com/apache/maven-enforcer/pull/74 The requireUpperBoundsDeps rule already had `excludes`, now we've added `includes` as well. When no includes are present all dependecies are included. If specific includes are listed only these

[GitHub] [maven-dependency-analyzer] elharo opened a new pull request #19: [MSHARED-932] remove dependency on jmock

2020-07-29 Thread GitBox
elharo opened a new pull request #19: URL: https://github.com/apache/maven-dependency-analyzer/pull/19 @ian-lavallee This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [maven-changes-plugin] elharo opened a new pull request #19: update plexus-interpolation to 1.26

2020-07-29 Thread GitBox
elharo opened a new pull request #19: URL: https://github.com/apache/maven-changes-plugin/pull/19 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-dependency-plugin] ian-lavallee opened a new pull request #86: Update analyzer plugin to 1.11.2

2020-07-29 Thread GitBox
ian-lavallee opened a new pull request #86: URL: https://github.com/apache/maven-dependency-plugin/pull/86 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [maven-enforcer] TimSijstermans opened a new pull request #76: [MENFORCER-194] Added IT to verify RequireSameVersion rule considers transitive dependencies

2020-07-29 Thread GitBox
TimSijstermans opened a new pull request #76: URL: https://github.com/apache/maven-enforcer/pull/76 The issue is about the RequireSameVersion rule; it claimed transitive dependencies were not considered. Added ITs to verify this is no longer an issues Following this checklist

[GitHub] [maven-enforcer] royvanrijn commented on pull request #74: [MENFORCER-358] requireUpperBoundsDeps now has includes

2020-07-29 Thread GitBox
royvanrijn commented on pull request #74: URL: https://github.com/apache/maven-enforcer/pull/74#issuecomment-665632286 I've tried to undo a lot of reformatting, although my IDE really wants to remove trailing spaces... which isn't a bad thing IMHO.

[GitHub] [maven-enforcer] michael-o commented on pull request #74: [MENFORCER-358] requireUpperBoundsDeps now has includes

2020-07-29 Thread GitBox
michael-o commented on pull request #74: URL: https://github.com/apache/maven-enforcer/pull/74#issuecomment-665633107 Trailing spaces are fine, but not adding linebreaks. This is an automated message from the Apache Git

[GitHub] [maven-enforcer] royvanrijn commented on pull request #72: [MENFORCER-353] Formatting of artifact same as dependency:tree

2020-07-29 Thread GitBox
royvanrijn commented on pull request #72: URL: https://github.com/apache/maven-enforcer/pull/72#issuecomment-665553160 Absolutely, I've followed the sample from: https://issues.apache.org/jira/browse/MENFORCER-353 This is the before: ```[WARNING] Dependency convergence

[GitHub] [maven-enforcer] tocchipinti opened a new pull request #77: [MENFORCER-333] Dependency convergence error in combination with CI friendly versions

2020-07-29 Thread GitBox
tocchipinti opened a new pull request #77: URL: https://github.com/apache/maven-enforcer/pull/77 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MENFORCER) filed

[GitHub] [maven-enforcer] michael-o commented on pull request #72: [MENFORCER-353] Formatting of artifact same as dependency:tree

2020-07-29 Thread GitBox
michael-o commented on pull request #72: URL: https://github.com/apache/maven-enforcer/pull/72#issuecomment-665551217 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [maven-enforcer] michael-o edited a comment on pull request #74: [MENFORCER-358] requireUpperBoundsDeps now has includes

2020-07-29 Thread GitBox
michael-o edited a comment on pull request #74: URL: https://github.com/apache/maven-enforcer/pull/74#issuecomment-665633107 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [maven-enforcer] tocchipinti commented on pull request #73: [MENFORCER-349] include JavaVendor in display-info output

2020-07-29 Thread GitBox
tocchipinti commented on pull request #73: URL: https://github.com/apache/maven-enforcer/pull/73#issuecomment-665577083 > Drop reformatting please. Fixed the reformatting that happend This is an automated message from

[GitHub] [maven-dependency-plugin] ian-lavallee commented on pull request #80: [MDEP-708] dependency:analyze should recommend test scope where possible

2020-07-29 Thread GitBox
ian-lavallee commented on pull request #80: URL: https://github.com/apache/maven-dependency-plugin/pull/80#issuecomment-665743730 This PR needs a 1.11.3-SNAPSHOT dependency-analyzer so that the test for compileScopedTestDependencies passes. Currently it fails because in 1.11.2 the

[GitHub] [maven-shared-utils] nywitness commented on a change in pull request #60: [MSHARED-938]

2020-07-29 Thread GitBox
nywitness commented on a change in pull request #60: URL: https://github.com/apache/maven-shared-utils/pull/60#discussion_r462115011 ## File path: src/test/java/org/apache/maven/shared/utils/cli/CommandLineUtilsTest.java ## @@ -168,4 +169,25 @@ private void assertCmdLineArgs(

[GitHub] [maven-enforcer] tocchipinti opened a new pull request #73: [MENFORCER-349] include JavaVendor in display-info output

2020-07-29 Thread GitBox
tocchipinti opened a new pull request #73: URL: https://github.com/apache/maven-enforcer/pull/73 [MENFORCER-349] include JavaVendor in display-info output Added the Java Vendor to the display-info goal This pr gets the Java Vendor using `System.getProperty( "java.vendor" )`

[GitHub] [maven-dependency-analyzer] elharo merged pull request #19: [MSHARED-932] remove dependency on jmock

2020-07-29 Thread GitBox
elharo merged pull request #19: URL: https://github.com/apache/maven-dependency-analyzer/pull/19 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-enforcer] asfgit closed pull request #73: [MENFORCER-349] include JavaVendor in display-info output

2020-07-29 Thread GitBox
asfgit closed pull request #73: URL: https://github.com/apache/maven-enforcer/pull/73 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] [Assigned] (MDEP-716) TestListClassesMojo logs too much

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold reassigned MDEP-716: -- Assignee: Elliotte Rusty Harold > TestListClassesMojo logs too much >

[jira] [Created] (MDEP-718) update maven-dependency-analyzer to 1.11.2

2020-07-29 Thread Elliotte Rusty Harold (Jira)
Elliotte Rusty Harold created MDEP-718: -- Summary: update maven-dependency-analyzer to 1.11.2 Key: MDEP-718 URL: https://issues.apache.org/jira/browse/MDEP-718 Project: Maven Dependency Plugin

[jira] [Updated] (MDEP-645) List classes in a given artifact

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MDEP-645: --- Fix Version/s: 3.1.3 > List classes in a given artifact >

[jira] [Updated] (MDEP-709) Adding maven-resolver-api to dependency plugin breaks tests

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MDEP-709: --- Fix Version/s: 3.1.3 > Adding maven-resolver-api to dependency plugin breaks tests >

[jira] [Updated] (MDEP-717) Set minimum supported Maven version to 3.1.1

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MDEP-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MDEP-717: --- Fix Version/s: 3.1.3 > Set minimum supported Maven version to 3.1.1 >

[jira] [Closed] (MSHARED-932) Remove JMock dependency

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold closed MSHARED-932. - > Remove JMock dependency > --- > > Key:

[jira] [Resolved] (MSHARED-932) Remove JMock dependency

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold resolved MSHARED-932. --- Resolution: Fixed > Remove JMock dependency > --- > >

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

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MSHARED-926: -- Priority: Major (was: Blocker) > Maven invoker build stuck at compiling a

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

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167336#comment-17167336 ] Elliotte Rusty Harold commented on MSHARED-926: --- Can you explain how we might reproduce

[jira] [Commented] (MSHARED-932) Remove JMock dependency

2020-07-29 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167332#comment-17167332 ] Hudson commented on MSHARED-932: Build succeeded in Jenkins: Maven TLP » maven-dependency-analyzer »

[jira] [Commented] (MSHARED-932) Remove JMock dependency

2020-07-29 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167331#comment-17167331 ] Hudson commented on MSHARED-932: Build succeeded in Jenkins: Maven » Maven TLP »

[jira] [Updated] (MSHARED-932) Remove JMock dependency

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MSHARED-932: -- Fix Version/s: maven-dependency-analyzer-1.11.3 > Remove JMock dependency >

[jira] [Assigned] (MSHARED-932) Remove JMock dependency

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold reassigned MSHARED-932: - Assignee: Elliotte Rusty Harold > Remove JMock dependency >

[jira] [Commented] (MENFORCER-280) Enforcer dependency convergence stumbles on selenium-java

2020-07-29 Thread Roy van Rijn (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167232#comment-17167232 ] Roy van Rijn commented on MENFORCER-280: The problem originates from the dependency-tree

[jira] [Commented] (MENFORCER-280) Enforcer dependency convergence stumbles on selenium-java

2020-07-29 Thread Roy van Rijn (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167221#comment-17167221 ] Roy van Rijn commented on MENFORCER-280: Two things: First: I'm able to reproduce this and

[jira] [Updated] (MENFORCER-357) RequirePluginVersions not recognizing versions-from-properties

2020-07-29 Thread Ali Meshkat (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ali Meshkat updated MENFORCER-357: -- Attachment: sample-pom.xml > RequirePluginVersions not recognizing versions-from-properties

[jira] [Commented] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167195#comment-17167195 ] Hudson commented on MENFORCER-349: -- Build succeeded in Jenkins: Maven TLP » maven-enforcer » master

[jira] [Commented] (MENFORCER-357) RequirePluginVersions not recognizing versions-from-properties

2020-07-29 Thread Ali Meshkat (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167193#comment-17167193 ] Ali Meshkat commented on MENFORCER-357: --- [~jbennett2091] Could you please provide also the full

[jira] [Commented] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167191#comment-17167191 ] Hudson commented on MENFORCER-349: -- Build succeeded in Jenkins: Maven » Maven TLP » maven-enforcer »

[jira] [Closed] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MENFORCER-349. Resolution: Fixed Fixed with

[jira] [Comment Edited] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167173#comment-17167173 ] Michael Osipov edited comment on MENFORCER-349 at 7/29/20, 12:12 PM:

[jira] [Commented] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Mark Symons (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167175#comment-17167175 ] Mark Symons commented on MENFORCER-349: ---  (y)  Thanks for clarification > Include Java vendor

[jira] [Commented] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167173#comment-17167173 ] Michael Osipov commented on MENFORCER-349: -- You are confusing two JVM distribution and JVM

[jira] [Commented] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Mark Symons (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167161#comment-17167161 ] Mark Symons commented on MENFORCER-349: --- I have read [PR

[jira] [Commented] (MRESOURCES-264) Parameter addDefaultExcludes with false does not copy .gitignore

2020-07-29 Thread Dennis Lundberg (Jira)
[ https://issues.apache.org/jira/browse/MRESOURCES-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167155#comment-17167155 ] Dennis Lundberg commented on MRESOURCES-264: Hi, We have an integration test in place

[jira] [Commented] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167153#comment-17167153 ] Michael Osipov commented on MENFORCER-349: -- {{java.vendor}} will give you that information.

[jira] [Commented] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Mark Symons (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167151#comment-17167151 ] Mark Symons commented on MENFORCER-349: --- In a single sentence:  when I use the {{display-info}}

[jira] [Commented] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167148#comment-17167148 ] Michael Osipov commented on MENFORCER-349: -- [~marks], I do not fully understand what you are

[jira] [Commented] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Mark Symons (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167144#comment-17167144 ] Mark Symons commented on MENFORCER-349: --- [~michael-o], I am not a dev and whilst I referenced

[jira] [Updated] (MENFORCER-349) Include Java vendor in display-info output

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MENFORCER-349: - Summary: Include Java vendor in display-info output (was: include Java vendor in

[jira] [Commented] (MENFORCER-352) Broken links on Maven Enforcer Plugin site

2020-07-29 Thread Tim Occhipinti (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167115#comment-17167115 ] Tim Occhipinti commented on MENFORCER-352: -- Fixed in

[jira] [Updated] (MENFORCER-349) include Java vendor in display-info output

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MENFORCER-349: - Summary: include Java vendor in display-info output (was: include JavaVendor in

[jira] [Updated] (MENFORCER-349) include JavaVendor in display-info output

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MENFORCER-349: - Fix Version/s: 3.0.0-M4 > include JavaVendor in display-info output >

[jira] [Assigned] (MENFORCER-349) include JavaVendor in display-info output

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MENFORCER-349: Assignee: Michael Osipov > include JavaVendor in display-info output >

[jira] [Commented] (MENFORCER-353) Consistently format artifacts same as dependency:tree

2020-07-29 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167109#comment-17167109 ] Hudson commented on MENFORCER-353: -- Build succeeded in Jenkins: Maven » Maven TLP » maven-enforcer »

[jira] [Commented] (MENFORCER-353) Consistently format artifacts same as dependency:tree

2020-07-29 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167108#comment-17167108 ] Hudson commented on MENFORCER-353: -- Build failed in Jenkins: Maven TLP » maven-enforcer » master #152

[jira] [Closed] (MENFORCER-256) BannedDependencies does not work with wildcard strings

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold closed MENFORCER-256. --- > BannedDependencies does not work with wildcard strings >

[jira] [Resolved] (MENFORCER-256) BannedDependencies does not work with wildcard strings

2020-07-29 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold resolved MENFORCER-256. - Resolution: Fixed > BannedDependencies does not work with wildcard

[jira] [Closed] (MENFORCER-353) Consistently format artifacts same as dependency:tree

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MENFORCER-353. Resolution: Fixed Fixed with

[jira] [Updated] (MENFORCER-353) Consistently format artifacts same as dependency:tree

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MENFORCER-353: - Fix Version/s: (was: 3.0.0) 3.0.0-M4 > Consistently format

[jira] [Comment Edited] (MENFORCER-256) BannedDependencies does not work with wildcard strings

2020-07-29 Thread Roy van Rijn (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167096#comment-17167096 ] Roy van Rijn edited comment on MENFORCER-256 at 7/29/20, 10:01 AM: ---

[jira] [Commented] (MENFORCER-256) BannedDependencies does not work with wildcard strings

2020-07-29 Thread Roy van Rijn (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167096#comment-17167096 ] Roy van Rijn commented on MENFORCER-256: I've revisted and tested this issue, with newer Maven

[jira] [Commented] (MRELEASE-1054) [Git submodule] Wrong Change on scm submodule after release:prepare and failed on pushChange

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167081#comment-17167081 ] Michael Osipov commented on MRELEASE-1054: -- As far as I remember, SCM does not really support

[jira] [Assigned] (MENFORCER-353) DependencyConvergence - should display artifact classifier in warning

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reassigned MENFORCER-353: Assignee: Michael Osipov > DependencyConvergence - should display artifact

[jira] [Updated] (MENFORCER-353) Consistently format artifacts same as dependency:tree

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MENFORCER-353: - Summary: Consistently format artifacts same as dependency:tree (was:

[jira] [Updated] (MENFORCER-353) DependencyConvergence - should display artifact classifier in warning

2020-07-29 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MENFORCER-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MENFORCER-353: - Fix Version/s: 3.0.0 > DependencyConvergence - should display artifact classifier in

[jira] [Created] (MRESOURCES-264) Parameter addDefaultExcludes with false does not copy .gitignore

2020-07-29 Thread Jira
Joël Royer created MRESOURCES-264: - Summary: Parameter addDefaultExcludes with false does not copy .gitignore Key: MRESOURCES-264 URL: https://issues.apache.org/jira/browse/MRESOURCES-264 Project:

[jira] [Commented] (MNG-6970) Mvn -v in cmd shows Syntax of the command is incorrect

2020-07-29 Thread Dennis Lundberg (Jira)
[ https://issues.apache.org/jira/browse/MNG-6970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167079#comment-17167079 ] Dennis Lundberg commented on MNG-6970: -- If the above command fails, then I think that your Maven

[GitHub] [maven-shared-utils] michael-o commented on a change in pull request #60: [MSHARED-938]

2020-07-29 Thread GitBox
michael-o commented on a change in pull request #60: URL: https://github.com/apache/maven-shared-utils/pull/60#discussion_r461593712 ## File path: src/test/java/org/apache/maven/shared/utils/cli/CommandLineUtilsTest.java ## @@ -168,4 +169,25 @@ private void assertCmdLineArgs(

[GitHub] [maven-mapping] elharo merged pull request #2: add .checkstyle to .gitignore

2020-07-29 Thread GitBox
elharo merged pull request #2: URL: https://github.com/apache/maven-mapping/pull/2 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-shared-utils] nywitness commented on pull request #60: [MSHARED-938]

2020-07-29 Thread GitBox
nywitness commented on pull request #60: URL: https://github.com/apache/maven-shared-utils/pull/60#issuecomment-664713924 ![image](https://user-images.githubusercontent.com/23254330/88606773-23b35c00-d0b0-11ea-8804-83079c9c60fe.png)

[GitHub] [maven-mapping] elharo opened a new pull request #4: [MSHARED-940] use Maven 3.1.0

2020-07-29 Thread GitBox
elharo opened a new pull request #4: URL: https://github.com/apache/maven-mapping/pull/4 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-mapping] elharo opened a new pull request #2: add .checkstyle to .gitignore

2020-07-29 Thread GitBox
elharo opened a new pull request #2: URL: https://github.com/apache/maven-mapping/pull/2 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-mapping] elharo merged pull request #3: update JIRA URL

2020-07-29 Thread GitBox
elharo merged pull request #3: URL: https://github.com/apache/maven-mapping/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 to

[GitHub] [maven-mapping] elharo opened a new pull request #3: update JIRA URL

2020-07-29 Thread GitBox
elharo opened a new pull request #3: URL: https://github.com/apache/maven-mapping/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

[GitHub] [maven-mapping] elharo merged pull request #4: [MSHARED-940] use Maven 3.1.0

2020-07-29 Thread GitBox
elharo merged pull request #4: URL: https://github.com/apache/maven-mapping/pull/4 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-mapping] elharo merged pull request #1: simple dependency upgrades: JUnit and plexus-interpolation

2020-07-29 Thread GitBox
elharo merged pull request #1: URL: https://github.com/apache/maven-mapping/pull/1 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-mapping] elharo opened a new pull request #1: simple dependency upgrades: JUnit and plexus-interpolation

2020-07-29 Thread GitBox
elharo opened a new pull request #1: URL: https://github.com/apache/maven-mapping/pull/1 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

[jira] [Updated] (MRELEASE-1054) [Git submodule] Wrong Change on scm submodule after release:prepare and failed on pushChange

2020-07-29 Thread Cau Ta (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cau Ta updated MRELEASE-1054: - Description: *My project structure:* {{parent (git scm repo parent.git)}} {{-- git submodule A (git

[jira] [Updated] (MRELEASE-1054) [Git submodule] Wrong Change on scm submodule after release:prepare and failed on pushChange

2020-07-29 Thread Cau Ta (Jira)
[ https://issues.apache.org/jira/browse/MRELEASE-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cau Ta updated MRELEASE-1054: - Description: *My project structure:* {{parent (git scm repo parent.git)}} {{-- git submodule A (git

[jira] [Created] (MRELEASE-1054) [Git submodule] Wrong Change on scm submodule after release:prepare and failed on pushChange

2020-07-29 Thread Cau Ta (Jira)
Cau Ta created MRELEASE-1054: Summary: [Git submodule] Wrong Change on scm submodule after release:prepare and failed on pushChange Key: MRELEASE-1054 URL: https://issues.apache.org/jira/browse/MRELEASE-1054

[jira] [Updated] (MNGSITE-419) The instructions for creating a Maven project release need to be updated

2020-07-29 Thread Dennis Lundberg (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg updated MNGSITE-419: Description: When I released maven-shared-utils I stumbled across a couple of things in