Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA99F18345 for ; Wed, 2 Mar 2016 18:44:19 +0000 (UTC) Received: (qmail 35773 invoked by uid 500); 2 Mar 2016 18:44:18 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 35650 invoked by uid 500); 2 Mar 2016 18:44:18 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 35377 invoked by uid 99); 2 Mar 2016 18:44:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2016 18:44:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7CEE82C1F5C for ; Wed, 2 Mar 2016 18:44:18 +0000 (UTC) Date: Wed, 2 Mar 2016 18:44:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-4375) Fix the maven release profile, broken by jdbc jar size enforcer added in DRILL-4291 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/DRILL-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176226#comment-15176226 ] ASF GitHub Bot commented on DRILL-4375: --------------------------------------- GitHub user jaltekruse opened a pull request: https://github.com/apache/drill/pull/402 DRILL-4375: Fix the maven release profile This generated pom file was being discovered and maven was trying to run the target directory in jdbc-all as a submodule. This change reverts to the default output location (the module root) and adds corresponding .gitignore and RAT exclude entries. NOTE: this is considered bad practice as generated files should appear in the target directory and be removed upon a maven clean. This default location is considered to be a known shortcoming of the shade plugin. Also updated integration test for the jdbc-all jar with small path change, as changing the location of the dependency-reduced-pom.xml actually changed the directory the test was being executed from. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jaltekruse/incubator-drill 4375-fix-release-profile-shade-issues Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/402.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 #402 ---- commit d4ac16158f532fd43409ebbf6eec2d643fc4ff06 Author: Jason Altekruse Date: 2016-02-02T07:17:37Z DRILL-4375: Fix the maven release profile This generated pom file was being discovered and maven was trying to run the target directory in jdbc-all as a submodule. This change reverts to the default output location (the module root) and adds corresponding .gitignore and RAT exclude entries. NOTE: this is considered bad practice as generated files should appear in the target directory and be removed upon a maven clean. This default location is considered to be a known shortcoming of the shade plugin. Also updated integration test for the jdbc-all jar with small path change, as changing the location of the dependency-reduced-pom.xml actually changed the directory the test was being executed from. ---- > Fix the maven release profile, broken by jdbc jar size enforcer added in DRILL-4291 > ----------------------------------------------------------------------------------- > > Key: DRILL-4375 > URL: https://issues.apache.org/jira/browse/DRILL-4375 > Project: Apache Drill > Issue Type: Bug > Reporter: Jason Altekruse > Assignee: Jason Altekruse > -- This message was sent by Atlassian JIRA (v6.3.4#6332)