Changelog Properties Stéphane MOR
Property name 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 Specifies the range to use when generating the change log. This is used by the "changelog" goal. The default value is 30 days.
maven.changelog.factory Yes Specifies a fully qualified class name implementing the org.apache.maven.changelog.ChangeLogFactory interface. The class creates the ChangeLogGenerator and ChangeLogParser pair required to create the change log. This is used by the "changelog" and "activity" goals. The following SCM factories are supported:
maven.docs.outputencoding Yes The output encoding for the generated xml documents. Set by the xdoc plugin, it defaults to ISO-8859-1
maven.changelog.dateformat Yes The date format in input stream. It's only used by Starteam changelog.
Property name Optional? Description
maven.gen.docs Yes The directory where the generated report is created. This directory holds the generated documents for processing by the xdoc plugin.
maven.mode.online Yes Used by the plugin to check if the user is currently 'online' and hence has access to the source code repository.