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

In working w/scripting some release:prepare -like functionality for RCP-based applications (Maven's release plugin doesn't directly support the manifest-based RCP builds, Tycho plugin doesn't support the tagging), I've come across the...

The XML report for dependency updates contains typos. It would be nice to fix: - nextVersionAlailable to nextVersionAvailable (fixed with #341 ) - nextIncremetalAvailable to nextIncrementalAvailable (still open) Best regards...

We have a multi-modules maven project. To keep it simple, the project is trimmed down to have only one child module. The root pom is an aggregator, the child module...

Stale

I love this plugin, but recently noticed it is missing numerous updates that are available to plugins I'm using. If you use this pom.xml: https://github.com/nahsra/antisamy/blob/d0b3fcc99637eed5decd4a3bdc1e66adb9941fa6/pom.xml (and upgrading to versions-maven-plugin v2.7...

Stale

* `versions:use-dep-version` does not update the version of the import-scoped dependency, in the `` section. Other goals may also not handle import-scoped dependency correctly. * This issue might be related...

enhancement
help wanted

o Added support to filter dependencies while doing `display-dependency-updates` Now you can do something like ``` mvn versions:display-dependency-updates -Dincludes=org.springframework.boot ``` Supports both `includes` and `excludes` options. Code is refactored to...

use-dep-version lists processParent as an accessible parameter but does not actually process the parent version when specified as true. https://www.mojohaus.org/versions-maven-plugin/use-dep-version-mojo.html#processParent

Another (mainteinance) idea: modularise the plugin: at least a separate module for the API, etc.

Use Modello for XML report generation instead of writing reports using StringBuilder. This is less error-prone and we can easily generate the XML Schema for the reports. This also fixes...