Changelog Properties Stéphane MOR
Property name Optional? Description
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 5 days. Note: when using the Subversion changelog factory, you must set this property to an empty value because the Subversion ra_dav module (used to access DAV repositories) does not support date operations yet. If you are using a local repository (ra_local), then this does not apply to you.
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 default value is org.apache.maven.cvslib.CvsChangeLogFactory. In addition, there is also a Subversion factory ( org.apache.maven.svnlib.SvnChangeLogFactory) as well as a StarTeam factory ( org.apache.maven.starteamlib.StarteamChangeLogFactory).
maven.docs.outputencoding Yes The output encoding for the generated xml documents. Set by the xdoc plugin, it defaults to ISO-8859-1
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.