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

Enrico Olivelli commented on ZOOKEEPER-3436:
--------------------------------------------

I hope we can commit soon, I am waiting for approval by Patrick, that left the 
pr in 'request changes' status

> 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: Enrico Olivelli
>            Priority: Critical
>             Fix For: 3.6.0
>
>
> 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.2#803003)

Reply via email to