Dummy-Seiten für Blog-Layout an Wordpress-Einbindung angepasst
[website] / dist / hibernate4-maven-plugin-1.0.3 / help-mojo.html
1 <!DOCTYPE html>
2 <!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2013-12-16 -->
3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <!-- Current: help-mojo.html -->
4 <!-- Active: index.html -->
5 <!-- Path: $path -->
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 - 
10     hibernate4:help</title>
11     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
12     <link rel="canonical" href="http://juplo.de/hibernate4-maven-plugin/help-mojo.html"/>
13     <link rel="stylesheet" type="text/css" href="/css/base.css" />
14     <style type="text/css">
15       @import '/css/screen.css' screen and (min-width: 960px);
16       @import '/css/phone.css' screen and (max-width: 599px);
17       @import '/css/tiny.css' screen and (max-width: 399px);
18     </style>
19     <script src="/js/base.js"></script>
20     <!--[if IE 8]>
21       <script src="/js/ie8.js"></script>
22     <![endif]-->
23     <!--[if IE 7]>
24       <script src="/js/ie7.js"></script>
25     <![endif]-->
26     <!--[if lt IE 7]>
27       <script src="/js/ie6.js"></script>
28     <![endif]-->
29     <meta name="Date-Revision-yyyymmdd" content="20131216" />
30     <meta http-equiv="Content-Language" content="en" />
31         
32   </head>
33   <body onload="prettyPrint()">
34     <div id="page">
35       <header id="header">
36         <a href="/" title="Home" id="logo">juplo</a>
37         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
38         <hr class="h" />
39       </header>
40       <div id="breadcrumb">
41         <strong class="b title">You are here:</strong>
42         <ol class="b">
43           <li class="b"><a class="b" href="/">Home</a></li>
44           <li class="b"><a class="b" href="/projects.html">Projects</a></li>
45                       <li class="b"><a class="b" href="./index.html">Hibernate 4 Maven Plugin</a </li>
46                         <li class="b"><strong class="b">
47     hibernate4:help</strong></li>
48                   </ol>
49         <a class="hide" href="#navigation">Jump to navigation</a>
50         <div class="b"></div>
51       </div>
52       <div class="fc cols_2">
53         <div class="content cf">
54           <section id="content" class="main">
55             <h1>Hibernate 4 Maven Plugin - 
56     hibernate4:help</h1>
57             
58   
59     <div class="section">
60 <h2>hibernate4:help<a name="hibernate4:help"></a></h2>
61       
62 <p><b>Full name</b>:</p>
63       
64 <p>de.juplo:hibernate4-maven-plugin:1.0.3:help</p>
65       
66 <p><b>Description</b>:</p>
67       
68 <div>Display help information on hibernate4-maven-plugin.<br />
69 Call <tt>mvn hibernate4:help -Ddetail=true
70 -Dgoal=&lt;goal-name&gt;</tt> to display parameter details.</div>
71       
72 <p><b>Attributes</b>:</p>
73       
74 <ul>
75         
76 <li>The goal is thread-safe and supports parallel builds.</li>
77       </ul>
78       
79 <div class="section">
80 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
81         
82 <table class="bodyTable" border="0">
83           
84 <tr class="a">
85             
86 <th>Name</th>
87             
88 <th>Type</th>
89             
90 <th>Since</th>
91             
92 <th>Description</th>
93           </tr>
94           
95 <tr class="b">
96             
97 <td><b><a href="#detail">detail</a></b></td>
98             
99 <td><tt>boolean</tt></td>
100             
101 <td><tt>-</tt></td>
102             
103 <td>If <tt>true</tt>, display all settable properties for each
104 goal.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>detail</tt>.</td>
105           </tr>
106           
107 <tr class="a">
108             
109 <td><b><a href="#goal">goal</a></b></td>
110             
111 <td><tt>String</tt></td>
112             
113 <td><tt>-</tt></td>
114             
115 <td>The name of the goal for which to show help. If unspecified, all
116 goals will be displayed.<br /><b>User property is</b>: <tt>goal</tt>.</td>
117           </tr>
118           
119 <tr class="b">
120             
121 <td><b><a href="#indentSize">indentSize</a></b></td>
122             
123 <td><tt>int</tt></td>
124             
125 <td><tt>-</tt></td>
126             
127 <td>The number of spaces per indentation level, should be positive.<br /><b>Default value is</b>: <tt>2</tt>.<br /><b>User property is</b>: <tt>indentSize</tt>.</td>
128           </tr>
129           
130 <tr class="a">
131             
132 <td><b><a href="#lineLength">lineLength</a></b></td>
133             
134 <td><tt>int</tt></td>
135             
136 <td><tt>-</tt></td>
137             
138 <td>The maximum length of a display line, should be positive.<br /><b>Default value is</b>: <tt>80</tt>.<br /><b>User property is</b>: <tt>lineLength</tt>.</td>
139           </tr>
140         </table>
141       </div>
142       
143 <div class="section">
144 <h3>Parameter Details<a name="Parameter_Details"></a></h3>
145         
146 <p><b><a name="detail">detail</a>:</b></p>
147         
148 <div>If <tt>true</tt>, display all settable properties for each
149 goal.</div>
150         
151 <ul>
152           
153 <li><b>Type</b>: <tt>boolean</tt></li>
154           
155 <li><b>Required</b>: <tt>No</tt></li>
156           
157 <li><b>User Property</b>: <tt>detail</tt></li>
158           
159 <li><b>Default</b>: <tt>false</tt></li>
160         </ul><hr />
161 <p><b><a name="goal">goal</a>:</b></p>
162         
163 <div>The name of the goal for which to show help. If unspecified, all
164 goals will be displayed.</div>
165         
166 <ul>
167           
168 <li><b>Type</b>: <tt>java.lang.String</tt></li>
169           
170 <li><b>Required</b>: <tt>No</tt></li>
171           
172 <li><b>User Property</b>: <tt>goal</tt></li>
173         </ul><hr />
174 <p><b><a name="indentSize">indentSize</a>:</b></p>
175         
176 <div>The number of spaces per indentation level, should be positive.</div>
177         
178 <ul>
179           
180 <li><b>Type</b>: <tt>int</tt></li>
181           
182 <li><b>Required</b>: <tt>No</tt></li>
183           
184 <li><b>User Property</b>: <tt>indentSize</tt></li>
185           
186 <li><b>Default</b>: <tt>2</tt></li>
187         </ul><hr />
188 <p><b><a name="lineLength">lineLength</a>:</b></p>
189         
190 <div>The maximum length of a display line, should be positive.</div>
191         
192 <ul>
193           
194 <li><b>Type</b>: <tt>int</tt></li>
195           
196 <li><b>Required</b>: <tt>No</tt></li>
197           
198 <li><b>User Property</b>: <tt>lineLength</tt></li>
199           
200 <li><b>Default</b>: <tt>80</tt></li>
201         </ul>
202       </div>
203     </div>
204   
205
206           </section>
207           <div class="marginal">
208             <nav id="nav">
209               <hr />
210               <a id="navigation"></a>
211               <h2 class="nav menu">Section-Menu</h2>
212               <ul id="menu">
213                 <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
214                 <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
215               </ul>
216               <h2 class="nav submenu">
217                 <span class="s">Submenu for section</span>
218                 <a class="s selected" href="/projects.html">Projects</a>
219               </h2>
220               <ul id="submenu" class="s">
221                                                                       <li class="s sub">
222                                               <a class="s selected" href="./index.html">Hibernate 4 Maven Plugin</a>
223                                             <ul class="s active">
224                                                                                                                                                                                                                                         <li class="s off">
225                     <a href="configuration.html" class="s" title="Configuration Examples">Configuration Examples</a>
226                 </li>
227                                                                                     <li class="s off">
228                     <a href="export-mojo.html" class="s" title="Parameter Documentation">Parameter Documentation</a>
229                 </li>
230                                                                                     <li class="s off">
231                     <a href="debugging.html" class="s" title="Enable Debug-Output">Enable Debug-Output</a>
232                 </li>
233                                                                                     <li class="s off">
234                     <a href="skip.html" class="s" title="Skipping Execution">Skipping Execution</a>
235                 </li>
236                                                                                     <li class="s off">
237                     <a href="force.html" class="s" title="Force Exceution">Force Exceution</a>
238                 </li>
239                                                                                     <li class="s off">
240                     <a href="pitfalls.html" class="s" title="Known Pitfalls (FAQ)">Known Pitfalls (FAQ)</a>
241                 </li>
242                                                                                                                                                                                                                                                                                                                                 <li class="s sub off">
243                     <a href="project-info.html" class="s" title="Project Information">Project Information</a>
244                 </li>
245                                                                                                                                                                     <li class="s sub off">
246                     <a href="project-reports.html" class="s" title="Project Reports">Project Reports</a>
247                 </li>
248                                                                                                       </ul>
249                     </li>
250                                                 </ul>
251               <hr />
252             </nav>
253             <p>
254               <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
255                 <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
256               </a>
257             </p>
258           </div>
259         </div>
260       </div>
261       <footer id="footer">
262         <hr />
263         <ul id="footerlinks">
264           <li class="f" id="copyright">&#xa9; <strong>mo</strong>             2013
265       </li>
266         </ul>
267       </footer>
268     </div>
269         <script type="text/javascript"><!--//--><![CDATA[//><!--
270       var _gaq = _gaq || [];
271       _gaq.push(['_setAccount', 'UA-571104-3']);
272       _gaq.push(['_trackPageview']);
273       (function() {
274         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
275         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
276         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
277       })();
278     //--><!]]>
279       </body>
280 </html>