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 2019/06/20 18:16:00 UTC

[jira] [Created] (ZOOKEEPER-3436) Enhance Mavenized Make C client

Enrico Olivelli created ZOOKEEPER-3436:
------------------------------------------

             Summary: 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.5.5, 3.6.0
            Reporter: Enrico Olivelli
            Assignee: Enrico Olivelli
             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
(v7.6.3#76005)