Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefügt
[website] / dist / hibernate4-maven-plugin-1.0.2 / help-mojo.html
1 <!DOCTYPE html>
2 <!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2014-04-29 -->
3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <!-- Current: help-mojo.html -->
4 <!-- Active: index.html -->
5 <!-- Path: $path -->
6 <!-- Skiplist: [index.html, configuration.html, export-mojo.html, debugging.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     <meta name="viewport" content="width=device-width, initial-scale=1" />
14     <link rel="stylesheet" type="text/css" href="/css/base.css" />
15     <style type="text/css">
16       @import '/css/screen.css' screen;
17       @import '/css/print.css' print;
18     </style>
19     <script src="/js/base.js"></script>
20     <!--[if IE 8]>
21       <link rel="stylesheet" type="text/css" href="/css/ie8.css" />
22       <script src="/js/ie8.js"></script>
23     <![endif]-->
24     <!--[if IE 7]>
25       <script src="/js/ie7.js"></script>
26     <![endif]-->
27     <!--[if lt IE 7]>
28       <script src="/js/ie6.js"></script>
29     <![endif]-->
30     <meta name="Date-Revision-yyyymmdd" content="20140429" />
31     <meta http-equiv="Content-Language" content="en" />
32         
33   </head>
34   <body id="top" class="menu" onload="prettyPrint()">
35     <div id="page" class="cf">
36       <header id="header">
37         <h1 id="logo"><a href="/" title="Home" class="l">juplo</a></h1>
38         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
39         <hr class="h" />
40       </header>
41       <div id="breadcrumb">
42         <strong class="b title">You are here:</strong>
43         <ol class="b">
44           <li class="b"><a class="b" href="/">Home</a></li>
45           <li class="b"><a class="b" href="/projects.html">Projects</a></li>
46                       <li class="b"><a class="b" href="./index.html">Hibernate 4 Maven Plugin</a </li>
47                         <li class="b"><strong class="b">
48     hibernate4:help</strong></li>
49                   </ol>
50         <a class="hide" href="#nav" title="Show navigation menu">Jump to navigation</a>
51         <hr class="b" />
52       </div>
53       <main 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.2: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 class="n" />
210             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</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="force.html" class="s" title="Force Exceution">Force Exceution</a>
235                 </li>
236                                                                                 <li class="s off">
237                     <a href="pitfalls.html" class="s" title="Known Pitfalls (FAQ)">Known Pitfalls (FAQ)</a>
238                 </li>
239                                                                                                                                                                                                                                                                                                       <li class="s sub off">
240                     <a href="project-info.html" class="s" title="Project Information">Project Information</a>
241                 </li>
242                                                                                                                                                       <li class="s sub off">
243                     <a href="project-reports.html" class="s" title="Project Reports">Project Reports</a>
244                 </li>
245                                                                                               </ul>
246                   </li>
247                                           </ul>
248             <hr class="n" />
249           </nav>
250           <p>
251             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
252               <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
253             </a>
254           </p>
255         </div>
256       </main>
257       <footer id="footer">
258         <hr class="f" />
259         <ul id="footerlinks">
260           <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
261           <li class="f"><a class="f" href="/impressum.html">Impressum</a></li>
262           <li class="f about"><a class="f" href="/about.html">About</a></li>
263         </ul>
264       </footer>
265     </div>
266         <script type="text/javascript"><!--//--><![CDATA[//><!--
267       var _gaq = _gaq || [];
268       _gaq.push(['_setAccount', 'UA-571104-3']);
269       _gaq.push(['_trackPageview']);
270       (function() {
271         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
272         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
273         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
274       })();
275     //--><!]]>
276       </body>
277 </html>