If those artifacts are already deployed to Maven Central, Sonatype Nexus repository manager allows to search artifacts based in checksum. You can select "advanced search" and then "checksum search" in the dropdown. See http://repository.sonatype.org/
Similar functionality is also available in m2eclipse. There you can select jar in Eclipse workspace and use "Maven / Open POM action" from the popup menu. regards, Eugene Maria Arias de Reyna wrote: > > I have a few jar I need to include on a project and I want to know where > can I > find artifacts for them. The main problem is, I don't know the version of > some of the libraries, so something like Archiva [1] would be great. > > Archiva[1] search for the artifact by the checksum of the jar. But it only > search for local artifacts. Is there any Archiva online with the official > repositories of Maven or something like that? Is there any way to > configure > Archiva so it looks on the official repositories? > > I obtained this jars from the sourcecode of gvsig[2]. I know there are > artifacts for the whole gvsig library, but I need only a few of the > functionalities so I want to add only some of the libraries of the > project. > > Thanks in advance. > > [1] http://archiva.apache.org/ > [2] http://www.gvsig.gva.es/index.php?id=gvsig&L=2 > -- View this message in context: http://www.nabble.com/Find-artifacts-by-jar-checksum-tp20108348p20121961.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
