Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B892917558 for ; Tue, 28 Apr 2015 04:36:06 +0000 (UTC) Received: (qmail 11947 invoked by uid 500); 28 Apr 2015 04:36:06 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 11907 invoked by uid 500); 28 Apr 2015 04:36:06 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 11767 invoked by uid 99); 28 Apr 2015 04:36:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 04:36:06 +0000 Date: Tue, 28 Apr 2015 04:36:06 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-3757) Add ability to build native library (not just tarball) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14516334#comment-14516334 ] ASF GitHub Bot commented on ACCUMULO-3757: ------------------------------------------ Github user joshelser commented on the pull request: https://github.com/apache/accumulo/pull/34#issuecomment-96906450 Usage: `mvn clean verify -Pbuild-native-lib,assemble -DskipTests -Dfindbugs.skip -Dcheckstyle.skip` Two things are causing me heartburn: 1. Can't bind to `package` because I can't figure out how to force the assembly to happen first 2. How to ensure that the assemble profile was also activated (maybe just rely on error checking to make sure the tarball exists?) Ping @ctubbsii > Add ability to build native library (not just tarball) > ------------------------------------------------------ > > Key: ACCUMULO-3757 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3757 > Project: Accumulo > Issue Type: Improvement > Components: build > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Blocker > Fix For: 1.7.0 > > > Would be convenient to actually build the native library via Maven, not just the native tarball. > This would ease downstream packaging and we get to own the process of building the native library (instead of trying to coordinate). -- This message was sent by Atlassian JIRA (v6.3.4#6332)