You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/10/11 10:51:14 UTC

svn commit: r1396951 [13/23] - in /db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/torque/ apidocs/org/apache/torque/mojo/ apidocs/org/apache/torque/mojo/class-use/...

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/documentation-mojo.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/documentation-mojo.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/documentation-mojo.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/documentation-mojo.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,402 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Torque Maven2 Plugin - torque:documentation</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../images/db-logo-white.png" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="../images/torque-logo-new.png" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2012-10-11
+                  &nbsp;| Version: 3.3.1-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+            |
+                <a href="../../">DB</a>
+            |
+                <a href="..">Torque</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Goals</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-info.html">Project Information</a>
+                </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2><a name="torque:documentation"></a>torque:documentation</h2>
+<p><strong>Full name</strong>:</p>
+<p>org.apache.torque:torque-maven-plugin:3.3.1-SNAPSHOT:documentation</p>
+<p><strong>Description</strong>:</p>
+<div>Creates html or anakia documentation for the data model from the
+schema.xml files.</div><p><strong>Attributes</strong>:</p>
+<ul><li>Requires a Maven 2.0 project to be executed.</li>
+<li>Binds by default to the lifecycle phase: <code>generate-sources</code>.</li>
+</ul>
+<div class="section"><h3><a name="Required_Parameters"></a>Required Parameters</h3>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Type</th>
+<th>Since</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><strong><a href="#schemaDir">schemaDir</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The path to the directory where the schema files are located in.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#schemaIncludes">schemaIncludes</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The schema files which should be included in generation (in
+ant-style notation).<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#targetDatabase">targetDatabase</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The database type (e.g. mysql, oracle, ...) for the generated
+persistence classes,<br />
+</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Type</th>
+<th>Since</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><strong><a href="#outputDir">outputDir</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The directory in which the documentation will be generated<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#reportFile">reportFile</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The location where the report file will be generated.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#contextPropertiesPath">contextPropertiesPath</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The location where the context property file for velocity will be
+generated.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#schemaExcludes">schemaExcludes</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The schema files which should be excluded in generation (in
+ant-style notation).<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#outputFormat">outputFormat</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The format of the generated documentation. Can be either html or
+anakia.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#runOnlyOnSchemaChange">runOnlyOnSchemaChange</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Determines if this task should run only if the schema has changed.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#sqlDbMap">sqlDbMap</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The path to the properties file containing the mapping sql file
+-&gt; target database.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#targetPackage">targetPackage</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The target package for the generated classes.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#templatePath">templatePath</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The base path where the templates are read from, if they are not
+read from the classpath.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#useClasspath">useClasspath</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Whether the templates should be loaded from the classpath.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#userContextProperties">userContextProperties</a></strong></td>
+<td><code>Map</code></td>
+<td><code>-</code></td>
+<td>A map where all user-defined context properties can be set.
+Overrides all other mojo configuration settings which are mapped to
+context properties.<br />
+</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3><a name="Parameter_Details"></a>Parameter Details</h3>
+<p><strong><a name="outputDir">outputDir</a>:</strong></p>
+<div>The directory in which the documentation will be generated</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${project.build.directory}/generated-docs/torque</code></li>
+</ul>
+<hr />
+<p><strong><a name="reportFile">reportFile</a>:</strong></p>
+<div>The location where the report file will be generated.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>../../torque/report.${project.artifact.artifactId}.doc.generation</code></li>
+</ul>
+<hr />
+<p><strong><a name="contextPropertiesPath">contextPropertiesPath</a>:</strong></p>
+<div>The location where the context property file for velocity will be
+generated.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${project.build.directory}/torque/context.doc.properties</code></li>
+</ul>
+<hr />
+<p><strong><a name="schemaExcludes">schemaExcludes</a>:</strong></p>
+<div>The schema files which should be excluded in generation (in
+ant-style notation).</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>id-table-schema.xml</code></li>
+</ul>
+<hr />
+<p><strong><a name="outputFormat">outputFormat</a>:</strong></p>
+<div>The format of the generated documentation. Can be either html or
+anakia.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>html</code></li>
+</ul>
+<hr />
+<p><strong><a name="runOnlyOnSchemaChange">runOnlyOnSchemaChange</a>:</strong></p>
+<div>Determines if this task should run only if the schema has changed.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="schemaDir">schemaDir</a>:</strong></p>
+<div>The path to the directory where the schema files are located in.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+<li><strong>Expression</strong>: <code>${basedir}/src/main/torque/schema</code></li>
+</ul>
+<hr />
+<p><strong><a name="schemaIncludes">schemaIncludes</a>:</strong></p>
+<div>The schema files which should be included in generation (in
+ant-style notation).</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+<li><strong>Expression</strong>: <code>*schema.xml</code></li>
+</ul>
+<hr />
+<p><strong><a name="sqlDbMap">sqlDbMap</a>:</strong></p>
+<div>The path to the properties file containing the mapping sql file
+-&gt; target database.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${project.build.directory}/torque/sqldbmap.properties</code></li>
+</ul>
+<hr />
+<p><strong><a name="targetDatabase">targetDatabase</a>:</strong></p>
+<div>The database type (e.g. mysql, oracle, ...) for the generated
+persistence classes,</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+</ul>
+<hr />
+<p><strong><a name="targetPackage">targetPackage</a>:</strong></p>
+<div>The target package for the generated classes.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>torque.generated</code></li>
+</ul>
+<hr />
+<p><strong><a name="templatePath">templatePath</a>:</strong></p>
+<div>The base path where the templates are read from, if they are not
+read from the classpath.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${basedir}/src/main/torque/templates</code></li>
+</ul>
+<hr />
+<p><strong><a name="useClasspath">useClasspath</a>:</strong></p>
+<div>Whether the templates should be loaded from the classpath.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="userContextProperties">userContextProperties</a>:</strong></p>
+<div>A map where all user-defined context properties can be set.
+Overrides all other mojo configuration settings which are mapped to
+context properties.</div><ul><li><strong>Type</strong>: <code>java.util.Map</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+</ul>
+</div>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2000-2012
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/id-table-init-sql-mojo.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/id-table-init-sql-mojo.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/id-table-init-sql-mojo.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/id-table-init-sql-mojo.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,435 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Torque Maven2 Plugin - torque:id-table-init-sql</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../images/db-logo-white.png" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="../images/torque-logo-new.png" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2012-10-11
+                  &nbsp;| Version: 3.3.1-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+            |
+                <a href="../../">DB</a>
+            |
+                <a href="..">Torque</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Goals</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-info.html">Project Information</a>
+                </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2><a name="torque:id-table-init-sql"></a>torque:id-table-init-sql</h2>
+<p><strong>Full name</strong>:</p>
+<p>org.apache.torque:torque-maven-plugin:3.3.1-SNAPSHOT:id-table-init-sql</p>
+<p><strong>Description</strong>:</p>
+<div>Generates SQL for populating the id table in the database.</div><p><strong>Attributes</strong>:</p>
+<ul><li>Requires a Maven 2.0 project to be executed.</li>
+<li>Binds by default to the lifecycle phase: <code>generate-sources</code>.</li>
+</ul>
+<div class="section"><h3><a name="Required_Parameters"></a>Required Parameters</h3>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Type</th>
+<th>Since</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><strong><a href="#schemaDir">schemaDir</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The path to the directory where the schema files are located in.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#schemaIncludes">schemaIncludes</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The schema files which should be included in generation (in
+ant-style notation).<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#targetDatabase">targetDatabase</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The database type (e.g. mysql, oracle, ...) for the generated
+persistence classes,<br />
+</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Type</th>
+<th>Since</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><strong><a href="#outputDir">outputDir</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The directory in which the SQL will be generated.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#reportFile">reportFile</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The location where the report file will be generated.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#contextPropertiesPath">contextPropertiesPath</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The location where the context property file for velocity will be
+generated.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#schemaExcludes">schemaExcludes</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The schema files which should be excluded in generation (in
+ant-style notation).<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#suffix">suffix</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The suffix of the idTable-sql files.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#initialID">initialID</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The initial ID of the idtables<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#initialIDStep">initialIDStep</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The initial ID Step of the idtable<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#initialIDValue">initialIDValue</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The initial IDValue of the idtable<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#runOnlyOnSchemaChange">runOnlyOnSchemaChange</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Determines if this task should run only if the schema has changed.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#sqlDbMap">sqlDbMap</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The path to the properties file containing the mapping sql file
+-&gt; target database.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#targetPackage">targetPackage</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The target package for the generated classes.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#templatePath">templatePath</a></strong></td>
+<td><code>String</code></td>
+<td><code>-</code></td>
+<td>The base path where the templates are read from, if they are not
+read from the classpath.<br />
+</td>
+</tr>
+<tr class="b"><td><strong><a href="#useClasspath">useClasspath</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>-</code></td>
+<td>Whether the templates should be loaded from the classpath.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#userContextProperties">userContextProperties</a></strong></td>
+<td><code>Map</code></td>
+<td><code>-</code></td>
+<td>A map where all user-defined context properties can be set.
+Overrides all other mojo configuration settings which are mapped to
+context properties.<br />
+</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3><a name="Parameter_Details"></a>Parameter Details</h3>
+<p><strong><a name="outputDir">outputDir</a>:</strong></p>
+<div>The directory in which the SQL will be generated.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${project.build.directory}/generated-sql/torque</code></li>
+</ul>
+<hr />
+<p><strong><a name="reportFile">reportFile</a>:</strong></p>
+<div>The location where the report file will be generated.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>../../torque/report.${project.artifact.artifactId}.idtable-init-sql.generation</code></li>
+</ul>
+<hr />
+<p><strong><a name="contextPropertiesPath">contextPropertiesPath</a>:</strong></p>
+<div>The location where the context property file for velocity will be
+generated.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${project.build.directory}/torque/context.idtable-init-sql.properties</code></li>
+</ul>
+<hr />
+<p><strong><a name="schemaExcludes">schemaExcludes</a>:</strong></p>
+<div>The schema files which should be excluded in generation (in
+ant-style notation).</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>id-table-schema.xml</code></li>
+</ul>
+<hr />
+<p><strong><a name="suffix">suffix</a>:</strong></p>
+<div>The suffix of the idTable-sql files.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>-idtable-init</code></li>
+</ul>
+<hr />
+<p><strong><a name="initialID">initialID</a>:</strong></p>
+<div>The initial ID of the idtables</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>101</code></li>
+</ul>
+<hr />
+<p><strong><a name="initialIDStep">initialIDStep</a>:</strong></p>
+<div>The initial ID Step of the idtable</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>10</code></li>
+</ul>
+<hr />
+<p><strong><a name="initialIDValue">initialIDValue</a>:</strong></p>
+<div>The initial IDValue of the idtable</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>1000</code></li>
+</ul>
+<hr />
+<p><strong><a name="runOnlyOnSchemaChange">runOnlyOnSchemaChange</a>:</strong></p>
+<div>Determines if this task should run only if the schema has changed.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="schemaDir">schemaDir</a>:</strong></p>
+<div>The path to the directory where the schema files are located in.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+<li><strong>Expression</strong>: <code>${basedir}/src/main/torque/schema</code></li>
+</ul>
+<hr />
+<p><strong><a name="schemaIncludes">schemaIncludes</a>:</strong></p>
+<div>The schema files which should be included in generation (in
+ant-style notation).</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+<li><strong>Expression</strong>: <code>*schema.xml</code></li>
+</ul>
+<hr />
+<p><strong><a name="sqlDbMap">sqlDbMap</a>:</strong></p>
+<div>The path to the properties file containing the mapping sql file
+-&gt; target database.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${project.build.directory}/torque/sqldbmap.properties</code></li>
+</ul>
+<hr />
+<p><strong><a name="targetDatabase">targetDatabase</a>:</strong></p>
+<div>The database type (e.g. mysql, oracle, ...) for the generated
+persistence classes,</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>Yes</code></li>
+</ul>
+<hr />
+<p><strong><a name="targetPackage">targetPackage</a>:</strong></p>
+<div>The target package for the generated classes.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>torque.generated</code></li>
+</ul>
+<hr />
+<p><strong><a name="templatePath">templatePath</a>:</strong></p>
+<div>The base path where the templates are read from, if they are not
+read from the classpath.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${basedir}/src/main/torque/templates</code></li>
+</ul>
+<hr />
+<p><strong><a name="useClasspath">useClasspath</a>:</strong></p>
+<div>Whether the templates should be loaded from the classpath.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="userContextProperties">userContextProperties</a>:</strong></p>
+<div>A map where all user-defined context properties can be set.
+Overrides all other mojo configuration settings which are mapped to
+context properties.</div><ul><li><strong>Type</strong>: <code>java.util.Map</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+</ul>
+</div>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2000-2012
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/close.gif
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/close.gif?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/collapsed.gif
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/collapsed.gif?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/expanded.gif
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/expanded.gif?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/external.png
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/external.png?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_error_sml.gif?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_info_sml.gif?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_success_sml.gif?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_warning_sml.gif?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/logos/build-by-maven-black.png
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/logos/build-by-maven-black.png?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/logos/build-by-maven-black.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/logos/build-by-maven-white.png
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/logos/build-by-maven-white.png?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/logos/build-by-maven-white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/logos/maven-feather.png?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/newwindow.png
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/newwindow.png?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/rss.png
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/rss.png?rev=1396951&view=auto
==============================================================================
Binary file - no diff available.

Propchange: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/images/rss.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/index.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/index.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/index.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/index.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,240 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Torque Maven2 Plugin - About</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../images/db-logo-white.png" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="../images/torque-logo-new.png" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2012-10-11
+                  &nbsp;| Version: 3.3.1-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+            |
+                <a href="../../">DB</a>
+            |
+                <a href="..">Torque</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Goals</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+                    <a href="project-info.html">Project Information</a>
+                  <ul>
+                  
+    <li class="none">
+              <strong>About</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="integration.html">Continuous Integration</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="dependencies.html">Dependencies</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="issue-tracking.html">Issue Tracking</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugin-management.html">Plugin Management</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="license.html">Project License</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugins.html">Project Plugins</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="project-summary.html">Project Summary</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="team-list.html">Project Team</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="source-repository.html">Source Repository</a>
+          </li>
+              </ul>
+        </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <a name="About_Torque_Maven2_Plugin"></a><div class="section"><h2>About Torque Maven2 Plugin</h2>
+<p>Maven 2 plugin for the Torque Generator</p>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2000-2012
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/integration.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/integration.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/integration.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/integration.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,240 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Torque Maven2 Plugin - Continuous Integration</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../images/db-logo-white.png" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="../images/torque-logo-new.png" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2012-10-11
+                  &nbsp;| Version: 3.3.1-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+            |
+                <a href="../../">DB</a>
+            |
+                <a href="..">Torque</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Goals</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+                    <a href="project-info.html">Project Information</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
+              <strong>Continuous Integration</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="dependencies.html">Dependencies</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="issue-tracking.html">Issue Tracking</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugin-management.html">Plugin Management</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="license.html">Project License</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugins.html">Project Plugins</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="project-summary.html">Project Summary</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="team-list.html">Project Team</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="source-repository.html">Source Repository</a>
+          </li>
+              </ul>
+        </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <a name="Continuous_Integration"></a><div class="section"><h2>Continuous Integration</h2>
+<p>No continuous integration management system is defined. Please check back at a later date.</p>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2000-2012
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/issue-tracking.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/issue-tracking.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/issue-tracking.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/issue-tracking.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,244 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Torque Maven2 Plugin - Issue Tracking</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../images/db-logo-white.png" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="../images/torque-logo-new.png" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2012-10-11
+                  &nbsp;| Version: 3.3.1-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+            |
+                <a href="../../">DB</a>
+            |
+                <a href="..">Torque</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Goals</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+                    <a href="project-info.html">Project Information</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="integration.html">Continuous Integration</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="dependencies.html">Dependencies</a>
+          </li>
+                  
+    <li class="none">
+              <strong>Issue Tracking</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugin-management.html">Plugin Management</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="license.html">Project License</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugins.html">Project Plugins</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="project-summary.html">Project Summary</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="team-list.html">Project Team</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="source-repository.html">Source Repository</a>
+          </li>
+              </ul>
+        </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <a name="Overview"></a><div class="section"><h2>Overview</h2>
+This project uses <a href="http://www.atlassian.com/software/jira" class="externalLink">JIRA</a> a J2EE-based, issue tracking and project management application.</div>
+<a name="Issue_Tracking"></a><div class="section"><h2>Issue Tracking</h2>
+<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
+<div class="source"><pre><a href="http://issues.apache.org/jira/browse/TORQUE" class="externalLink">http://issues.apache.org/jira/browse/TORQUE</a></pre>
+</div>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2000-2012
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/jdepend-report.html
URL: http://svn.apache.org/viewvc/db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/jdepend-report.html?rev=1396951&view=auto
==============================================================================
--- db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/jdepend-report.html (added)
+++ db/torque/site-scmpublish/torque-3.3/releases/torque-3.3/maven2-plugin/jdepend-report.html Thu Oct 11 08:51:09 2012
@@ -0,0 +1,352 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Torque Maven2 Plugin - JDepend Report Metrics</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="../../" id="bannerLeft">
+    
+                                            <img src="../images/db-logo-white.png" alt="" />
+    
+            </a>
+                          <span id="bannerRight">
+    
+                                            <img src="../images/torque-logo-new.png" alt="" />
+    
+            </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+            
+  
+    
+            <div class="xleft">
+        Last Published: 2012-10-11
+                  &nbsp;| Version: 3.3.1-SNAPSHOT
+                      </div>
+            <div class="xright">            <a href="http://www.apache.org/" class="externalLink">Apache</a>
+            |
+                <a href="../../">DB</a>
+            |
+                <a href="..">Torque</a>
+            
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+            
+  
+    
+                   <h5>Goals</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="plugin-info.html">Goals</a>
+          </li>
+              
+    <li class="none">
+                    <a href="usage.html">Usage</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-info.html">Project Information</a>
+                </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+                    <a href="project-reports.html">Project Reports</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="checkstyle.html">Checkstyle</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="cpd.html">CPD Report</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="apidocs/index.html">JavaDocs</a>
+          </li>
+                  
+    <li class="none">
+              <strong>JDepend</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="plugin-info.html">Plugin Documentation</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="pmd.html">PMD Report</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="xref/index.html">Source Xref</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="surefire-report.html">Surefire Report</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="taglist.html">Tag List</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="testapidocs/index.html">Test JavaDocs</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="xref-test/index.html">Test Source Xref</a>
+          </li>
+              </ul>
+        </li>
+          </ul>
+                                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+            
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Metric Results</h2>
+[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br />
+<br />
+The following document contains the results of a JDepend metric analysis. The various metrics are defined at the bottom of this document.<br />
+<br />
+<a name="summary"></a><h2>Summary</h2>
+[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br />
+<br />
+<table class="bodyTable"><tr class="a"><th>Package</th>
+<th>TC</th>
+<th>CC</th>
+<th>AC</th>
+<th>Ca</th>
+<th>Ce</th>
+<th>A</th>
+<th>I</th>
+<th>D</th>
+<th>V</th>
+</tr>
+<tr class="b"><td><a href="#org.apache.torque.mojo">org.apache.torque.mojo</a></td>
+<td>11</td>
+<td>8</td>
+<td>3</td>
+<td>0</td>
+<td>11</td>
+<td>27.000002%</td>
+<td>100.0%</td>
+<td>27.000002%</td>
+<td>1</td>
+</tr>
+</table>
+<a name="packages"></a><h2>Packages</h2>
+[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br />
+<a name="org.apache.torque.mojo"></a><h3>org.apache.torque.mojo</h3>
+<table class="bodyTable"><tr class="a"><th>Afferent Couplings</th>
+<th>Efferent Couplings</th>
+<th>Abstractness</th>
+<th>Instability</th>
+<th>Distance</th>
+</tr>
+<tr class="b"><td>0</td>
+<td>11</td>
+<td>27.000002%</td>
+<td>100.0%</td>
+<td>27.000002%</td>
+</tr>
+</table>
+<table class="bodyTable"><tr class="a"><th>Abstract Classes</th>
+<th>Concrete Classes</th>
+<th>Used by Packages</th>
+<th>Uses Packages</th>
+</tr>
+<tr class="b"><td>org.apache.torque.mojo.DataModelTaskMojo<br />
+org.apache.torque.mojo.SqlMojoBase<br />
+org.apache.torque.mojo.TexenTaskMojo<br />
+</td>
+<td>org.apache.torque.mojo.DataDtdMojo<br />
+org.apache.torque.mojo.DataDumpMojo<br />
+org.apache.torque.mojo.DataSqlMojo<br />
+org.apache.torque.mojo.DocumentationMojo<br />
+org.apache.torque.mojo.IdTableInitSqlMojo<br />
+org.apache.torque.mojo.OMMojo<br />
+org.apache.torque.mojo.SqlExecMojo<br />
+org.apache.torque.mojo.SqlMojo<br />
+</td>
+<td><i>None</i></td>
+<td>java.io<br />
+java.lang<br />
+java.util<br />
+org.apache.commons.configuration<br />
+org.apache.maven.plugin<br />
+org.apache.maven.plugin.logging<br />
+org.apache.maven.project<br />
+org.apache.texen.ant<br />
+org.apache.tools.ant<br />
+org.apache.tools.ant.types<br />
+org.apache.torque.task<br />
+</td>
+</tr>
+</table>
+<a name="cycles"></a><h2>Cycles</h2>
+[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br />
+<br />
+There are no cyclic dependencies.<br />
+<a name="explanations"></a><h2>Explanation</h2>
+[ <a href="#summary">summary</a> ] [ <a href="#packages">packages</a> ] [ <a href="#cycles">cycles</a> ] [ <a href="#explanations">explanations</a> ] <br />
+<br />
+The following explanations are for quick reference and are lifted directly from the original JDepend documentation.<br />
+<br />
+<table class="bodyTable"><tr class="a"><th>Term</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td>Number of Classes</td>
+<td>The number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.</td>
+</tr>
+<tr class="a"><td>Afferent Couplings</td>
+<td>The number of other packages that depend upon classes within the package is an indicator of the package's responsibility.</td>
+</tr>
+<tr class="b"><td>Efferent Couplings</td>
+<td>The number of other packages that the classes in the package depend upon is an indicator of the package's independence.</td>
+</tr>
+<tr class="a"><td>Abstractness</td>
+<td>The ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package. The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package.</td>
+</tr>
+<tr class="b"><td>Instability</td>
+<td>The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change. The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package.</td>
+</tr>
+<tr class="a"><td>Distance</td>
+<td>The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability. A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely concrete and instable (x=1, y=0). The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible.</td>
+</tr>
+<tr class="b"><td>Cycles</td>
+<td>Packages participating in a package dependency cycle are  in a deadly embrace with respect to reusability and their  release cycle. Package dependency cycles can be easily identified by reviewing the textual reports of dependency cycles. Once these dependency cycles have been identified with JDepend, they can be broken by employing various object-oriented techniques.</td>
+</tr>
+</table>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2000-2012
+    
+          Apache Software Foundation
+          
+  
+
+  
+    
+            
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org