From notifications-return-2130-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Fri Oct 4 07:28:47 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id BBD8D180651 for ; Fri, 4 Oct 2019 09:28:46 +0200 (CEST) Received: (qmail 6070 invoked by uid 500); 4 Oct 2019 07:28:46 -0000 Mailing-List: contact notifications-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 notifications@zookeeper.apache.org Received: (qmail 6030 invoked by uid 99); 4 Oct 2019 07:28:46 -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; Fri, 04 Oct 2019 07:28:46 +0000 From: GitBox To: notifications@zookeeper.apache.org Subject: [GitHub] [zookeeper] symat edited a comment on issue #1078: ZOOKEEPER-3436 Enhance Mavenized Make C client Message-ID: <157017412577.6819.5918124951935124469.gitbox@gitbox.apache.org> Date: Fri, 04 Oct 2019 07:28:45 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit symat edited a comment on issue #1078: ZOOKEEPER-3436 Enhance Mavenized Make C client URL: https://github.com/apache/zookeeper/pull/1078#issuecomment-533139570 strange... for me (using the same `git clean -xdf && mvn install -DskipTests -Pfull-build `) it does: ``` root@24599b3df85f:/git/zookeeper# ls -la zookeeper-assembly/target/ total 17456 drwxr-xr-x 10 root root 320 Sep 19 13:32 . drwxr-xr-x 5 root root 160 Sep 19 13:29 .. -rw-r--r-- 1 root root 30 Sep 19 13:29 .plxarc drwxr-xr-x 3 root root 96 Sep 19 13:29 antrun -rw-r--r-- 1 root root 13084314 Sep 19 13:32 apache-zookeeper-3.6.0-SNAPSHOT-bin.tar.gz -rw-r--r-- 1 root root 172 Sep 19 13:32 apache-zookeeper-3.6.0-SNAPSHOT-bin.tar.gz.sha512 -rw-r--r-- 1 root root 3948557 Sep 19 13:31 apache-zookeeper-3.6.0-SNAPSHOT.tar.gz -rw-r--r-- 1 root root 168 Sep 19 13:32 apache-zookeeper-3.6.0-SNAPSHOT.tar.gz.sha512 drwxr-xr-x 2 root root 64 Sep 19 13:29 archive-tmp drwxr-xr-x 3 root root 96 Sep 19 13:29 maven-shared-archive-resources ``` maybe it depends on the maven version? I am using maven 3.3.9. Can you try it with ` mvn install -Pfull-build -DskipTests -DcreateChecksum=true` ? (it is working only for old mavens, where the `install` plugin generated the checksum) Alternatively we can add the [checksum-maven-plugin](http://checksum-maven-plugin.nicoulaj.net/index.html). Anyway, I don't think that this would be related to this PR. (this is not about the C-client) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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