Change Log Report

Total number of changed sets: 1

Changes between 2010-04-25 and 2010-05-26

Total commits: 12
Total number of files changed: 8

Timestamp Author Details
2010-05-25 21:21:19 Dennis Lundberg /maven/plugins/tags/maven-changelog-plugin-2.2 v 948185

[maven-scm] copy for tag maven-changelog-plugin-2.2
2010-05-25 21:21:07 Dennis Lundberg /maven/plugins/trunk/maven-changelog-plugin/pom.xml v 948184

[maven-release-plugin] prepare release maven-changelog-plugin-2.2
2010-05-25 21:11:51 Dennis Lundberg /maven/plugins/trunk/maven-changelog-plugin/pom.xml v 948176

Upgrade to maven-plugins parent 18.
2010-05-25 21:08:46 Dennis Lundberg /maven/plugins/trunk/maven-changelog-plugin/pom.xml v 948173

Add used but undeclared dependencies.
2010-05-25 20:24:39 Dennis Lundberg /maven/plugins/trunk/maven-changelog-plugin/pom.xml v 948152

Remove element that was mistakenly added in r890138.
2010-05-13 00:44:31 hboutemy /maven/plugins/trunk/maven-changelog-plugin/pom.xml v 943737

updated reporting plugins dependencies: maven-reporting-api 3.0 and maven-reporting-impl 2.0.5
2010-05-08 22:04:17 Dennis Lundberg /maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/plugin/changelog/ChangeLogReport.java v 942456
/maven/plugins/trunk/maven-changelog-plugin/src/main/resources/scm-activity.properties v 942456
/maven/plugins/trunk/maven-changelog-plugin/src/main/resources/scm-activity_de.properties v 942456
/maven/plugins/trunk/maven-changelog-plugin/src/main/resources/scm-activity_sv.properties v 942456

[MCHANGELOG-76] Changed a header when a log is created with only an end-tag
Submitted by: Roland Asmann
Reviewed by: Dennis Lundberg

Patch applied with modifications.
2010-04-29 23:24:50 Dennis Lundberg /maven/plugins/trunk/maven-changelog-plugin/src/site/fml/faq.fml v 939485

Add a FAQ entry about SCM URL inheritance, related to MCHANGELOG-84.
2010-04-29 00:52:04 Dennis Lundberg /maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/plugin/changelog/ChangeLogReport.java v 939126
/maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/plugin/changelog/DeveloperActivityReport.java v 939126

[MCHANGELOG-69] Print developer names regardless of whether they're listed in the POM
[MCHANGELOG-73] Print developer names in the change report for known developers and make them links to the team page.
Submitted by: John Allen
Reviewed by: Dennis Lundberg

Applied with modifications.
2010-04-29 00:31:48 Dennis Lundberg /maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/plugin/changelog/ChangeLogReport.java v 939118

[MCHANGELOG-71] Support a %REV% in displayFileDetailUrl in the same way we support %FILE%
Submitted by: John Allen
Reviewed by: Dennis Lundberg

Applied with modifications.
2010-04-29 00:15:06 Dennis Lundberg /maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/plugin/changelog/ChangeLogReport.java v 939112

[MCHANGELOG-72] Provide a way to make the changeset revision number used in the changelog report an active link
Submitted by: John Allen
Reviewed by: Dennis Lundberg

Applied with modifications.
2010-04-28 23:52:04 Dennis Lundberg /maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/plugin/changelog/ChangeLogReport.java v 939105

[MCHANGELOG-70] Support a URL filter that enables JIRA/bugzilla/whatever IDs quoted in SCM message to be mapped to real URLs
Submitted by: John Allen
Reviewed by: Dennis Lundberg

Applied with modifications: changed names of parameters and refactored