<?xml version="1.0" encoding="ISO-8859-1"?>
<document>

    <properties>
        <title>Maven Groovy Properties</title>
        <author>Mauro Talevi</author>
    </properties>

    <body>
        <section name="Maven Groovy Settings">
            <table>
                <tr>
                    <th>Property</th>
                    <th>Optional?</th>
                    <th>Description</th>
                </tr>
                <tr>
                	<td>maven.groovy.build.dest</td>
                	<td>Yes</td>
                	<td>Defaults to ${maven.build.dir}/classes</td>
                </tr>
                <tr>
                	<td>maven.groovy.test.dest</td>
                	<td>Yes</td>
                	<td>Defaults to ${maven.build.dir}/test-classes</td>
                </tr>
            </table>
        </section>
    </body>
</document>

