History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MCHANGES-67
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Henning Schmiedehausen
Votes: 0
Watchers: 0
Operations

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

The changes plugin should not hard code the "team-list.html" file

Created: 28/Jan/07 09:41 AM   Updated: 08/Jul/07 02:21 PM
Component/s: changes-report
Affects Version/s: 2.0-beta-3, 2.0-beta-2
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Text File changes5.patch (4 kb)



 Description  « Hide
Projects that do not have a team-list file or use a different file will have a number of broken links on the changes-plugin report page.

The attached patch makes the URL of the team-list file configurable with the default being the "team-list.html" file. This can be changed by setting the

<configuration>
<teamlist>foo.html</teamlist>
</configuration>

parameter. When this parameter is set to empty (e.g.

<configuration>
<teamlist/>
</configuration>

then no link is generated and just the names are reported.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Henning Schmiedehausen - 02/Apr/07 12:58 PM
Any news on this? I am using this patch in building a site where the team members are listed on a different page and it works well.

Dennis Lundberg - 08/Jul/07 02:21 PM
Henning, is there a standard Maven way to change the team-list file? I had a look at maven-project-info-reports-plugin and couldn't find a way to change it.