versions icon indicating copy to clipboard operation
versions copied to clipboard

Versions Maven Plugin

Results 165 versions issues
Sort by recently updated
recently updated
newest added

It would be better when the mojo resolve properties. ```xml 4.0.0 5.11.1 ${version.org.junit.jupiter} org.junit junit-bom ${version.org.junit} pom import ``` ``` $ mvn -DprocessDependencyManagementTransitive=false versions:display-dependency-updates ... [INFO] The following dependencies in...

```xml 4.0.0 5.11.0 ${version.org.junit.jupiter} org.junit junit-bom ${version.org.junit} pom import ``` ``` $ mvn -DprocessDependencyManagementTransitive=false versions:display-dependency-updates [INFO] --- versions:2.16.2:display-dependency-updates (default-cli) @ kftc-financial-institution-info --- [INFO] The following dependencies in Dependency Management have...

I'm trying to run the dependency-updates-report on a multi module project. I'm running this plugin on the parent pom of an application that contains 11 modules total. The plugin fails...

I found nothing similar in closed issues, if you consider this a duplicate to a previous issue, feel free to close it. **Motivation:** I'm trying to limit the reports down...

I wanted to update major version only to one dependency and for my all other dependencies I want to update only minor and incremental versions. Is that supported by this...