diff --git build.properties build.properties index dd8b70e..544270e 100644 --- build.properties +++ build.properties @@ -147,6 +147,8 @@ mvn.pom.dir=${build.dir.hive}/maven/poms mvn.license.dir=${build.dir.hive}/maven/licenses mvn.deploy.id=apache.snapshots.https mvn.deploy.url=https://repository.apache.org/content/repositories/snapshots +mvn.staging.repo.id=apache.staging.https +mvn.staging.repo.url=https://repository.apache.org/service/local/staging/deploy/maven2 # # Data nucleus repository - needed for jdo2-api-2.3-ec.jar download diff --git build.xml build.xml index 016d363..1cb76c0 100644 --- build.xml +++ build.xml @@ -239,7 +239,7 @@ --> - + @@ -1134,8 +1134,6 @@ todir="${mvn.jar.dir}" /> - - - @@ -1216,8 +1212,7 @@ file="${mvn.jar.dir}/hive-${hive.project}-${version}.jar"> + id="${mvn.staging.repo.id}" url="${mvn.staging.repo.url}"/> - - - @@ -1289,6 +1281,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -1414,16 +1428,6 @@ output.file="${mvn.jar.dir}/hive-metastore-${version}.pom.asc" gpg.passphrase="${gpg.passphrase}"/> - - - - - + +