Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 2C3B9C4D0 for ; Sat, 26 Jan 2013 13:23:26 +0000 (UTC) Received: (qmail 49928 invoked by uid 500); 26 Jan 2013 13:23:25 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 49906 invoked by uid 500); 26 Jan 2013 13:23:25 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 49890 invoked by uid 99); 26 Jan 2013 13:23:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2013 13:23:24 +0000 Date: Sat, 26 Jan 2013 13:23:24 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-9247) parametrize Clover "generateXxx" properties to make them re-definable via -D in mvn calls 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/HADOOP-9247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13563486#comment-13563486 ] Hudson commented on HADOOP-9247: -------------------------------- Integrated in Hadoop-Mapreduce-trunk #1325 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1325/]) HADOOP-9247. Parametrize Clover generateXxx properties to make them re-definable via -D in mvn calls. Contributed by Ivan A. Veselovsky. (Revision 1438698) Result = FAILURE suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1438698 Files : * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/pom.xml > parametrize Clover "generateXxx" properties to make them re-definable via -D in mvn calls > ----------------------------------------------------------------------------------------- > > Key: HADOOP-9247 > URL: https://issues.apache.org/jira/browse/HADOOP-9247 > Project: Hadoop Common > Issue Type: Improvement > Affects Versions: 3.0.0, 2.0.3-alpha, 0.23.6 > Reporter: Ivan A. Veselovsky > Assignee: Ivan A. Veselovsky > Priority: Minor > Fix For: 3.0.0 > > Attachments: HADOOP-9247-trunk.patch > > > The suggested parametrization is needed in order > to be able to re-define these properties with "-Dk=v" maven options. > For some reason the expressions declared in clover > docs like "${maven.clover.generateHtml}" (see http://docs.atlassian.com/maven-clover2-plugin/3.0.2/clover-mojo.html) do not work in that way. > However, the parametrized properties are confirmed to work: e.g. > -DcloverGenHtml=false switches off the Html generation, if defined ${cloverGenHtml}. > The default values provided here exactly correspond to Clover defaults, so > the behavior is 100% backwards compatible. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira