WIP:bulma:neu:Projekte-entfernt
[website] / dist / hibernate4-maven-plugin-1.0 / plugin-info.html
diff --git a/dist/hibernate4-maven-plugin-1.0/plugin-info.html b/dist/hibernate4-maven-plugin-1.0/plugin-info.html
deleted file mode 100644 (file)
index c130fe6..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
-<!-- Generated by Apache Maven Doxia at Nov 29, 2012 -->\r
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
-  <head>\r
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-    <title>Hibernate 4 Maven Plugin - Plugin Documentation</title>\r
-    <style type="text/css" media="all">\r
-      @import url("./css/maven-base.css");\r
-      @import url("./css/maven-theme.css");\r
-      @import url("./css/site.css");\r
-    </style>\r
-    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />\r
-    <meta name="Date-Revision-yyyymmdd" content="20121129" />\r
-    <meta http-equiv="Content-Language" content="en" />\r
-        \r
-  </head>\r
-  <body class="composite">\r
-    <div id="banner">\r
-                    <div id="bannerLeft">\r
-                Hibernate 4 Maven Plugin\r
-                </div>\r
-                    <div class="clear">\r
-        <hr/>\r
-      </div>\r
-    </div>\r
-    <div id="breadcrumbs">\r
-            \r
-        \r
-                <div class="xleft">\r
-        <span id="publishDate">Last Published: 2012-11-29</span>\r
-                  &nbsp;| <span id="projectVersion">Version: 1.0</span>\r
-                      </div>\r
-            <div class="xright">        \r
-        \r
-      </div>\r
-      <div class="clear">\r
-        <hr/>\r
-      </div>\r
-    </div>\r
-    <div id="leftColumn">\r
-      <div id="navcolumn">\r
-             \r
-        \r
-                                <h5>Overview</h5>\r
-                  <ul>\r
-                  <li class="none">\r
-                          <a href="index.html" title="Introduction">Introduction</a>\r
-            </li>\r
-                  <li class="none">\r
-                          <a href="examples.html" title="Examples">Examples</a>\r
-            </li>\r
-                  <li class="none">\r
-            <strong>Documentation</strong>\r
-          </li>\r
-          </ul>\r
-                       <h5>Project Documentation</h5>\r
-                  <ul>\r
-                                                                                                                                                                                                                                                        <li class="collapsed">\r
-                          <a href="project-info.html" title="Project Information">Project Information</a>\r
-                  </li>\r
-                                                                                                                                                      <li class="expanded">\r
-                          <a href="project-reports.html" title="Project Reports">Project Reports</a>\r
-                    <ul>\r
-                      <li class="none">\r
-                          <a href="cpd.html" title="CPD Report">CPD Report</a>\r
-            </li>\r
-                      <li class="none">\r
-                          <a href="apidocs/index.html" title="JavaDocs">JavaDocs</a>\r
-            </li>\r
-                      <li class="none">\r
-            <strong>Plugin Documentation</strong>\r
-          </li>\r
-                      <li class="none">\r
-                          <a href="pmd.html" title="PMD Report">PMD Report</a>\r
-            </li>\r
-                      <li class="none">\r
-                          <a href="xref/index.html" title="Source Xref">Source Xref</a>\r
-            </li>\r
-              </ul>\r
-        </li>\r
-          </ul>\r
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">\r
-        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />\r
-      </a>\r
-                   \r
-        \r
-            </div>\r
-    </div>\r
-    <div id="bodyColumn">\r
-      <div id="contentBox">\r
-        <div class="section"><h2>Plugin Documentation<a name="Plugin_Documentation"></a></h2><a name="Plugin_Documentation"></a><p>Goals available for this plugin:</p><table align="center" border="0" class="bodyTable"><tr class="a"><th align="left">Goal</th><th align="left">Description</th></tr><tr class="b"><td align="left"><a href="export-mojo.html">hibernate4:export</a></td><td align="left">Goal which extracts the hibernate-mapping-configuration and exports
-an according SQL-database-schema.</td></tr></table><div class="section"><h3>System Requirements<a name="System_Requirements"></a></h3><a name="System_Requirements"></a><p>The following specifies the minimum requirements to run this Maven plugin:</p><table align="center" border="0" class="bodyTable"><tr class="a"><td align="left">Maven</td><td align="left">2.0.6</td></tr><tr class="b"><td align="left">JDK</td><td align="left">1.6</td></tr><tr class="a"><td align="left">Memory</td><td align="left">No minimum requirement.</td></tr><tr class="b"><td align="left">Disk Space</td><td align="left">No minimum requirement.</td></tr></table></div><div class="section"><h3>Usage<a name="Usage"></a></h3><a name="Usage"></a><p>You should specify the version in your project's plugin configuration:</p><div class="source"><pre>&lt;project&gt;
-  ...
-  &lt;build&gt;
-    &lt;!-- To define the plugin version in your parent POM --&gt;
-    &lt;pluginManagement&gt;
-      &lt;plugins&gt;
-        &lt;plugin&gt;
-          &lt;groupId&gt;de.juplo&lt;/groupId&gt;
-          &lt;artifactId&gt;hibernate4-maven-plugin&lt;/artifactId&gt;
-          &lt;version&gt;1.0&lt;/version&gt;
-        &lt;/plugin&gt;
-        ...
-      &lt;/plugins&gt;
-    &lt;/pluginManagement&gt;
-    &lt;!-- To use the plugin goals in your POM or parent POM --&gt;
-    &lt;plugins&gt;
-      &lt;plugin&gt;
-        &lt;groupId&gt;de.juplo&lt;/groupId&gt;
-        &lt;artifactId&gt;hibernate4-maven-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.0&lt;/version&gt;
-      &lt;/plugin&gt;
-      ...
-    &lt;/plugins&gt;
-  &lt;/build&gt;
-  ...
-&lt;/project&gt;
-</pre></div><p>For more information, see <a class="externalLink" href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html">&quot;Guide to Configuring Plug-ins&quot;</a></p></div></div>\r
-      </div>\r
-    </div>\r
-    <div class="clear">\r
-      <hr/>\r
-    </div>\r
-    <div id="footer">\r
-      <div class="xright">Copyright &#169;                   2012.\r
-          All Rights Reserved.      \r
-        \r
-      </div>\r
-      <div class="clear">\r
-        <hr/>\r
-      </div>\r
-    </div>\r
-  </body>\r
-</html>\r