----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7024/ -----------------------------------------------------------
(Updated Sept. 11, 2012, 5:21 p.m.) Review request for hive, Ashutosh Chauhan, Dmitriy Ryaboy, and Feng Peng. Description ------- Add Hive build support for publishing artifacts to a user-defined Maven repo. This is accomplished with: ant clean maven-build maven-publish -Dversion=0.10.0-mybuild01 -Dmvn.deploy.id=my.repo.id -Dmvn.deploy.url=http://my.maven.repo/path This feature will be useful for developers who maintain their own build and need to share those artifacts with others. This addresses bug HIVE-3450. https://issues.apache.org/jira/browse/HIVE-3450 Diffs ----- build.properties d2bfc30 build.xml add5a46 Diff: https://reviews.apache.org/r/7024/diff/ Testing ------- Thanks, Travis Crawford