Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 8602 invoked from network); 27 Feb 2009 01:40:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 01:40:52 -0000 Received: (qmail 85370 invoked by uid 500); 27 Feb 2009 01:40:52 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 85325 invoked by uid 500); 27 Feb 2009 01:40:52 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 85314 invoked by uid 99); 27 Feb 2009 01:40:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2009 17:40:52 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 01:40:46 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 7B7C214A816C for ; Thu, 26 Feb 2009 19:40:20 -0600 (CST) Message-ID: <11232047.1235698820503.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 26 Feb 2009 19:40:20 -0600 (CST) From: "Wendy Smoak (JIRA)" To: issues@continuum.apache.org Subject: [jira] Updated: (CONTINUUM-2074) Pass the Continuum project group id through to Maven builds In-Reply-To: <9495667.1234453520268.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wendy Smoak updated CONTINUUM-2074: ----------------------------------- Fix Version/s: Future > Pass the Continuum project group id through to Maven builds > ----------------------------------------------------------- > > Key: CONTINUUM-2074 > URL: http://jira.codehaus.org/browse/CONTINUUM-2074 > Project: Continuum > Issue Type: Improvement > Components: Integration - Maven 2 > Affects Versions: 1.3.1 > Reporter: Wendy Smoak > Priority: Minor > Fix For: Future > > > Continuum currently passes several properties through to Maven builds, for example: > 2009-02-08 07:46:03,716 [pool-1-thread-1] INFO org.apache.continuum.utils.shell.DefaultShellCommandHelper - Executing: /bin/sh -c cd /Applications/continuum-20090207-2059-r741756/data/working-directory/2 && mvn --batch-mode --non-recursive -Dcontinuum.project.lastBuild.state=10 -Dcontinuum.project.nextBuild.number=1 '-Dcontinuum.project.name=Multi Module Example :: Core' -Dcontinuum.project.id=2 -Dcontinuum.project.version=1.0-SNAPSHOT '-Dcontinuum.project.group.name=Multi Module Example' -Dcontinuum.project.lastBuild.number=0 -Dmaven.repo.local=/Users/wsmoak/.m2/repository clean install > The project group name is passed, but not the [Continuum] group id. > I need a property suitable for use in a filename, and although they are both free text, the group name tends to be human readable with spaces, while the group id is not. > We should pass -Dcontinuum.project.group.id=... in addition to the current properties. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira