Maven 1.x Developer Activity Plugin

XSLT stylesheet never matches any results

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major 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 :
    0

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.

Activity

Hide
Jamie Bisotti added a comment -

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?

Show
Jamie Bisotti added a comment - 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?

People

Vote (1)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: