Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / hibernate4-maven-plugin-1.1.0 / plugin-info.html
1 <!DOCTYPE html>
2 <!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2015-09-08 -->
3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <!-- Current: plugin-info.html -->
4 <!-- Active: project-reports.html -->
5 <!-- Path: [index.html, project-reports.html, plugin-info.html] -->
6 <!-- Skiplist: [index.html, configuration.html, export-mojo.html, debugging.html, skip.html, force.html, pitfalls.html] -->
7 <html>
8   <head>
9     <title>juplo - Hibernate 4 Maven Plugin - Plugin Documentation</title>
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11     <link rel="canonical" href="http://juplo.de/hibernate4-maven-plugin/plugin-info.html"/>
12     <meta name="viewport" content="width=device-width, initial-scale=1" />
13     <link rel="stylesheet" type="text/css" href="/css/base.css" />
14     <style type="text/css">
15       @import '/css/screen.css' screen;
16     </style>
17     <script src="/js/prettify.js"></script>
18     <!--[if lt IE 9]>
19       <script src="/js/html5shiv.js"></script>
20     <![endif]-->
21     <!--[if IE 8]>
22       <link rel="stylesheet" type="text/css" href="/css/ie8.css" />
23     <![endif]-->
24         
25   </head>
26   <body class="menu" onload="prettyPrint()">
27     <div id="page" class="cf">
28       <header id="header">
29         <h1 id="logo"><a href="/" title="Home" class="l">juplo</a></h1>
30         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
31         <hr class="h" />
32       </header>
33       <div id="breadcrumb">
34         <strong class="b title">You are here:</strong>
35         <ol class="b">
36           <li class="b"><a class="b" href="/">Home</a></li>
37           <li class="b"><a class="b" href="/projects.html">Projects</a></li>
38                       <li class="b"><a class="b" href="./index.html">Hibernate 4 Maven Plugin</a></li>
39                           <li class="b">      <a href="project-reports.html" class="b" title="Project Reports">Project Reports</a>
40 </li>
41                         <li class="b"><strong class="b">Plugin Documentation</strong></li>
42                   </ol>
43         <a class="hide" href="#navigation">Jump to navigation</a>
44         <hr class="b" />
45       </div>
46       <main class="content cf">
47         <article id="content" class="main">
48           <header><h1>Plugin Documentation</h1></header>
49           <div class="section">
50 <h2><a name="Plugin_Documentation"></a>Plugin Documentation</h2><a name="Plugin_Documentation"></a>
51 <p>Goals available for this plugin:</p>
52 <table border="0" class="bodyTable">
53 <tr class="a">
54 <th>Goal</th>
55 <th>Description</th></tr>
56 <tr class="b">
57 <td><a href="export-mojo.html">hibernate4:export</a></td>
58 <td>Goal which extracts the hibernate-mapping-configuration and exports
59 an according SQL-database-schema.</td></tr>
60 <tr class="a">
61 <td><a href="help-mojo.html">hibernate4:help</a></td>
62 <td>Display help information on hibernate4-maven-plugin.<br />
63 Call <code>mvn hibernate4:help -Ddetail=true
64 -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</td></tr></table>
65 <div class="section">
66 <h3><a name="System_Requirements"></a>System Requirements</h3><a name="System_Requirements"></a>
67 <p>The following specifies the minimum requirements to run this Maven plugin:</p>
68 <table border="0" class="bodyTable">
69 <tr class="a">
70 <td>Maven</td>
71 <td>2.0.6</td></tr>
72 <tr class="b">
73 <td>JDK</td>
74 <td>1.6</td></tr>
75 <tr class="a">
76 <td>Memory</td>
77 <td>No minimum requirement.</td></tr>
78 <tr class="b">
79 <td>Disk Space</td>
80 <td>No minimum requirement.</td></tr></table></div>
81 <div class="section">
82 <h3><a name="Usage"></a>Usage</h3><a name="Usage"></a>
83 <p>You should specify the version in your project's plugin configuration:</p>
84 <div class="source">
85 <pre>&lt;project&gt;
86   ...
87   &lt;build&gt;
88     &lt;!-- To define the plugin version in your parent POM --&gt;
89     &lt;pluginManagement&gt;
90       &lt;plugins&gt;
91         &lt;plugin&gt;
92           &lt;groupId&gt;de.juplo&lt;/groupId&gt;
93           &lt;artifactId&gt;hibernate4-maven-plugin&lt;/artifactId&gt;
94           &lt;version&gt;1.1.0&lt;/version&gt;
95         &lt;/plugin&gt;
96         ...
97       &lt;/plugins&gt;
98     &lt;/pluginManagement&gt;
99     &lt;!-- To use the plugin goals in your POM or parent POM --&gt;
100     &lt;plugins&gt;
101       &lt;plugin&gt;
102         &lt;groupId&gt;de.juplo&lt;/groupId&gt;
103         &lt;artifactId&gt;hibernate4-maven-plugin&lt;/artifactId&gt;
104         &lt;version&gt;1.1.0&lt;/version&gt;
105       &lt;/plugin&gt;
106       ...
107     &lt;/plugins&gt;
108   &lt;/build&gt;
109   ...
110 &lt;/project&gt;
111 </pre></div>
112 <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>
113         </article>
114         <div class="marginal">
115           <nav id="nav">
116             <hr class="n" />
117             <a id="navigation"></a>
118             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
119             <h2 class="nav menu">Section-Menu</h2>
120             <ul id="menu">
121               <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
122               <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
123               <li class="m about"><a href="/about.html" class="m">About</a></li>
124             </ul>
125             <h2 class="nav submenu">
126               <span class="s">Submenu for section</span>
127               <a class="s selected" href="/projects.html">Projects</a>
128             </h2>
129             <ul id="submenu" class="s">
130                                                               <li class="s sub">
131                                           <a class="s selected" href="./index.html">Hibernate 4 Maven Plugin</a>
132                                         <ul class="s">
133                                                                                                                                                                                                                                                                         <li class="s off">
134                     <a href="configuration.html" class="s" title="Configuration Examples">Configuration Examples</a>
135                 </li>
136                                                                                                                                 <li class="s off">
137                     <a href="export-mojo.html" class="s" title="Parameter Documentation">Parameter Documentation</a>
138                 </li>
139                                                                                                                                 <li class="s off">
140                     <a href="debugging.html" class="s" title="Enable Debug-Output">Enable Debug-Output</a>
141                 </li>
142                                                                                                                                 <li class="s off">
143                     <a href="skip.html" class="s" title="Skipping Execution">Skipping Execution</a>
144                 </li>
145                                                                                                                                 <li class="s off">
146                     <a href="force.html" class="s" title="Force Exceution">Force Exceution</a>
147                 </li>
148                                                                                                                                 <li class="s off">
149                     <a href="pitfalls.html" class="s" title="Known Pitfalls (FAQ)">Known Pitfalls (FAQ)</a>
150                 </li>
151                                                                                                                                                                                                                                                                                                                                                                 <li class="s sub off">
152                     <a href="project-info.html" class="s" title="Project Information">Project Information</a>
153                 </li>
154                                                                                                                                                                                                                   <li class="s sub">
155                     <a href="project-reports.html" class="s selected" title="Project Reports">Project Reports</a>
156                     <ul class="s active">
157                                                                                                                                                                             <li class="s">
158                     <a href="testapidocs/index.html" class="s" title="Test JavaDocs">Test JavaDocs</a>
159                 </li>
160                                                                                                                                                                               <li class="s">
161                     <a href="apidocs/index.html" class="s" title="JavaDocs">JavaDocs</a>
162                 </li>
163                                                                                                                                                                               <li class="s">
164                     <a href="xref/index.html" class="s" title="Source Xref">Source Xref</a>
165                 </li>
166                                                                                                                                                                               <li class="s">
167                     <a href="xref-test/index.html" class="s" title="Test Source Xref">Test Source Xref</a>
168                 </li>
169                                                                                                                                                                               <li class="s">
170                     <a href="pmd.html" class="s" title="PMD">PMD</a>
171                 </li>
172                                                                                                                                                                                     <li class="s">
173               <strong class="s">Plugin Documentation</strong>
174                 </li>
175                     </ul>
176           </li>
177                                                                                               </ul>
178                   </li>
179                                           </ul>
180             <hr class="n" />
181           </nav>
182           <aside class="m">
183             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
184               <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
185             </a>
186           </aside>
187         </div>
188       </main>
189       <footer id="footer">
190         <hr class="f" />
191         <ul id="footerlinks">
192           <li class="f" id="copyright">&#xa9; <strong>mo</strong>             2015
193       </li>
194           <li class="f"><a class="f" href="/impressum.html">Impressum</a></li>
195           <li class="f about"><a class="f" href="/about.html">About</a></li>
196         </ul>
197       </footer>
198     </div>
199         <script type="text/javascript"><!--//--><![CDATA[//><!--
200       var _gaq = _gaq || [];
201       _gaq.push(['_setAccount', 'UA-571104-3']);
202       _gaq.push(['_trackPageview']);
203       (function() {
204         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
205         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
206         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
207       })();
208     //--><!]]>
209     </script>
210       </body>
211 </html>