You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Enrico Olivelli (JIRA)" <ji...@apache.org> on 2016/09/15 13:08:21 UTC

[jira] [Comment Edited] (ZOOKEEPER-1078) add maven build support to ZooKeeper

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

Enrico Olivelli edited comment on ZOOKEEPER-1078 at 9/15/16 1:07 PM:
---------------------------------------------------------------------

Hi [~arshad.mohammad]
In order to get a "clean install" on the 3.6.0 version I had to upgrade the Jetty dependency

{code}
...
<jetty-version>9.2.18.v20160721</jetty-version>
...

         <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-server</artifactId>
            <version>${jetty-version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-servlet</artifactId>
            <version>${jetty-version}</version>
        </dependency>
{code}


was (Author: eolivelli):
Hi [~arshad.mohammad]
In order to get a "clean install" on the 3.6.0 version I had to upgrade the Jetty dependency

{code}
...
<jetty-version>9.2.18.v20160721</jetty-version>
...

 <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-server</artifactId>
            <version>${jetty-version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-servlet</artifactId>
            <version>${jetty-version}</version>
        </dependency>
{code}

> add maven build support to ZooKeeper
> ------------------------------------
>
>                 Key: ZOOKEEPER-1078
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1078
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: build
>            Reporter: Patrick Hunt
>            Assignee: Arshad Mohammad
>             Fix For: 3.5.3, 3.6.0
>
>         Attachments: ZOOKEEPER-1078-04.patch, ZOOKEEPER-1078-05.patch, ZOOKEEPER-1078.patch, ZOOKEEPER-1078.patch, ZOOKEEPER-1078.patch
>
>
> I've taken a stab at creating a maven build for ZooKeeper. (attachment to follow).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)