Re: Upcoming release of maven-dependency-plugin

2022-02-22 Thread Slawomir Jaranowski
Hi all Issue MDEP-791 looks more complicated and I don't see a consensus on how to resolve this. As a workaround we have a new option: ignoredNonTestScopedDependencies which allows us to exclude some or all artifacts from non-test-scoped. We have resolved many other issues so I will release

Re: Upcoming release of maven-dependency-plugin

2022-02-16 Thread Slawomir Jaranowski
Hi, I updated issue [1] with test project and describe steps what I did ... Can anyone else try the same maybe I don't see something [1] https://issues.apache.org/jira/browse/MDEP-791 wt., 15 lut 2022 o 21:37 Elliotte Rusty Harold napisał(a): > On Tue, Feb 15, 2022 at 5:53 PM Slawomir Jar

Re: Upcoming release of maven-dependency-plugin

2022-02-15 Thread Elliotte Rusty Harold
On Tue, Feb 15, 2022 at 5:53 PM Slawomir Jaranowski wrote: > Simply the problem is that dependencies present as transitive for any > dependency in compile scope should be not reported as "Non-test scoped". > So we should check if dependency listed as "Non-test scoped" are not > present as transit

Re: Upcoming release of maven-dependency-plugin

2022-02-15 Thread Slawomir Jaranowski
Hi, After community testing current snapshot version of plugin, we have new important issue: https://issues.apache.org/jira/browse/MDEP-791 Simply the problem is that dependencies present as transitive for any dependency in compile scope should be not reported as "Non-test scoped". So we should c

Re: Upcoming release of maven-dependency-plugin

2022-02-13 Thread Falko Modler
Hi, my experiments failed. Maven is just too eager to validate versions (which is a good thing in general), so setting such version properties via a plugin (even without requiresDependencyResolution) won't help with the cases I had in my mind. I think https://issues.apache.org/jira/browse/MNG-6

Re: Upcoming release of maven-dependency-plugin

2022-02-10 Thread Tibor Digana
Hi Falco, do not keep it in your mind, file a Jira ticket. If you post a PR in progress, it would be worth to give a feedback in advance. Somebody may guide you in the right direction rather sooner than later. T Dňa št 10. 2. 2022, 11:45 Falko Modler napísal(a): > TBH, I haven't created an issue

Re: Upcoming release of maven-dependency-plugin

2022-02-10 Thread Falko Modler
TBH, I haven't created an issue yet. I wanted to create a working draft first and play around with it to see whether it meets my needs. I might be able to finish it on Sunday. Cheers, Falko Am 10.02.2022 um 09:40 schrieb Slawomir Jaranowski: Hi Falko Which issue are you working on? How much

Re: Upcoming release of maven-dependency-plugin

2022-02-10 Thread Slawomir Jaranowski
Hi Falko Which issue are you working on? How much time do you need to finish your work? czw., 10 lut 2022 o 01:07 Falko Modler napisał(a): > Hi Slawomir, > > a few weeks ago I started working on extending the "properties" goal to > create a version property per dependency. > > This would be ver

Re: Upcoming release of maven-dependency-plugin

2022-02-09 Thread Falko Modler
Hi Slawomir, a few weeks ago I started working on extending the "properties" goal to create a version property per dependency. This would be very useful for projects like Quarkus that have a big BOM and would like to reuse versions from that BOM for various things in integration tests etc. It w

Upcoming release of maven-dependency-plugin

2022-02-09 Thread Slawomir Jaranowski
Hi, There are 17 issues resolved https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317227&version=12340588 Some of them are critical. Do we have plans to resolve more issues in the near future? Last release was about 7 months ago. If there are no objections I can take care of i