| 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.
|