Re: How do people search for jars and poms?

2006-10-13 Thread Gisbert Amm
Jason Chan wrote: MVN Registry http://www.mvnregistry.com/ Thats amazing! Haven't heard about it before. Is it mentioned in the Maven documentation somewhere? -Gisbert - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: How do people search for jars and poms?

2006-10-13 Thread Arnaud HERITIER
There is also www.mvnrepository.com But it will not help you to find which version of a jar it is. The only service, based on chechsums, that allow you to do it is Archiva. But this project isn't yet released. You have to build it yourself. http://maven.apache.org/archiva/

RE: How do people search for jars and poms?

2006-10-13 Thread Chris Hilton
I've been doing the same thing a lot so here's some steps I recommend: - Inspect the manifest file in the jar. Sometimes you'll find the version number has helpfully been stowed away in there. - Look at the version history for the jar in your repository. Sometimes developers (even yourself!)

Re: How do people search for jars and poms?

2006-10-12 Thread Jason Chan
I am using: MVN Registry http://www.mvnregistry.com/ On 10/13/06, Christian Goetze [EMAIL PROTECTED] wrote: If this is a stupid question, I apologise in advance... Given a dependency to a specific set of classes, how do people locate the jar that provides it, together with the artifact and