You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Cyril Lakech (JIRA)" <ji...@apache.org> on 2009/10/24 23:03:59 UTC

[jira] Created: (ZOOKEEPER-557) Upload Zookeeper jars to a public maven repository

Upload Zookeeper jars to a public maven repository
--------------------------------------------------

                 Key: ZOOKEEPER-557
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-557
             Project: Zookeeper
          Issue Type: Bug
            Reporter: Cyril Lakech


There are many cool release of hadoop zookeeper and this project is an apache project, as the maven project.
But the released jars must be download manually and then deploy to a private repository before they can be used by developer using maven2.

Please could you upload the zookeeper  jars on the public maven2 repository ?

Of course, we can help to deploy those artifact if necessary.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ZOOKEEPER-557) Upload Zookeeper jars to a public maven repository

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt resolved ZOOKEEPER-557.
------------------------------------

       Resolution: Duplicate
    Fix Version/s: 3.3.0

duplicate of ZOOKEEPER-224

looks like all the building blocks are in place now for this to happen in the 3.3.0 release. Thanks!

> Upload Zookeeper jars to a public maven repository
> --------------------------------------------------
>
>                 Key: ZOOKEEPER-557
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-557
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Cyril Lakech
>             Fix For: 3.3.0
>
>
> There are many cool release of hadoop zookeeper and this project is an apache project, as the maven project.
> But the released jars must be download manually and then deploy to a private repository before they can be used by developer using maven2.
> Please could you upload the zookeeper  jars on the public maven2 repository ?
> Of course, we can help to deploy those artifact if necessary.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-557) Upload Zookeeper jars to a public maven repository

Posted by "Cyril Lakech (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769714#action_12769714 ] 

Cyril Lakech commented on ZOOKEEPER-557:
----------------------------------------

Here is a sample pom.xml 

<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hadoop</groupId>
<artifactId>zookeeper</artifactId>
<version>3.2.1</version>
</project>

When you release zookeeper you could upload the jar and this pom to the public maven repository. For instance, the hadoop avro project seems to be uploaded on the public repo. You could contact the hadoop avro team to know how do they upload their last release (avro 1.2.0)

> Upload Zookeeper jars to a public maven repository
> --------------------------------------------------
>
>                 Key: ZOOKEEPER-557
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-557
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Cyril Lakech
>
> There are many cool release of hadoop zookeeper and this project is an apache project, as the maven project.
> But the released jars must be download manually and then deploy to a private repository before they can be used by developer using maven2.
> Please could you upload the zookeeper  jars on the public maven2 repository ?
> Of course, we can help to deploy those artifact if necessary.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-557) Upload Zookeeper jars to a public maven repository

Posted by "Cyril Lakech (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769721#action_12769721 ] 

Cyril Lakech commented on ZOOKEEPER-557:
----------------------------------------

How to upload a jar to the Apache directory ?

The public answer :
http://maven.apache.org/guides/mini/guide-central-repository-upload.html

The apache internal answer :
http://www.apache.org/dev/repository-faq.html


> Upload Zookeeper jars to a public maven repository
> --------------------------------------------------
>
>                 Key: ZOOKEEPER-557
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-557
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Cyril Lakech
>
> There are many cool release of hadoop zookeeper and this project is an apache project, as the maven project.
> But the released jars must be download manually and then deploy to a private repository before they can be used by developer using maven2.
> Please could you upload the zookeeper  jars on the public maven2 repository ?
> Of course, we can help to deploy those artifact if necessary.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.