Howdy, Look here: https://github.com/apache/maven-resolver/blob/maven-resolver-1.9.18/maven-resolver-demos/maven-resolver-demo-snippets/src/main/java/org/apache/maven/resolver/examples/FindAvailableVersions.java
T On Wed, Mar 20, 2024 at 3:15 PM Jochen Wiedmann <jochen.wiedm...@gmail.com> wrote: > Hi, > > I am currently in the processof implementing a plugin, which should be > able to fix missing @since tags. In order to determine the correct > value for a given Java class, method, or field, I need a list of all > previous artifact versions. > > Question: Are there any ideas, how my plugin can do that > automatically? (If not, I can live with a manual list, but obviously I > wouldn't really prefer that.) If I have the list, I need to download > the respective artifacts, but I'll find something suitable in the > maven dependency plugin. > > Thanks, > > Jochen > > > > -- > The woman was born in a full-blown thunderstorm. She probably told it > to be quiet. It probably did. (Robert Jordan, Winter's heart) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > >