Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 50845 invoked from network); 9 May 2008 23:16:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2008 23:16:58 -0000 Received: (qmail 74168 invoked by uid 500); 9 May 2008 23:17:00 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 74151 invoked by uid 500); 9 May 2008 23:17:00 -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 74136 invoked by uid 99); 9 May 2008 23:17:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 16:17:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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, 09 May 2008 23:16:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 8BD7914A803B for ; Fri, 9 May 2008 18:16:27 -0500 (CDT) Message-ID: <25305812.1210374987334.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Fri, 9 May 2008 18:16:27 -0500 (CDT) From: "Olivier Lamy (JIRA)" To: issues@continuum.apache.org Subject: [jira] Closed: (CONTINUUM-1182) Pass configured scm username and password to execution of maven goals MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed CONTINUUM-1182. ----------------------------------- Resolution: Won't Fix Fix Version/s: (was: 1.2) For security reasons we don't store anymore the scm username/password in the database. If you really need it, you can configure it the build definition arguments with -D args. > Pass configured scm username and password to execution of maven goals > --------------------------------------------------------------------- > > Key: CONTINUUM-1182 > URL: http://jira.codehaus.org/browse/CONTINUUM-1182 > Project: Continuum > Issue Type: Improvement > Components: Core system > Reporter: Jan Edelbroek > Attachments: continuum-diff.txt > > > It's possible to configure a scm username and password. Continuum uses this to update the sourcecode from the scm before the actual build takes place. > Because of this feature, i don't have to configure this in my project pom for maven2. > It would be nice if i could use these username and password also for executing maven goals. > For example, if i use the scm:tag goal in my build definition, it would be nice to have something like this in my maven2 build definition: > clean install scm:tag -Dusername=${scm.username} -Dpassword=${scm.password} > In this case, continuum should substitute the configured scm username and password before executing the build. -- 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