Re: Latest tag on maven-metadata.xml

2020-07-22 Thread Michael Osipov
Am 2020-07-22 um 19:08 schrieb Vinicius Scheidegger: Is Maven deploy plugin responsible to generate/update the latest tag on maven-metadata.xml? Not really, Maven Artifact Transfer is... - To unsubscribe, e-mail:

Latest tag on maven-metadata.xml

2020-07-22 Thread Vinicius Scheidegger
Is Maven deploy plugin responsible to generate/update the latest tag on maven-metadata.xml? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven Versions Plugin scans whole Maven repository

2020-07-22 Thread Nick Stolwijk
I had the same issue a while back [1]. We now use use-latest-versions and no longer use properties for versions most of the time. Hth, [1] https://www.mail-archive.com/users@maven.apache.org/msg142064.html Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when

Re: Maven Versions Plugin scans whole Maven repository

2020-07-22 Thread Dennis Lundberg
Hi, This is most likely due to a dependency on something from Spring Boot. I have seen this as well. In many of the Spring Boot POMs they declare a ton of dependencies in dependency management, to make sure all their components use the same versions. The versions-maven-plugin might go through all