Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: default
-
Labels:None
-
Environment:Maven developer-activity-plugin 1.5.1
-
Number of attachments :
Description
The developer-activity.jsl stylesheet matches 'changelog' and then does count(./changelog-entry).
The changelog.xml file it is working with has this structure:
changelog
--changeset
----changelog-entry
i.e. there are no direct children of changelog called changelog-entry. Presumably the changelog plugin added multiple changeset options and this plugin hasn't caught up yet.
I changed the jsl:template to match "changelog/changeset" so it would work for me, but that wouldn't work for multiple changesets.
If using maven-changelog-plugin 1.8.0+, the Developer Activity report is broken; this seems kind of major. Any plans to fix this any time soon?