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 DDFE3200B5B for ; Fri, 5 Aug 2016 22:47:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DCA22160AB3; Fri, 5 Aug 2016 20:47: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 3159B160A64 for ; Fri, 5 Aug 2016 22:47:44 +0200 (CEST) Received: (qmail 80699 invoked by uid 500); 5 Aug 2016 20:47:43 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 80686 invoked by uid 99); 5 Aug 2016 20:47:43 -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, 05 Aug 2016 20:47:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 486D2EC22C; Fri, 5 Aug 2016 20:47:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shameera@apache.org To: commits@airavata.apache.org Date: Fri, 05 Aug 2016 20:47:43 -0000 Message-Id: <24d1b0036e3c4210a9f499febc6136b6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/5] airavata git commit: Added replacer maven plugin to remove data generated by thrift gen files archived-at: Fri, 05 Aug 2016 20:47:45 -0000 Repository: airavata Updated Branches: refs/heads/hotfix-for-allocation 67e1f7bd1 -> c1df0551d Added replacer maven plugin to remove data generated by thrift gen files Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/3aca4e95 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/3aca4e95 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/3aca4e95 Branch: refs/heads/hotfix-for-allocation Commit: 3aca4e95f571294a94171276c20acb3e4c10af50 Parents: 67e1f7b Author: Shameera Rathnayaka Authored: Fri Aug 5 15:58:06 2016 -0400 Committer: Shameera Rathnayaka Committed: Fri Aug 5 15:58:06 2016 -0400 ---------------------------------------------------------------------- airavata-api/airavata-data-models/pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/3aca4e95/airavata-api/airavata-data-models/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-data-models/pom.xml b/airavata-api/airavata-data-models/pom.xml index 6c5cd9f..0ef00ae 100644 --- a/airavata-api/airavata-data-models/pom.xml +++ b/airavata-api/airavata-data-models/pom.xml @@ -39,4 +39,30 @@ + + + + + com.google.code.maven-replacer-plugin + replacer + 1.5.3 + + + generate-sources + + replace + + + + + + ${basedir}/src/main/java/org/apache/airavata/**/*.java + + , date = ".*" + + + + + +