git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113993 13f79535-47bb-0310-9956-ffa450edef68
30 lines
709 B
XML
30 lines
709 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Maven TJDO Plug-in Goals</title>
|
|
<author email="andy@ajsoft.net">Andy Jefferson</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Goals">
|
|
<table>
|
|
<tr><th>Goal</th><th>Description</th></tr>
|
|
<tr>
|
|
<td>tjdo:enhance</td>
|
|
<td>
|
|
This is the default goal of the plugin. It provides the enhancement
|
|
of classes to use TJDO for persistence of java classes.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>tjdo:drop-tables</td>
|
|
<td>
|
|
Drops the tables managed by Triactive JDO.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
</body>
|
|
</document>
|