You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Torsten Liermann <of...@liermann-it.de> on 2021/07/18 08:34:40 UTC

Looking for code examples for working with repository metadata

Hi,

can someone give me a tip where I can find code examples for dealing with repository metadata?

The versions-maven-plugin uses massively deprecated code, projects like pom manipulation extension (Redhat) or this one here: https://github.com/andreasaronsson/nextversion-maven-plugin use their own implementation without any use of maven functions (e.g. proxy settings etc.).

Another question: Is there a maven function that tells us that a local SNAPSHOT version is more recent than the SNAPSHOT version in the remote repository?

Thank you for the effort!
Torsten