From dev-return-77906-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Thu Jan 31 14:15:30 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 ED54B18067E for ; Thu, 31 Jan 2019 15:15:29 +0100 (CET) Received: (qmail 94519 invoked by uid 500); 31 Jan 2019 14:15:29 -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 94508 invoked by uid 99); 31 Jan 2019 14:15:28 -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; Thu, 31 Jan 2019 14:15:28 +0000 From: GitBox To: dev@zookeeper.apache.org Subject: [GitHub] anmolnar commented on issue #776: MAVEN MIGRATION - ZOOKEEPER-3028 - Create maven assembly Message-ID: <154894412842.19064.5143107272094473465.gitbox@gitbox.apache.org> Date: Thu, 31 Jan 2019 14:15:28 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit anmolnar commented on issue #776: MAVEN MIGRATION - ZOOKEEPER-3028 - Create maven assembly URL: https://github.com/apache/zookeeper/pull/776#issuecomment-459359173 @nkalmar README.md file is not the best place to document the release process with Maven. I see that it already has a section which describes what's _inside_ the release artifacts for the user, but it's nothing to do about creating a new release. In other words, the target audience is different: Readme is for users, while HowToRelease doc is for Release Managers. Please move this doc to the wiki instead, next to https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToRelease. Make a copy and replace the relevant sections with Maven alternatives. Also please give it some nice styling to make it more readable. Still, you guys (@nkalmar , @eolivelli) don't have an agreement on the commands which should be used for testing. `mvn release:prepare` something... or `mvn clean package` blah-blah is the right one? I'm confused. @eolivelli Which Maven guide are you referring to? You didn't link anything. :( ---------------------------------------------------------------- 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