[ 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)
|