versions
versions copied to clipboard
Versions Maven Plugin
` mvn versions:use-latest-versions -Dincludes=pos-integration:* -DgenerateBackupPoms=false -DallowMajorUpdates=true -DallowMinorUpdates=true -DallowSnapshots=true [INFO] Scanning for projects... [INFO] [INFO] ------------------< pos-integration:rest-api-server >------------------- [INFO] Building rest-api-server 0.4.5-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.11.0:use-latest-versions (default-cli)...
Hello guys, I would like to specify my own version comparator/version format. Why: We would like to use this plugin even for our internal libraries, which is versioned based on...
Hello. I am here to post about a "possible" new goal. When you are working on a multi module there is this goal: `update-child-modules` that allows to make sure that...
Updated use-dep-version to process the parent version when specified Fixes https://github.com/mojohaus/versions-maven-plugin/issues/481
Implement support for `allowMajorUpdates`, `allowMinorUpdates` and `allowIncrementalUpdates` in update-parent
It will fix the issue https://github.com/mojohaus/versions-maven-plugin/issues/553
Current only a single property is supported by the SetPropertyMojo. In cases where you have multiple distinct properties which shall be assigned the same "newVersion" you can't do this via...
Fixes #308, Fixes #309, Fixes #346, Fixes #395 for following goals * use-dep-version * use-latest-versions * use-latest-snapshots * use-latest-release * use-next-releases * use-next-versions * use-next-snapshots
Can the maven versions plugin be enhanced so users can generate aggregate reports for all the sub-modules in a multimodule project? Similar to: https://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-aggregate-mojo.html This users wants it to, but...
o Added includes functionality to allow filtering update check by artifact. The new functionality will decrease the time it takes to check for updates should you wish to only check...