[
https://issues.apache.org/jira/browse/HBASE-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769853#action_12769853
]
Cyril Lakech commented on HBASE-1933:
-------------------------------------
Here is a better pom, but you have to add the dependencies tag too:
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hbase</artifactId>
<packaging>jar</packaging>
<name>Hadoop - HBase</name>
<version>0.20.0</version>
<description>HBase is the Hadoop database</description>
<url>http://hadoop.apache.org/hbase</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://svn.apache.org/viewcvs.cgi/hadoop/hbase</url>
</scm>
</project>
Do you plan to migrate from ant to maven ?
> Upload Hbase jars to a public maven repository
> ----------------------------------------------
>
> Key: HBASE-1933
> URL: https://issues.apache.org/jira/browse/HBASE-1933
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: Cyril Lakech
>
> There are many cool release of hadoop hbase 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 hbase 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.