Re: [Maven embedder] How to retrieve the list of available versions of a given plugin?

2010-03-11 Thread Xavier SEIGNARD
Ok thanks, But even if I look in the maven-versions-plugin I can't find out how to get a list of versions of a given artifact programatically from a given grouId, artifactId, local repo and remote repos. Do you have a code snippet or a link to a class doing it? Regards, Xavier 2010/3/10, Jason

Re: Re: [Maven embedder] How to retrieve the list of available versions of a given plugin?

2010-03-10 Thread xavier . seignard
Thanks for the tips! But, I don't see how can I use the maven-version-plguin to get the list of all versions available of a given artifact. Can you indacate me how to do it? And I don't wan't to make my usage of Maven embedder dependent to Nexus (which is BTW a great tool). Thanks for your

[Maven embedder] How to retrieve the list of available versions of a given plugin?

2010-03-10 Thread xavier . seignard
Hello, I would like to know how to retrieve list of available versions of a given plugin with the maven embedder. In input I only have a groupId, an artifactId, a local repo and a list of remote repos. In output I would like to have a list containing all the available versions of the giv