You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by g....@aurenz.de on 2018/07/27 10:03:57 UTC

- - SPAM - -AW: Alternate Maven dependency upgrade opportunities report

Hello Paul,

Sounds like a CLI / text version of the Version plug-in's report pages:
https://www.mojohaus.org/versions-maven-plugin/

Regards,
Gerrit

-----Ursprüngliche Nachricht-----
Von: Paul Hammant [mailto:paul@hammant.org] 
Gesendet: Freitag, 27. Juli 2018 11:46
An: Maven Users List
Betreff: Alternate Maven dependency upgrade opportunities report

If Maven-central has some upgrades for one of your project's dependencies,
this little Python script can quickly* tell you.

    https://github.com/paul-hammant/analyze-mvn-deps

Key feature:

In some cases, the script may suggest two or more alternate upgrade
suggestions. For example (as of July 27th), a Maven project depending on
the jar for Groovy v2.5.0 would see *three alternate suggested upgrades*:
3.0.0-alpha-3, 2.6.0-alpha-4, or 2.5.1.

* "quickly" may be minutes if the multi-module project is big enough.

-- 
Paul Hammant DevOps <https://devops.paulhammant.com> Let me give your
enterprise a step by step plan to migrate from GitFlow (or worse) to
high-throughput CD on the essential DevOps foundation: Trunk-Based
Development.

Re: - - SPAM - -AW: Alternate Maven dependency upgrade opportunities report

Posted by Paul Hammant <pa...@hammant.org>.
You're quite right. Documentation updated to reflect that.