From issues-return-86803-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Tue Sep 3 21:37:18 2013 Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-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 DE7E710276 for ; Tue, 3 Sep 2013 21:37:17 +0000 (UTC) Received: (qmail 48056 invoked by uid 500); 3 Sep 2013 21:37:17 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 48012 invoked by uid 500); 3 Sep 2013 21:37:17 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 48004 invoked by uid 99); 3 Sep 2013 21:37:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 21:37:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 21:37:13 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id BCFEEB1089 for ; Tue, 3 Sep 2013 16:36:52 -0500 (CDT) Date: Tue, 3 Sep 2013 16:36:52 -0500 (CDT) From: "Mark Maun (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MRELEASE-846) m2 release plugin exposes SCM password in release.properties file MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org Mark Maun created MRELEASE-846: ---------------------------------- Summary: m2 release plugin exposes SCM password in release.properties file Key: MRELEASE-846 URL: https://jira.codehaus.org/browse/MRELEASE-846 Project: Maven Release Plugin Issue Type: Bug Reporter: Mark Maun When executing a maven release build using the m2 release plugin in Jenkins a release.properties file is created in the workspace that has the SCM user/password credentials in plain text. In our jenkins instance this is a problem since we have multiple users with access to release the same job. The release.properties is removed after the release build is successful. If the release build fails the release.properties stays in the workspace until it's manually deleted. This allows other users to see SCM passwords in our organization if they view the workspace during a release build or after one fails. 4 If anyone has viable workarounds/solutions we can use in the meantime that would also be appreciated. Note I have a ticket open with Jenkins dev but they deferred me here: https://issues.jenkins-ci.org/browse/JENKINS-19416 -- 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