Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2ADF317E7C for ; Tue, 30 Sep 2014 17:38:34 +0000 (UTC) Received: (qmail 69884 invoked by uid 500); 30 Sep 2014 17:38:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 69818 invoked by uid 500); 30 Sep 2014 17:38:33 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 69806 invoked by uid 99); 30 Sep 2014 17:38:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2014 17:38:33 +0000 Date: Tue, 30 Sep 2014 17:38:33 +0000 (UTC) From: "Enoch Hsu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-12121) maven release plugin does not allow for customized goals MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Enoch Hsu created HBASE-12121: --------------------------------- Summary: maven release plugin does not allow for customized goals Key: HBASE-12121 URL: https://issues.apache.org/jira/browse/HBASE-12121 Project: HBase Issue Type: Bug Affects Versions: 0.98.6 Reporter: Enoch Hsu Assignee: Enoch Hsu Priority: Minor Inside the pom under the maven-release-plugin there is a configuration that defines what the release-plugin uses like so apache-release -Dmaven.test.skip.exec pom.xml There is no property for goals so if the user passes in a goal from the command line it will not get executed and the default behavior will be used instead. I propose to add in the following ${goals} This will allow custom release goal options -- This message was sent by Atlassian JIRA (v6.3.4#6332)