diff --git a/changelog/plugin.jelly b/changelog/plugin.jelly index c02c75a8..5e865511 100644 --- a/changelog/plugin.jelly +++ b/changelog/plugin.jelly @@ -53,7 +53,7 @@ Generating the changelog report + + Add maven.changelog.basedir property. + If, using the cvslib, fails, then fall back to using the command line call to the cvs executable. diff --git a/changelog/xdocs/properties.xml b/changelog/xdocs/properties.xml index de5bab8a..8bd65118 100644 --- a/changelog/xdocs/properties.xml +++ b/changelog/xdocs/properties.xml @@ -14,6 +14,15 @@ Optional? Description + + maven.changelog.basedir + Yes + + Specifies the basedir for changelog execution. + This is used by the "changelog" goal. The default value is + basedir. + + maven.changelog.range Yes diff --git a/developer-activity/plugin.jelly b/developer-activity/plugin.jelly index 353d30a9..b1dab31e 100644 --- a/developer-activity/plugin.jelly +++ b/developer-activity/plugin.jelly @@ -60,7 +60,7 @@ 3 maven-developer-activity-plugin Maven Developer Activity Plug-in - 1.3 + 1.4-SNAPSHOT This document provides a report of activity in terms of CVS commits and breaks it out by developer. Developer Activity report http://maven.apache.org/reference/plugins/developer-activity/ diff --git a/developer-activity/xdocs/changes.xml b/developer-activity/xdocs/changes.xml index 82f9e9c3..3cd2273d 100644 --- a/developer-activity/xdocs/changes.xml +++ b/developer-activity/xdocs/changes.xml @@ -6,6 +6,11 @@ + + + Add maven.changelog.basedir property. + + Add link with team list. diff --git a/file-activity/plugin.jelly b/file-activity/plugin.jelly index 421c9793..b30b8e8a 100644 --- a/file-activity/plugin.jelly +++ b/file-activity/plugin.jelly @@ -69,7 +69,7 @@ 3 maven-file-activity-plugin Maven File Activity Plug-in - 1.3 + 1.4-SNAPSHOT jakarta diff --git a/file-activity/xdocs/changes.xml b/file-activity/xdocs/changes.xml index 0032a5e7..163634c8 100644 --- a/file-activity/xdocs/changes.xml +++ b/file-activity/xdocs/changes.xml @@ -6,6 +6,11 @@ + + + Add maven.changelog.basedir property. + + Fix url generation when pom.repository.url isn't empty.