You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vishal Pahwa <vp...@sapient.com> on 2009/02/20 11:51:44 UTC

Searching for Artifacts in maven

Hi

As we know that in maven we used to address any artifact with the groupId and artifactId.

Now if I just know which version of a specific artifact I need to use in my project, then what would be the best way to get to know the artifactId and the groupId with which this artifact would be available in any of the Maven mirrors so that I can add this dependency in pom.xml


Regards

Vishal


Re: Searching for Artifacts in maven

Posted by Jason van Zyl <jv...@sonatype.com>.
I wouldn't recommend using mvnbrowser, these guys were scraping the  
repository and bashing it hard. Essentially abusing the central  
repository. It's easy to setup Nexus and create your own federated  
search that is local to you. Or use repository.sonatype.org which is  
managed by the same people who manage central so we're not hogging all  
the resources to create an index. Really having your own local setup  
is ideal, or using the search capabilities in m2eclipse  
(m2eclipse.sonatype.org).

On 20-Feb-09, at 5:56 AM, Nord, James wrote:

> Either use a managed proxy like nexus that has this functionality or  
> try
> here
> http://www.mvnbrowser.com/artifacts-search.html
>
> /James
>
>> -----Original Message-----
>> From: Vishal Pahwa [mailto:vpahwa@sapient.com]
>> Sent: 20 February 2009 10:52
>> To: Maven Users List
>> Subject: Searching for Artifacts in maven
>>
>>
>> Hi
>>
>> As we know that in maven we used to address any artifact with
>> the groupId and artifactId.
>>
>> Now if I just know which version of a specific artifact I
>> need to use in my project, then what would be the best way to
>> get to know the artifactId and the groupId with which this
>> artifact would be available in any of the Maven mirrors so
>> that I can add this dependency in pom.xml
>>
>>
>> Regards
>>
>> Vishal
>>
>>
>
> **************************************************************************************
> This e-mail is confidential, the property of NDS Ltd and intended  
> for the addressee only. Any dissemination, copying or distribution  
> of this message or any attachments by anyone other than the intended  
> recipient is strictly prohibited. If you have received this message  
> in error, please immediately notify the postmaster@nds.com and  
> destroy the original message. Messages sent to and from NDS may be  
> monitored. NDS cannot guarantee any message delivery method is  
> secure or error-free. Information could be intercepted, corrupted,  
> lost, destroyed, arrive late or incomplete, or contain viruses. We  
> do not accept responsibility for any errors or omissions in this  
> message and/or attachment that arise as a result of transmission.  
> You should carry out your own virus checks before opening any  
> attachment. Any views or opinions presented are solely those of the  
> author and do not necessarily represent those of NDS.
>
> To protect the environment please do not print this e-mail unless  
> necessary.
>
> NDS Limited Registered Office: One London Road, Staines, Middlesex,  
> TW18 4EX, United Kingdom. A company registered in England and Wales  
> Registered no. 3080780 VAT no. GB 603 8808 40-00
> **************************************************************************************
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
http://twitter.com/jvanzyl
----------------------------------------------------------

You are never dedicated to something you have complete confidence in.
No one is fanatically shouting that the sun is going to rise tomorrow.
They know it is going to rise tomorrow. When people are fanatically
dedicated to political or religious faiths or any other kind of
dogmas or goals, it's always because these dogmas or
goals are in doubt.

   -- Robert Pirzig, Zen and the Art of Motorcycle Maintenance


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


Re: Searching for Artifacts in maven

Posted by Brett Randall <ja...@gmail.com>.
Try the Repositories tab.

On Fri, Feb 20, 2009 at 10:18 PM, Vishal Pahwa <vp...@sapient.com> wrote:

>
> Thanx for giving me the search link.
>
> Now that I know what is the groupId and artifactId of the particular
> artifact.
>
> How can I get to know on which mirror this artifact is present so that I
> can add that mirror url in my proxy apllication.
>
> Regards
>
> Vishal
>
> -----Original Message-----
> From: Nord, James [mailto:JNord@nds.com]
> Sent: Friday, February 20, 2009 4:26 PM
> To: Maven Users List
> Subject: RE: Searching for Artifacts in maven
>
> Either use a managed proxy like nexus that has this functionality or try
> here
> http://www.mvnbrowser.com/artifacts-search.html
>
> /James
>
> > -----Original Message-----
> > From: Vishal Pahwa [mailto:vpahwa@sapient.com]
> > Sent: 20 February 2009 10:52
> > To: Maven Users List
> > Subject: Searching for Artifacts in maven
> >
> >
> > Hi
> >
> > As we know that in maven we used to address any artifact with
> > the groupId and artifactId.
> >
> > Now if I just know which version of a specific artifact I
> > need to use in my project, then what would be the best way to
> > get to know the artifactId and the groupId with which this
> > artifact would be available in any of the Maven mirrors so
> > that I can add this dependency in pom.xml
> >
> >
> > Regards
> >
> > Vishal
> >
> >
>
>
> **************************************************************************************
> This e-mail is confidential, the property of NDS Ltd and intended for the
> addressee only. Any dissemination, copying or distribution of this message
> or any attachments by anyone other than the intended recipient is strictly
> prohibited. If you have received this message in error, please immediately
> notify the postmaster@nds.com and destroy the original message. Messages
> sent to and from NDS may be monitored. NDS cannot guarantee any message
> delivery method is secure or error-free. Information could be intercepted,
> corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
> We do not accept responsibility for any errors or omissions in this message
> and/or attachment that arise as a result of transmission. You should carry
> out your own virus checks before opening any attachment. Any views or
> opinions presented are solely those of the author and do not necessarily
> represent those of NDS.
>
> To protect the environment please do not print this e-mail unless
> necessary.
>
> NDS Limited Registered Office: One London Road, Staines, Middlesex, TW18
> 4EX, United Kingdom. A company registered in England and Wales Registered
> no. 3080780 VAT no. GB 603 8808 40-00
>
> **************************************************************************************
>
> ---------------------------------------------------------------------
> 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: Searching for Artifacts in maven

