Re: is there a maven plugin to identify ancient pom dependencies

2019-12-23 Thread Maarten Mulders
Good catch, Mark. I wouldn't have guessed from the README or the announcement [1]. Indeed, this implementation seems based on some assumption about central repository behaviour. If your repository manager would set that header to the date the artifact was released, it might be of help. But I, fo

Re: is there a maven plugin to identify ancient pom dependencies

2019-12-23 Thread Mark Prins
On 21-12-19 21:02, Maarten Mulders wrote: Maybe this can help you: https://github.com/portofrotterdam/versiondebt-plugin As far as I can see, it doesn't allow you to configure "what is old". It does tell you how old dependencies are. not really; it seems that it uses the "last modified" from

Re: is there a maven plugin to identify ancient pom dependencies

2019-12-21 Thread Maarten Mulders
Maybe this can help you: https://github.com/portofrotterdam/versiondebt-plugin As far as I can see, it doesn't allow you to configure "what is old". It does tell you how old dependencies are. Important disclaimer at the end of the page: it isn't maintained on a regular basis. Cheers, Maarten

Re: is there a maven plugin to identify ancient pom dependencies

2019-12-21 Thread Enrico Olivelli
Something like this: https://www.mojohaus.org/versions-maven-plugin/display-dependency-updates-mojo.html Hope that helps Enrico Il sab 21 dic 2019, 18:31 mark ha scritto: > On 2019-12-20 13:39, Marlow, Andrew wrote: > > > > Hello everyone, > > > > I am using the owasp maven dependency plugin to

Re: is there a maven plugin to identify ancient pom dependencies

2019-12-21 Thread mark
On 2019-12-20 13:39, Marlow, Andrew wrote: Hello everyone, I am using the owasp maven dependency plugin to tell me when I am using components that have CVEs. That’s great. I was wondering if there was something similar that would tell me when I am using very old components (where the judgeme

is there a maven plugin to identify ancient pom dependencies

2019-12-20 Thread Marlow, Andrew
Hello everyone, I am using the owasp maven dependency plugin to tell me when I am using components that have CVEs. That's great. I was wondering if there was something similar that would tell me when I am using very old components (where the judgement about what is old is configurable, e.g numb