libyear-maven-plugin icon indicating copy to clipboard operation
libyear-maven-plugin copied to clipboard

Maven implementation of the libyear dependency freshness measure

Results 22 libyear-maven-plugin issues
Sort by recently updated
recently updated
newest added

See https://github.com/mfoo/libyear-maven-plugin/issues/267

We are looking for a tool to support EOL management of dependencies. The current Libyear is great for being aware of possible updates, ensuring that projects don't use real old...

Bumps `codehaus.versions.dependencies.version` from 2.16.2 to 2.17.1. Updates `org.codehaus.mojo.versions:versions-common` from 2.16.2 to 2.17.1 Release notes Sourced from org.codehaus.mojo.versions:versions-common's releases. 2.17.1 Changes 🐛 Bug Fixes Revert #1051 - fix #1110, #1103 (#1115)...

dependencies
java

This maven plugin helps to reduce the lib years of a product so it is an anti age tool. The final goal is to get the result 0 libyears what...

I previously had the following in `pom.xml`: ```xml ${project.groupId} ${project.artifactId} ${project.version} libyear-report analyze install ``` The idea was to execute the current version of the plugin when running `mvn install`...

I noticed that the `` parameter of this plugin seems to suffer from the same problem as is in versions-maven-plugin: https://www.mojohaus.org/versions/versions-maven-plugin/faq.html#why-is-a-dependency-version-not-excluded-by-dependencyexcludes That is, dependencyExcludes only looks at input versions, so...

The plugin should support Maven's Batch Mode (no colours) and default to using colours if the output is a TTY. As an example, the NodeJS libyear plugin output looks like...

Maven has the ability to specify version ranges. Currently, those are not supported (or tested). This issue is to add support.

Large projects have a lot of dependencies, and most of them are not likely to cause major issues if they're less than e.g. 0.5 years old. The plugin could provide...

I've seen a failure in a multi-module project with this pom structure: ```xml groupId artifactID ${project.version} ``` The version is defined in the parent project. EDIT: Output is as follows:...