Posted by Vishal Pahwa <vp...@sapient.com>.
Thanx for giving me the search link.

Now that I know what is the groupId and artifactId of the particular artifact.

How can I get to know on which mirror this artifact is present so that I can add that mirror url in my proxy apllication.

Regards

Vishal 

-----Original Message-----
From: Nord, James [mailto:JNord@nds.com] 
Sent: Friday, February 20, 2009 4:26 PM
To: Maven Users List
Subject: RE: Searching for Artifacts in maven

Either use a managed proxy like nexus that has this functionality or try
here
http://www.mvnbrowser.com/artifacts-search.html

/James 

> -----Original Message-----
> From: Vishal Pahwa [mailto:vpahwa@sapient.com] 
> Sent: 20 February 2009 10:52
> To: Maven Users List
> Subject: Searching for Artifacts in maven
> 
> 
> Hi
> 
> As we know that in maven we used to address any artifact with 
> the groupId and artifactId.
> 
> Now if I just know which version of a specific artifact I 
> need to use in my project, then what would be the best way to 
> get to know the artifactId and the groupId with which this 
> artifact would be available in any of the Maven mirrors so 
> that I can add this dependency in pom.xml
> 
> 
> Regards
> 
> Vishal
> 
> 

**************************************************************************************
This e-mail is confidential, the property of NDS Ltd and intended for the addressee only. Any dissemination, copying or distribution of this message or any attachments by anyone other than the intended recipient is strictly prohibited. If you have received this message in error, please immediately notify the postmaster@nds.com and destroy the original message. Messages sent to and from NDS may be monitored. NDS cannot guarantee any message delivery method is secure or error-free. Information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. We do not accept responsibility for any errors or omissions in this message and/or attachment that arise as a result of transmission. You should carry out your own virus checks before opening any attachment. Any views or opinions presented are solely those of the author and do not necessarily represent those of NDS.

To protect the environment please do not print this e-mail unless necessary.

NDS Limited Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales Registered no. 3080780 VAT no. GB 603 8808 40-00
**************************************************************************************

---------------------------------------------------------------------
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: Searching for Artifacts in maven

Posted by "Nord, James" <JN...@nds.com>.
Either use a managed proxy like nexus that has this functionality or try
here
http://www.mvnbrowser.com/artifacts-search.html

/James 

> -----Original Message-----
> From: Vishal Pahwa [mailto:vpahwa@sapient.com] 
> Sent: 20 February 2009 10:52
> To: Maven Users List
> Subject: Searching for Artifacts in maven
> 
> 
> Hi
> 
> As we know that in maven we used to address any artifact with 
> the groupId and artifactId.
> 
> Now if I just know which version of a specific artifact I 
> need to use in my project, then what would be the best way to 
> get to know the artifactId and the groupId with which this 
> artifact would be available in any of the Maven mirrors so 
> that I can add this dependency in pom.xml
> 
> 
> Regards
> 
> Vishal
> 
> 

**************************************************************************************
This e-mail is confidential, the property of NDS Ltd and intended for the addressee only. Any dissemination, copying or distribution of this message or any attachments by anyone other than the intended recipient is strictly prohibited. If you have received this message in error, please immediately notify the postmaster@nds.com and destroy the original message. Messages sent to and from NDS may be monitored. NDS cannot guarantee any message delivery method is secure or error-free. Information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. We do not accept responsibility for any errors or omissions in this message and/or attachment that arise as a result of transmission. You should carry out your own virus checks before opening any attachment. Any views or opinions presented are solely those of the author and do not necessarily represent those of NDS.

To protect the environment please do not print this e-mail unless necessary.

NDS Limited Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales Registered no. 3080780 VAT no. GB 603 8808 40-00
**************************************************************************************

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