Issue Details (XML | Word | Printable)

Key: MCHANGES-108
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Benjamin Bentmann
Reporter: Benjamin Bentmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Changes Plugin

Allow to configure changes-report mojo from properties

Created: 23/Apr/08 10:45 AM   Updated: 23/Apr/08 10:50 AM   Resolved: 23/Apr/08 10:50 AM
Return to search
Component/s: changes-report
Affects Version/s: 2.0
Fix Version/s: 2.1

Time Tracking:
Not Specified


 Description  « Hide

In lack of a <reporting>/<pluginManagement> section in the POM, one cannot configure things like issueLinkTemplate in a central place but has to do it over and over again in each project. If the plugin would support properties, one could simply put

<properties>
  <changes.issueLinkTemplate>yadayada</changes.issueLinkTemplate>
</properties>

into the corporate parent POM and is done.



Benjamin Bentmann added a comment - 23/Apr/08 10:50 AM

Done in r650917.