-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.1
-
Fix Version/s: 1.9.4
-
Component/s: maven-plugin
-
Labels:None
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