-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7232/
-----------------------------------------------------------
(Updated Sept. 24, 2012, 7:03 p.m.)
Review request for hcatalog.
Description
-------
Add support for publishing HCatalog artifacts to maven repos. By default we
will publish to the Apache snapshot repo, but users can override to any Maven
repo (apache releases, internal, etc.)
This addresses bug HCATALOG-132.
https://issues.apache.org/jira/browse/HCATALOG-132
Diffs
-----
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/ant/dependencies.xml
1389508
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/ant/deploy.xml
1389508
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/build-common.xml
1389508
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/build.properties
1389508
http://svn.apache.org/repos/asf/incubator/hcatalog/trunk/build.xml 1389508
Diff: https://reviews.apache.org/r/7232/diff/
Testing (updated)
-------
Running the free version of Sonatype Nexus locally, I can publish with:
ant clean package mvn-deploy -Dmvn.deploy.repo.id=nexus.local
-Dmvn.deploy.repo.url=http://localhost:8081/nexus/content/repositories/snapshots/
Update:
I also tested publishing to the Apache snapshots repo with "ant clean package
mvn-deploy" and it worked correctly. You can browse the snapshots repo at
https://repository.apache.org to see the metadata and what's published.
Thanks,
Travis Crawford