Yep: The main maven page is: http://maven.apache.org/guides/mini/guide-central-repository-upload.html (see section Sync'ing your own repository to the central repository automatically)
For groupId and artifactId conventions see: http://maven.apache.org/guides/mini/guide-naming-conventions.html) I have been a maven user for some time now and can help out to make the pom, document how to; setup and deploy, if you need help. For internal repos you could use: http://nexus.sonatype.org/ http://www.jfrog.org/products.php On Tue, 2010-01-19 at 23:31 -0800, Zheng Shao wrote: > This is a good idea. Can you point us to some references on how to upload it > to maven? > > Zheng > > On Mon, Jan 18, 2010 at 1:20 PM, Gerrit <[email protected]>wrote: > > > Hi guys, > > > > Would it be possible to add the hive jars to the main maven repo? If > > there is not objections I can make the request to the main repo if you > > agree. > > > > The reason for this need is that I've created a Loader for the pig > > project to read HiveRCTables > > (https://issues.apache.org/jira/browse/PIG-1117) and currently use ant > > to directly download the libraries from the apache site using: > > <get verbose="true" > > src="${apache.dist.site}/${hive.groupId}/${hive.artifactId}/${hive.artifactId}-${hive.version}/${hive.artifactId}-${hive.version}-hadoop-${hadoop.version}-bin.tar.gz" > > dest="lib-hivedeps/${hive.artifactId}-${hive.version}-hadoop-${hadoop.version}-bin.tar.gz"/> > > > > I would much prefer using ivy or maven and it makes this much cleaner. > > > > Thanks, > > > > Gerrit > > > > >
