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