-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2153/
-----------------------------------------------------------

Review request for hive and John Sichi.


Summary
-------

Fix for HIVE-2243. Can't publish maven release artifacts to apache repository.

With this patch in place I verified that I am able to publish to the snapshot
and staging repositories as follows:

% ant maven-build -Dmvn.publish.repo=snapshots
% ant maven-publish -Dmvn.publish.repo=snaphots

% ant maven-build -Dmvn.publish.repo=staging -Dversion=0.9.0
% ant maven-publish -Dmvn.publish.repo=staging -Dversion=0.9.0

I also confirmed that this patch applies cleanly to the 0.8.0 branch.

Please note that I had to move several taskdefs from build-common.xml
to build.xml in order to avoid OOM errors.


This addresses bug HIVE-2243.
    https://issues.apache.org/jira/browse/HIVE-2243


Diffs
-----

  build-common.xml 9a738c9 
  build.xml 13b09c1 
  contrib/build.xml cf1711c 
  hbase-handler/build.xml 4990b13 
  ql/build.xml ca8ba86 

Diff: https://reviews.apache.org/r/2153/diff


Testing
-------

* Verified that I can publish maven artifacts to the snapshot and staging repos.
* Verified that the jar, package, and test targets still work.


Thanks,

Carl

Reply via email to