You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Cyril Lakech (JIRA)" <ji...@apache.org> on 2009/10/24 23:15:59 UTC

[jira] Commented: (HADOOP-6331) Upload Hadoop core jars to a public maven repository

    [ https://issues.apache.org/jira/browse/HADOOP-6331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769712#action_12769712 ] 

Cyril Lakech commented on HADOOP-6331:
--------------------------------------

Here is a sample pom.xml 

<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
<version>0.20.0</version>
</project>

When you release hbase you could upload the jar and this pom to the public maven repository. For instance, the hadoop avro project seems to be uploaded on the public repo. You could contact the hadoop avro team to know how do they upload their last release (avro 1.2.0)

> Upload Hadoop core jars to a public maven repository
> ----------------------------------------------------
>
>                 Key: HADOOP-6331
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6331
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Cyril Lakech
>
> There are many cool release of hadoop core and this project is an apache project, as the maven project.
> But the released jars must be download manually and then deploy to a private repository before they can be used by developer using maven2.
> Please could you upload the hadoop core jars on the public maven2 repository ?
> Of course, we can help to deploy those artifact if necessary.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.