You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by kpetrov <KV...@OwnMail.net> on 2009/08/21 00:06:50 UTC

list available versions of an artifact

Is it somehow possible to list all the available versions of an artifact? 
smth like give me versions of artifact id bla of group bla?
i can create a pom for that if it matters....
-- 
View this message in context: http://www.nabble.com/list-available-versions-of-an-artifact-tp25070998p25070998.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: list available versions of an artifact

Posted by Brian Fox <br...@infinity.nu>.
You could query the index via something like Nexus, it depends on
exactly what you're trying to do.

Something like:
http://repository.sonatype.org/service/local/data_index?g=org.apache.maven&a=maven-core
 (which is how the ui works:
http://repository.sonatype.org/index.html#nexus-search)


On Thu, Aug 20, 2009 at 7:40 PM, kpetrov<KV...@ownmail.net> wrote:
>
> This plugin is used to generate sites...it seems like I would have to
> generate a site and parse HTML to get the version numbers. Is it the only
> way to achieve my goal?
>
>
> Stephen Connolly-2 wrote:
>>
>> you might get somewhere with the dependency-updates-report in versions-
>> maven-plugin
>>
>> Sent from my [rhymes with myPod] ;-)
>>
>> On 20 Aug 2009, at 23:06, kpetrov <KV...@OwnMail.net> wrote:
>>
>>>
>>> Is it somehow possible to list all the available versions of an
>>> artifact?
>>> smth like give me versions of artifact id bla of group bla?
>>> i can create a pom for that if it matters....
>>> --
>>> View this message in context:
>>> http://www.nabble.com/list-available-versions-of-an-artifact-tp25070998p25070998.html
>>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/list-available-versions-of-an-artifact-tp25070998p25071948.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: list available versions of an artifact

Posted by kpetrov <KV...@OwnMail.net>.
This plugin is used to generate sites...it seems like I would have to
generate a site and parse HTML to get the version numbers. Is it the only
way to achieve my goal?


Stephen Connolly-2 wrote:
> 
> you might get somewhere with the dependency-updates-report in versions- 
> maven-plugin
> 
> Sent from my [rhymes with myPod] ;-)
> 
> On 20 Aug 2009, at 23:06, kpetrov <KV...@OwnMail.net> wrote:
> 
>>
>> Is it somehow possible to list all the available versions of an  
>> artifact?
>> smth like give me versions of artifact id bla of group bla?
>> i can create a pom for that if it matters....
>> -- 
>> View this message in context:
>> http://www.nabble.com/list-available-versions-of-an-artifact-tp25070998p25070998.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/list-available-versions-of-an-artifact-tp25070998p25071948.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: list available versions of an artifact

Posted by Stephen Connolly <st...@gmail.com>.
you might get somewhere with the dependency-updates-report in versions- 
maven-plugin

Sent from my [rhymes with myPod] ;-)

On 20 Aug 2009, at 23:06, kpetrov <KV...@OwnMail.net> wrote:

>
> Is it somehow possible to list all the available versions of an  
> artifact?
> smth like give me versions of artifact id bla of group bla?
> i can create a pom for that if it matters....
> -- 
> View this message in context: http://www.nabble.com/list-available-versions-of-an-artifact-tp25070998p25070998.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org