[ https://issues.apache.org/jira/browse/HBASE-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769707#action_12769707 ]
Cyril Lakech commented on HBASE-1933: ------------------------------------- Yes of course Here is a sample pom.xml for hbase 0.20.0 <?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hadoop</groupId> <artifactId>hbase</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 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.