maven-plugins/torque/xdocs/properties.xml
2003-02-26 23:30:46 +00:00

27 lines
889 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>Maven Torque Plugin</title>
<author email="stephenh@chase3000.com">Stephen Haberman</author>
<author email="quintonm@bellsouth.net">Quinton McCombs</author>
</properties>
<body>
<section name="Plugin Settings">
<p>
All of the settings used by the plugin are documented in the
<a href="http://db.apache.org/torque/properties-reference.html">Properties Reference</a>
for Torque.
</p>
<p>
You can also view the default settings for each of the properties
by looking at plugin.properties in your
MAVEN_HOME/plugins/maven-torque-plugin directory. <b>Do not modify
this file!</b> All settings can be overridden in you project.properties
or build.properties file.
</p>
</section>
</body>
</document>