[
https://issues.apache.org/jira/browse/HADOOP-6382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Giridharan Kesavan updated HADOOP-6382:
---------------------------------------
Attachment: hadoop-6382-v1.patch
ant mvn-install
- To install artifact to the local filesystem
ant mvn-deploy
- To deploy snapshots to the apache nexus repo (looks for authentication
in the ~/.m2/settings.xml)
ant mvn-deploy -Drepo=staging -Dversion=<maven standard version number>
- To deploy artifacts for voting before release , this also requires
authentication configured in ~/.m2/settings.xml
Deploying artifacts to the staging repository requires signing the artifacts
with gpg keys, mvn-deploy target takes care of
signing the artifacts. While executing mvn-deploy target with -Drepo=staging it
would ask for gpg passphrase
which need to be keyed in.
Once the deployment is successful, to make the artifact available in the
staging repository , login into the staging repository and close the staging by
right clicking on the staged artifact at http:/repository.apache.org
With this patch i ve already uploaded artifacts to the stating repository;
(only ppl with committer access would be able to view this, as the repository
is not closed yet)
Thanks
> publish hadoop jars to apache mvn repo.
> ---------------------------------------
>
> Key: HADOOP-6382
> URL: https://issues.apache.org/jira/browse/HADOOP-6382
> Project: Hadoop Common
> Issue Type: New Feature
> Components: build
> Affects Versions: 0.20.0
> Reporter: Giridharan Kesavan
> Assignee: Giridharan Kesavan
> Attachments: hadoop-6382-v1.patch, hadoop-6382.patch
>
>
> use maven ant task to publish hadoop 20 jars to the apache maven repo
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.