You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Li Li <fa...@gmail.com> on 2014/05/07 14:29:08 UTC

can't get hbase-0.96.2-hadoop1 from central maven repository

Downloading: http://repo.maven.apache.org/maven2/org/apache/hbase/hbase/0.96.2-hadoop1/hbase-0.96.2-hadoop1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/hbase/hbase/0.96.2-hadoop1/hbase-0.96.2-hadoop1.pom
(76 KB at 35.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/hbase/hbase/0.96.2-hadoop1/hbase-0.96.2-hadoop1.jar
[WARNING] An error occurred during dependency resolution.
    Failed to retrieve org.apache.hbase:hbase-0.96.2-hadoop1
Caused by: Could not find artifact
org.apache.hbase:hbase:jar:0.96.2-hadoop1 in central
(http://repo.maven.apache.org/maven2)

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=org.apache.hbase
-DartifactId=hbase -Dversion=0.96.2-hadoop1 -Dpackaging=jar
-Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
    mvn deploy:deploy-file -DgroupId=org.apache.hbase
-DartifactId=hbase -Dversion=0.96.2-hadoop1 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) com.founder:vcdbtool:jar:1.2
2) org.apache.hbase:hbase:jar:0.96.2-hadoop1


  org.apache.hbase:hbase:jar:0.96.2-hadoop1

from the specified remote repositories:
  central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)