Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 33EE9200AE2 for ; Fri, 13 May 2016 02:16:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 32450160A10; Fri, 13 May 2016 00:16:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7839B160939 for ; Fri, 13 May 2016 02:16:43 +0200 (CEST) Received: (qmail 88323 invoked by uid 500); 13 May 2016 00:16:42 -0000 Mailing-List: contact commits-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list commits@asterixdb.incubator.apache.org Received: (qmail 88314 invoked by uid 99); 13 May 2016 00:16:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2016 00:16:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 46254C0DC7 for ; Fri, 13 May 2016 00:16:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id r2uV9eoNmNdZ for ; Fri, 13 May 2016 00:16:40 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id B5C385F478 for ; Fri, 13 May 2016 00:16:39 +0000 (UTC) Received: (qmail 88294 invoked by uid 99); 13 May 2016 00:16:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2016 00:16:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DA249DFBAB; Fri, 13 May 2016 00:16:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mblow@apache.org To: commits@asterixdb.incubator.apache.org Message-Id: <5f60a20914304d8f9bf9d79093ef7a29@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-asterixdb git commit: Run git-commit-id-plugin Once Date: Fri, 13 May 2016 00:16:38 +0000 (UTC) archived-at: Fri, 13 May 2016 00:16:44 -0000 Repository: incubator-asterixdb Updated Branches: refs/heads/master b7ca56c59 -> a98d0de2d Run git-commit-id-plugin Once Only run the git-commit-id-plugin on the asterix-app build, to improve build performnace. Generate the git.properties directly into the target directory. Change-Id: I21122d45c9b3e5909ee0634a68dd02df6d6d9313 Reviewed-on: https://asterix-gerrit.ics.uci.edu/844 Tested-by: Jenkins Reviewed-by: Ian Maxon Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/commit/a98d0de2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/tree/a98d0de2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/diff/a98d0de2 Branch: refs/heads/master Commit: a98d0de2d46e51794b5e34adf211371fceca56ae Parents: b7ca56c Author: Michael Blow Authored: Wed May 11 16:22:52 2016 -0700 Committer: Michael Blow Committed: Thu May 12 17:16:41 2016 -0700 ---------------------------------------------------------------------- asterixdb/asterix-app/pom.xml | 27 +++++++++++++++++++++++++++ asterixdb/pom.xml | 27 --------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/a98d0de2/asterixdb/asterix-app/pom.xml ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml index b33f1eb..19c2d5a 100644 --- a/asterixdb/asterix-app/pom.xml +++ b/asterixdb/asterix-app/pom.xml @@ -64,6 +64,33 @@ + pl.project13.maven + git-commit-id-plugin + 2.2.0 + + + + revision + + + + + + + ${project.basedir}/.git + + true + + + ./target/classes/git.properties + + + + maven-resources-plugin http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/a98d0de2/asterixdb/pom.xml ---------------------------------------------------------------------- diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index 59c5c96..d0e5c40 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -162,33 +162,6 @@ - pl.project13.maven - git-commit-id-plugin - 2.2.0 - - - - revision - - - - - - - ${project.basedir}/.git - - true - - - src/main/resources/git.properties - - - - org.apache.maven.plugins maven-remote-resources-plugin