Hi, Have a look here : https://docs.sonatype.org/display/AETHER/Home
and a sample here https://github.com/sonatype/sonatype-aether/blob/master/aether-demo/src/main/java/demo/aether/AetherDemo.java 2010/11/4 Marc Vachon <[email protected]>: > Hi, > > Is there a way to, using the Maven Java APIs, retrieve all available > versions for an artifact without creating a POM file. I'm not interested in > writing a Maven plug-in for use in a POM file. Can I, for instance, create a > MavenProject, populate with groupId, artifactID, repositories, etc and > retrieve the artifact or versions of that artifact w/o creating a POM? > > Cheers, > Marc > -- Olivier Lamy http://twitter.com/olamy http://www.linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
