versions
versions copied to clipboard
Versions Maven Plugin
One of the main reasons to use this plugin is to identify things that a user needs to override in their local POM to override what's being set in the...
Hello, When running `mvn versions:property-updates-report` with formats set to xml, an xml report is generated. However, that report does not contain the current value of a property, but only the...
Hello, If I run `mvn versions:property-updates-report`, I can tell it to produce a report in xml through [the formats option](https://www.mojohaus.org/versions/versions-maven-plugin/property-updates-report-mojo.html#formats). However, if I run `mvn versions:parent-updates-report`, then this [option does...
I am trying to use "versions:dependency-updates-report" My parameters : onlyProjectDependencies = true maven.version.rules = file:///K:/JavaProjects/MyMaven/MyMaven/maven.version.rules.xml onlyUpgradable = true dependencyUpdatesReportFormats = xml,html verbose = true Is there a way to get...
Updating parent-pom version in a multimodule project updates more than just the parent-pom version
Project structure ├───module1 │ └───pom.xml ├───parent-pom │ └───pom.xml └───pom.xml When updating the version in the parent-pom, it updates also the parent pom in the module1 But when the version in...
dom4j before 2.1.3 allows external DTDs and External Entities by default, which might enable XXE attacks. However, there is popular external documentation from OWASP showing how to enable the safe,...
Bumps `byteBuddyVersion` from 1.14.14 to 1.14.15. Updates `net.bytebuddy:byte-buddy` from 1.14.14 to 1.14.15 Changelog Sourced from net.bytebuddy:byte-buddy's changelog. Byte Buddy release notes Commits a24599a [maven-release-plugin] prepare release byte-buddy-1.14.15 0e0cbdf [release] Release...
Maven supports [Maven CI Friendly Versions](https://maven.apache.org/maven-ci-friendly.html) since version 3.5. It allows the user to set a placeholder ` ${revision}` that can be replaced from command line using: e.g. `mvn -Drevision=1.0.0-SNAPSHOT...
We are searching for a tool to support EOL management of dependencies. I'll try to explain our idea and would like to know, if a pull request of this kind...
How to reproduce: 1) Clone https://github.com/apache/tika 2) in tika-parent/pom.xml , change `3.4.1` to `3.3.0` 3) run `mvn org.codehaus.mojo:versions-maven-plugin:2.16.2:display-dependency-updates org.codehaus.mojo:versions-maven-plugin:2.16.2:display-plugin-updates org.codehaus.mojo:versions-maven-plugin:2.16.2:display-property-updates`, while using maven 3.9.6. expected: getting output like ``` ${maven.jar.version}...