maven-plugins/source/xdocs/properties.xml
2006-02-18 21:28:29 +00:00

34 lines
795 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven Source Plug-in Properties</title>
</properties>
<body>
<section name="Maven Source Plug-in Settings">
<table>
<tr>
<th>Property</th>
<th>Optional?</th>
<th>Description</th>
</tr>
<tr>
<td>maven.source.excludes</td>
<td>Yes</td>
<td>
<p>Default value is
<code>**/package.html</code>.</p>
</td>
</tr>
<tr>
<td>maven.source.final.name</td>
<td>Yes</td>
<td>
<p>Default value is
<code>${maven.final.name}-sources.jar</code>.</p>
</td>
</tr>
</table>
</section>
</body>
</document>