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 -DrepositoryId=carrieriq.thirdParty -Durl=scp://maven2:[email protected]: /data/maven2/repository/thirdparty Comment about how the following error can be fixed is appreciated. Here is the output: [INFO] Scanning for projects... [WARNING] Profile with id: 'property-overrides' has not been activated. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: com.agilejava.docbkx:docbkx-maven-plugin POM Location: Artifact [com.agilejava.docbkx:docbkx-maven-plugin:pom:2.0.11] Validation Messages: [0] 'dependencies.dependency.version' is missing for com.agilejava.docbkx:docbkx-maven-base:jar Reason: Failed to validate POM for project com.agilejava.docbkx:docbkx-maven-plugin at Artifact [com.agilejava.docbkx:docbkx-maven-plugin:pom:2.0.11]
