From issues-return-99833-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Fri Jan 16 15:08:13 2015 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 E10FF10BE8 for ; Fri, 16 Jan 2015 15:08:12 +0000 (UTC) Received: (qmail 84019 invoked by uid 500); 16 Jan 2015 15:08:14 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 83965 invoked by uid 500); 16 Jan 2015 15:08:14 -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 83950 invoked by uid 99); 16 Jan 2015 15:08:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2015 15:08:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Fri, 16 Jan 2015 15:07:49 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0DA00B116E for ; Fri, 16 Jan 2015 09:07:18 -0600 (CST) Date: Fri, 16 Jan 2015 09:07:18 -0600 (CST) From: "Karl-Heinz Marbaise (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (SCM-780) Duplicate connection url's properties 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 [ https://jira.codehaus.org/browse/SCM-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=361290#comment-361290 ] Karl-Heinz Marbaise commented on SCM-780: ----------------------------------------- BTW: Which one of those properties will be set if you use the property on the command line? The first or the second one? > Duplicate connection url's properties > ------------------------------------- > > Key: SCM-780 > URL: https://jira.codehaus.org/browse/SCM-780 > Project: Maven SCM > Issue Type: Bug > Components: maven-plugin > Affects Versions: 1.9.1 > Reporter: Dan Tran > Assignee: Dan Tran > Fix For: 1.9.3 > > > at AbstractScmMojo > /** > * The SCM connection URL. > */ > @Parameter( property = "connectionUrl", defaultValue = "${project.scm.connection}" ) > private String connectionUrl; > /** > * The SCM connection URL for developers. > */ > @Parameter( property = "connectionUrl", defaultValue = "${project.scm.developerConnection}" ) > private String developerConnectionUrl; > the property "connectionUrl" is used by both connectionUrl and developerConnectionUrl -- This message was sent by Atlassian JIRA (v6.1.6#6162)