[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andor Molnar resolved ZOOKEEPER-3436.
-------------------------------------
    Resolution: Fixed

Issue resolved by pull request 1078
[https://github.com/apache/zookeeper/pull/1078]

> Enhance Mavenized Make C client 
> --------------------------------
>
>                 Key: ZOOKEEPER-3436
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3436
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: c client
>    Affects Versions: 3.6.0, 3.5.5
>            Reporter: Enrico Olivelli
>            Assignee: Mate Szalay-Beko
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 3.6.0
>
>          Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> we want to be able to build the c-client  with maven using these commands:
> Jump to the directory
> {code}
> cd zookeeper-client/zookeeper-c-client
> {code}
> Build without running tests
> {code}
> mvn clean install -DskipTests
> {code}
> Build and run tests
> {code}
> mvn clean install
> {code}
> from the root directory we will have:
> {code}
> mvn clean install -Pfull-build -DskipTests
> {code}
> and (with tests)
> {code}
> mvn clean install -Pfull-build {code}
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to