Return-Path: X-Original-To: apmail-nifi-commits-archive@minotaur.apache.org Delivered-To: apmail-nifi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2FB117C7C for ; Mon, 27 Apr 2015 17:45:10 +0000 (UTC) Received: (qmail 40946 invoked by uid 500); 27 Apr 2015 17:45:04 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 40907 invoked by uid 500); 27 Apr 2015 17:45:04 -0000 Mailing-List: contact commits-help@nifi.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.incubator.apache.org Delivered-To: mailing list commits@nifi.incubator.apache.org Received: (qmail 40898 invoked by uid 99); 27 Apr 2015 17:45:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2015 17:45:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2015 17:44:58 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id CDD0E2064A for ; Mon, 27 Apr 2015 17:44:38 +0000 (UTC) Received: (qmail 37877 invoked by uid 99); 27 Apr 2015 17:44:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2015 17:44:38 +0000 Date: Mon, 27 Apr 2015 17:44:38 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: commits@nifi.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-271) factor out a released common parent pom MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/NIFI-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14514515#comment-14514515 ] ASF subversion and git services commented on NIFI-271: ------------------------------------------------------ Commit 9a3b6bed62e9962ff97f2c76055cd4d49705ff89 in incubator-nifi's branch refs/heads/develop from [~joewitt] [ https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;h=9a3b6be ] NIFI-271 > factor out a released common parent pom > --------------------------------------- > > Key: NIFI-271 > URL: https://issues.apache.org/jira/browse/NIFI-271 > Project: Apache NiFi > Issue Type: Task > Reporter: Benson Margulies > Assignee: Joseph Witt > Fix For: 0.1.0 > > Attachments: 0001-NIFI-271.patch, 0001-NIFI-271.patch, NIFI-271-Excluding-Eclipse-Project-Files-from-Rat.patch > > > Arguably, there are a number of pieces of configuration and taste that are in common between the 'nifi' and the 'maven-plugins' tree. If we wanted to apply DRY to this, we would add a 'parent' directory, put a pom in there, and release _that_ first. > Or, on the other hand, we might feel that this is overkill. I don't think it's a good idea to go here for 0.0.1 of anything, so I'm just writing this for future digestion. > This parent pom should enforce certain conventions/formatting/etc. to help make merging/diffs/reviews easier. -- This message was sent by Atlassian JIRA (v6.3.4#6332)