+ This plugin is called automatically by the
+ site plugin when it generates the project
+ web site.
+
| Goal | Description | |
|---|---|---|
| changelog | +report |
- This is the default goal of the plugin and simply attains
- the changelog:generate goal.
- |
-
| changelog:generate | -- Generates a report from the source control system showing - changes by date along with the message, if any, provided - by the developer when making the change + Generate the Changes reports showing the difference between + project releases. |
- This plugin produces a nicely formatted changelog report so project - team members can see at a glance what changes have been made - recently to the project. Currently, there are three supported - source control systems: CVS, StarTeam and Subversion. -
-- For more information on the functionality provided by this plugin, - please see the Goals document. + This plugin produces a changes report showing the differences + between different releases of the project using it.
- For more information on how to customise the functionality provided
- by this plugin, please see the properties
- document.
+ In order to use this plugin, simply create a changes.xml
+ file in your xdocs directory. Here's an example of a
+ typical changes.xml, showing the syntax:
+
+ A live Changes example report can be found + here.