Note:This goal should be used as a Maven report.
Full name:
org.codehaus.mojo:scmchangelog-maven-plugin:1.3:report
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| basedir | File |
- |
The base directory. |
| dateFormat | String |
- |
Used to specify the date format of the log entries that are
retrieved from your SCM system. Default value is: yyyy-MM-dd. |
| grammar | String |
- |
Grammar name for parsing svn logs Default value is: MANU. |
| timestampFormat | String |
- |
Used to specify the date format of the log entries that are
retrieved from your SCM system. Default value is: dd/MM/yyyy HH:mm. |
| trackerType | String |
- |
Used to specify the tracker type. Default value is: ${project.issueManagement.system}. |
| trackerUrlPattern | String |
- |
Used to specify the tracker issue url pattern. Default value is: ${project.issueManagement.url}. |
| Name | Type | Since | Description |
|---|---|---|---|
| connectionType | String |
- |
The type of connection to use (connection or developerConnection). Default value is: connection. |
| connectionUrl | String |
- |
The SCM connection URL. Default value is: ${project.scm.connection}. |
| developerConnectionUrl | String |
- |
The SCM connection URL for developers. Default value is: ${project.scm.developerConnection}. |
| filter | String |
- |
The regexp used to filter tags and branches names to produce the
report. |
| passphrase | String |
- |
The passphrase (used by java svn). |
| password | String |
- |
The user password (used by svn and starteam protocol). |
| privateKey | String |
- |
The private key (used by java svn). |
| releasesOrder | String |
- |
Used to specify if the releases should be ordered alphabetally or
historically. Supported values are historic and
alphabetic.Default value is: historic. |
| tagBase | String |
- |
The url of tags base directory (used by svn protocol). |
| username | String |
- |
The user name (used by svn and starteam protocol). |
java.io.FileYes${basedir}java.lang.StringNo${connectionType}connectionjava.lang.StringNo${connectionUrl}${project.scm.connection}java.lang.StringYes${changelog.dateFormat}yyyy-MM-ddjava.lang.StringNo${connectionUrl}${project.scm.developerConnection}java.lang.StringNo${filter}java.lang.StringYes${changelog.grammar}MANUjava.lang.StringNo${passphrase}java.lang.StringNo${password}java.lang.StringNo${privateKey}historic and
alphabetic.java.lang.StringNo${changelog.releasesOrder}historicjava.lang.StringNo${tagBase}java.lang.StringYes${changelog.timestampFormat}dd/MM/yyyy HH:mmjava.lang.StringYes${changelog.trackerType}${project.issueManagement.system}java.lang.StringYes${changelog.trackerUrlPattern}${project.issueManagement.url}java.lang.StringNo${username}