From dev-return-77075-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Wed Jan 9 15:16:43 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1BCBA180676 for ; Wed, 9 Jan 2019 15:16:42 +0100 (CET) Received: (qmail 4966 invoked by uid 500); 9 Jan 2019 14:16:42 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 4955 invoked by uid 99); 9 Jan 2019 14:16:42 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2019 14:16:42 +0000 From: GitBox To: dev@zookeeper.apache.org Subject: [GitHub] nkalmar closed pull request #759: MAVEN MIGRATION - 3.4 - ZOOKEEPER-3226 Message-ID: <154704340144.6176.15184607052327583022.gitbox@gitbox.apache.org> Date: Wed, 09 Jan 2019 14:16:41 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit nkalmar closed pull request #759: MAVEN MIGRATION - 3.4 - ZOOKEEPER-3226 URL: https://github.com/apache/zookeeper/pull/759 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/pom.xml b/pom.xml index ec53dff518..09b80cfa1a 100755 --- a/pom.xml +++ b/pom.xml @@ -237,6 +237,18 @@ + + + full-build + + + java-build + + true + + + + 1.8 diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml index a8a92c5457..37a5074b6c 100755 --- a/zookeeper-client/pom.xml +++ b/zookeeper-client/pom.xml @@ -33,8 +33,19 @@ Apache ZooKeeper - Client ZooKeeper client - - zookeeper-client-c - + + + + + full-build + + zookeeper-client-c + + + + java-build + + + \ No newline at end of file diff --git a/zookeeper-client/zookeeper-client-c/pom.xml b/zookeeper-client/zookeeper-client-c/pom.xml index 63818ca632..4a6b78305f 100755 --- a/zookeeper-client/zookeeper-client-c/pom.xml +++ b/zookeeper-client/zookeeper-client-c/pom.xml @@ -33,126 +33,109 @@ Apache ZooKeeper - Client - C ZooKeeper c client - - - linux - - - unix - Linux - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - generate-sources - generate-sources - - - - - - - run - - - - test-cppunit - test - - - - - - - - - - - - - - run - - - - - - org.codehaus.mojo - exec-maven-plugin - - - autoreconf - test-compile - - exec - - - ${project.basedir} - autoreconf - - aclocal -I /usr/share/aclocal - - - -if - - - - - configure - test-compile - - exec - - - ${project.build.directory}/c - ${project.basedir}/configure - - ${project.basedir}/../.. - ANT - - - --prefix=${project.build.directory}/c - --enable-gcov - - - - - - - - - - - non-linux - - true - - - + + + + org.apache.maven.plugins + maven-antrun-plugin + + + generate-sources + generate-sources + + + + + + + run + + + + test-cppunit + test + + + + + + + + + + + + + + run + + + + + + org.codehaus.mojo + exec-maven-plugin + + + autoreconf + test-compile + + exec + + + ${project.basedir} + autoreconf + + aclocal -I /usr/share/aclocal + + + -if + + + + + configure + test-compile + + exec + + + ${project.build.directory}/c + ${project.basedir}/configure + + ${project.basedir}/../.. + ANT + + + --prefix=${project.build.directory}/c + --enable-gcov + + + + + + + + \ No newline at end of file ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services