maven-changelog-plugin
maven-changelog-plugin copied to clipboard
[MCHANGELOG-127] Add possibilty to specify an alternate SCM connection url
Martin D'Aloia opened MCHANGELOG-127 and commented
Add possibilty to specify an alternate connection url other than the defined in the SCM section, similar to the SCM mojo of the maven-project-info-reports-plugin (see here) and the ChangeLog mojo of the maven-scm-plugin (see here)
This makes possible to generate, for example, a general site module (on a multi-module project) with general information. This is the same intention of the General SCM Project Information Report (see here)
The patch provided contains one possible solution and the modification of the testcases affected by this change. By default the 2 new parameters gets the value specified on project.scm.connection and project.scm.developerConnection
Affects: 2.2, 2.3
Attachments:
- custom-scm-connection-url.patch (10.47 kB)