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 27FF6200C54 for ; Wed, 12 Apr 2017 16:44:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2688F160B95; Wed, 12 Apr 2017 14:44: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 952CD160B8A for ; Wed, 12 Apr 2017 16:44:43 +0200 (CEST) Received: (qmail 88766 invoked by uid 500); 12 Apr 2017 14:44:42 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 88755 invoked by uid 99); 12 Apr 2017 14:44:42 -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; Wed, 12 Apr 2017 14:44:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 59B4BDFC00; Wed, 12 Apr 2017 14:44:42 +0000 (UTC) From: mikewalch To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org References: In-Reply-To: Subject: [GitHub] accumulo pull request #245: ACCUMULO-4620 Consolidate all Maven modules into... Content-Type: text/plain Message-Id: <20170412144442.59B4BDFC00@git1-us-west.apache.org> Date: Wed, 12 Apr 2017 14:44:42 +0000 (UTC) archived-at: Wed, 12 Apr 2017 14:44:44 -0000 GitHub user mikewalch reopened a pull request: https://github.com/apache/accumulo/pull/245 ACCUMULO-4620 Consolidate all Maven modules into one directory (1.8) This PR is for master. I am going to create PRs for 1.8 & 1.7 branches to make merging easier in the future. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mikewalch/accumulo modules-dir-master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/accumulo/pull/245.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #245 ---- commit d781bbec75738723b94c94f3043a96e4520e3246 Author: Mike Walch Date: 2017-04-07T16:14:59Z ACCUMULO-4620 Consolidate all Maven modules into one directory ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---