maven-plugins/castor/xdocs/properties.xml
2003-05-27 13:39:56 +00:00

58 lines
1.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>Maven Castor Plugin Properties</title>
<author email="jason@zenplex.com">Jason van Zyl</author>
<author email="tma@netspace.net.au">Tim Anderson</author>
</properties>
<body>
<section name="Maven Castor Plugin Settings">
<table>
<tr>
<th>Property name</th>
<th>Description</th>
<th>Optional?</th>
</tr>
<tr>
<td>maven.castor.dest</td>
<td>
Specifies the directory to place generated sources.<br/>
Defaults value is ${maven.build.dir}/castor/src
</td>
<td>Yes</td>
</tr>
<tr>
<td>maven.castor.tstamp</td>
<td>
Specifies the directory to output timestamp files.
These are used to track source modifications against the
generated files, to avoid unecessary generation.<br/>
Default value is ${maven.build.dir}/castor/tstamp
</td>
<td>Yes</td>
</tr>
</table>
</section>
<section name="Other properties used">
<table>
<tr>
<th>Property name</th>
<th>Description</th>
<th>Optional?</th>
</tr>
<tr>
<td>maven.compile.src.set</td>
<td>
The source directories maven uses to compile java code.
The Castor plugin adds the directory it generates code to
this path, so that generated code is compiled seamlessly
</td>
<td>Yes</td>
</tr>
</table>
</section>
</body>
</document>