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 EAFB41732E for ; Wed, 29 Oct 2014 22:26:34 +0000 (UTC) Received: (qmail 88546 invoked by uid 500); 29 Oct 2014 22:26:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 88503 invoked by uid 500); 29 Oct 2014 22:26:34 -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 88491 invoked by uid 99); 29 Oct 2014 22:26:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2014 22:26:34 +0000 Date: Wed, 29 Oct 2014 22:26:34 +0000 (UTC) From: "Enoch Hsu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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 [ https://issues.apache.org/jira/browse/HBASE-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14189140#comment-14189140 ] Enoch Hsu commented on HBASE-12121: ----------------------------------- In my case, I am trying to release HBase into my own repository but require the tarball to also be deployed. In this case I would need to tell the maven release plugin that I have an extra goal such as this "-X package site assembly:single deploy -DskipTests". The purpose of which is to also deploy and upload the hbase assembly tarball automatically. Without this added goal parameter I would not be able to achieve this result unless I manually uploaded it. If 'goals' is empty default behavior will be exhibited. > 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: Improvement > Components: build > Affects Versions: 0.98.6 > Reporter: Enoch Hsu > Assignee: Enoch Hsu > Priority: Minor > Fix For: 2.0.0, 0.99.2 > > Attachments: HBASE-12121.patch > > > 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)