git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113471 13f79535-47bb-0310-9956-ffa450edef68
29 lines
667 B
XML
29 lines
667 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Maven Changes Plug-in Goals</title>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Goals">
|
|
<p>
|
|
This plugin is called automatically by the
|
|
<code>site</code> plugin when it generates the project
|
|
web site.
|
|
</p>
|
|
<table>
|
|
<tr><th>Goal</th><th>Description</th></tr>
|
|
<tr>
|
|
<td>report</td>
|
|
<td>
|
|
Generate the Changes reports showing the difference between
|
|
project releases.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
</body>
|
|
</document>
|