o MAVEN-290: Use changes.xml again

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112982 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-02-24 13:05:07 +00:00
parent 8628833cb9
commit d163728443
10 changed files with 296 additions and 0 deletions

29
changes/xdocs/index.xml Normal file
View File

@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Maven Changelog Plug-in</title>
<author email="jason@zenplex.com">Jason van Zyl</author>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<section name="Maven Changelog Plug-in">
<p>
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.
</p>
<p>
For more information on the functionality provided by this plugin,
please see the <a href="goals.html">Goals</a> document.
</p>
<p>
For more information on how to customise the functionality provided
by this plugin, please see the <a href="properties.html">properties</a>
document.
</p>
</section>
</body>
</document>