[ 
https://issues.apache.org/jira/browse/HIVE-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011514#comment-13011514
 ] 

Giridharan Kesavan commented on HIVE-1095:
------------------------------------------

I got the same error as Amareshwari mentioned in the previous comment. But I 
fixed locally by changing the dependency of make-pom target. ie made the 
make-pom target to depend on check-ivy instead of ivy-init.
{code:xml}build-common.xml 
- <target name="make-pom" if="ivy.present" depends="ivy-init, jar">
+ <target name="make-pom" if="ivy.present" depends="check-ivy, jar">
{code}

This seem to work fine.. 

About snapshot versioning:
I think we cannot publish snapshots to the staging/release repository. 
Snapshots can only go the the snapshots repo. 
We need to fix the version string so that we can publish to the staging/release 
repo.

> Hive in Maven
> -------------
>
>                 Key: HIVE-1095
>                 URL: https://issues.apache.org/jira/browse/HIVE-1095
>             Project: Hive
>          Issue Type: Task
>          Components: Build Infrastructure
>    Affects Versions: 0.6.0
>            Reporter: Gerrit Jansen van Vuuren
>            Priority: Minor
>         Attachments: HIVE-1095-trunk.patch, HIVE-1095.v2.PATCH, 
> HIVE-1095.v3.PATCH, HIVE-1095.v4.PATCH, hiveReleasedToMaven.tar.gz
>
>
> Getting hive into maven main repositories
> Documentation on how to do this is on:
> http://maven.apache.org/guides/mini/guide-central-repository-upload.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to