Skip to content

Instantly share code, notes, and snippets.

@kovyrin
Created March 9, 2010 18:15
Show Gist options
  • Save kovyrin/326891 to your computer and use it in GitHub Desktop.
Save kovyrin/326891 to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase Contrib - Multi Datacenter Replication
[INFO] task-segment: [dependency:build-classpath]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot org.apache.hbase:hbase-core:0.21.0-SNAPSHOT: checking for updates from asf-snapshots
Downloading: https://repository.apache.org/content/repositories/snapshots//org/apache/hbase/hbase-core/0.21.0-SNAPSHOT/hbase-core-0.21.0-SNAPSHOT.jar
[INFO] Unable to find resource 'org.apache.hbase:hbase-core:jar:0.21.0-SNAPSHOT' in repository asf-snapshots (https://repository.apache.org/content/repositories/snapshots/)
Downloading: https://repository.apache.org/content/repositories/snapshots//org/apache/hbase/hbase-core/0.21.0-SNAPSHOT/hbase-core-0.21.0-SNAPSHOT-tests.jar
[INFO] Unable to find resource 'org.apache.hbase:hbase-core:jar:tests:0.21.0-SNAPSHOT' in repository asf-snapshots (https://repository.apache.org/content/repositories/snapshots/)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.hbase:hbase-core:jar:0.21.0-SNAPSHOT
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-core -Dversion=0.21.0-SNAPSHOT -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-core -Dversion=0.21.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.hbase:hbase-contrib-mdc_replication:jar:0.21.0-SNAPSHOT
2) org.apache.hbase:hbase-core:jar:0.21.0-SNAPSHOT
2) org.apache.hbase:hbase-core:jar:tests:0.21.0-SNAPSHOT
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-core -Dversion=0.21.0-SNAPSHOT -Dclassifier=tests -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-core -Dversion=0.21.0-SNAPSHOT -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.hbase:hbase-contrib-mdc_replication:jar:0.21.0-SNAPSHOT
2) org.apache.hbase:hbase-core:jar:tests:0.21.0-SNAPSHOT
----------
2 required artifacts are missing.
for artifact:
org.apache.hbase:hbase-contrib-mdc_replication:jar:0.21.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
codehaus (http://repository.codehaus.org/),
misc (http://people.apache.org/~psmith/hbase/repo),
java.net (http://download.java.net/maven/2/),
googlecode (http://google-maven-repository.googlecode.com/svn/repository),
asf-snapshots (https://repository.apache.org/content/repositories/snapshots/)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 8 seconds
[INFO] Finished at: Tue Mar 09 13:13:02 EST 2010
[INFO] Final Memory: 28M/79M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment