deploying hbase 0.90 to internal maven repository

2010-12-29 Thread Ted Yu
Hi, I used the following script to deploy hbase 0.90 jar to internal maven repository but was not successful: #!/usr/bin/env bash set -x mvn deploy:deploy-file -Dfile=target/hbase-0.90.0.jar -Dpackaging=jar -DgroupId=org.apache.hbase -DartifactId=hbase -Dversion=0.90.0

Re: deploying hbase 0.90 to internal maven repository

2010-12-29 Thread Ryan Rawson
just run 'mvn install' in our directory and that should do the trick. everything else is implied by pom.xml. well except the repository stuff. -ryan On Wed, Dec 29, 2010 at 10:29 AM, Ted Yu yuzhih...@gmail.com wrote: Hi, I used the following script to deploy hbase 0.90 jar to internal maven