You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl-Heinz Marbaise (JIRA)" <ji...@codehaus.org> on 2015/02/01 12:30:18 UTC

[jira] (SCM-780) Duplicate connection url's properties

     [ https://jira.codehaus.org/browse/SCM-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl-Heinz Marbaise closed SCM-780.
-----------------------------------

    Resolution: Fixed
      Assignee: Karl-Heinz Marbaise  (was: Dan Tran)

Fixed in [ab163ea9a3f902adc482f42ad20aafa491412827|https://git-wip-us.apache.org/repos/asf?p=maven-scm.git;a=commitdiff;h=ab163ea9a3f902adc482f42ad20aafa491412827].

> 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: Karl-Heinz Marbaise
>             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)