[
https://issues.apache.org/jira/browse/ZOOKEEPER-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mate Szalay-Beko reassigned ZOOKEEPER-3436:
-------------------------------------------
Assignee: Mate Szalay-Beko (was: Enrico Olivelli)
> 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: 5.5h
> 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)