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

Igor Lazebny commented on ZOOKEEPER-1402:
-----------------------------------------

With "package" I meant nothing more than binary distribution archive (tar.gz or 
zip). And current one iz good enough, I believe.
If we want to setup standalone Zookeeper server, we just download binary 
distribution archive from project webpage/Apache mirror, unzip and run it out 
of box.
But if we want to include the same into our own binary distribution, we have no 
good source to make that during maven build.
For example, if we want to include OSGi container, we can make such a thing 
with Karaf:
http://karaf.apache.org/manual/latest-2.2.x/developers-guide/custom-distribution.html
And this can be done very easy, just by defining maven dependency, which can be 
found on Maven Central, unpacking it during build and adding some customization.
In the same way we can include ActiveMQ, etc.
It would be good to have the same possibility for Zookeeper. To make this it's 
enough to upload existing binary distribution tar.gz to Maven Central as 
additional artifact together with jars which are already there.
                
> Upload Zookeeper package to Maven Central
> -----------------------------------------
>
>                 Key: ZOOKEEPER-1402
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1402
>             Project: ZooKeeper
>          Issue Type: Improvement
>    Affects Versions: 3.3.4
>            Reporter: Igor Lazebny
>            Priority: Minor
>
> It would be great to make Zookeeper package available in Maven Central as 
> other Apache projects do (Camel, CXF, ActiveMQ, Karaf, etc).
> That would simplify usage of this package in maven builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to