[ https://issues.apache.org/jira/browse/SCM-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963011#comment-17963011 ]
ASF GitHub Bot commented on SCM-780: ------------------------------------ jira-importer opened a new issue, #987: URL: https://github.com/apache/maven-scm/issues/987 **[Dan Tran](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dantran)** opened **[SCM-780](https://issues.apache.org/jira/browse/SCM-780?redirect=false)** and commented 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 --- **Affects:** 1.9.1 > Duplicate connection url's properties > ------------------------------------- > > Key: SCM-780 > URL: https://issues.apache.org/jira/browse/SCM-780 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-plugin > Affects Versions: 1.9.1 > Reporter: Dan Tran > Assignee: Karl Heinz Marbaise > Priority: Major > Fix For: 1.9.4 > > > 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 (v8.20.10#820010)