mojohaus / versions

Versions Maven Plugin
https://www.mojohaus.org/versions/versions-maven-plugin/
Apache License 2.0
337 stars 267 forks source link

Question about "versions:dependency-updates-report" #967

Closed eitan-rosenberg closed 4 months ago

eitan-rosenberg commented 1 year ago

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 a report without it downloading all the dependencies.(like "versions:display-dependency-updates" do).

Thanks for any response.

jarmoniuk commented 1 year ago

Hi. Not really. Not possible right now.

eitan-rosenberg commented 1 year ago

Hi. Not really. Not possible right now.

Thanks.

I will be cheeky now and ask how complex is it to add XML format to "versions:display-dependency-updates"....

jarmoniuk commented 1 year ago

I meant not possible in this version, but definitely something to look into. 😉