git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113003 13f79535-47bb-0310-9956-ffa450edef68
27 lines
889 B
XML
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>
|
|
|