2 title: Goal — hibernate:help
4 url: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/help-mojo.html
7 canonical: hibernate-maven-plugin/help-mojo.html
13 <h2><a name="hibernate:help"></a>hibernate:help</h2>
15 <p><b>Full name</b>:</p>
17 <p>de.juplo:hibernate-maven-plugin:2.1.2-SNAPSHOT:help</p>
19 <p><b>Description</b>:</p>
21 <div>Display help information on hibernate-maven-plugin.<br />
22 Call <code>mvn hibernate:help -Ddetail=true
23 -Dgoal=<goal-name></code> to display parameter details.</div>
25 <p><b>Attributes</b>:</p>
29 <li>The goal is thread-safe and supports parallel builds.</li>
32 <h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
34 <table class="bodyTable" border="0">
49 <td><b><a href="#detail">detail</a></b></td>
51 <td><code>boolean</code></td>
53 <td><code>-</code></td>
55 <td>If <code>true</code>, display all settable properties for each
56 goal.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>detail</code>.</td>
61 <td><b><a href="#goal">goal</a></b></td>
63 <td><code>String</code></td>
65 <td><code>-</code></td>
67 <td>The name of the goal for which to show help. If unspecified, all
68 goals will be displayed.<br /><b>User property is</b>: <code>goal</code>.</td>
73 <td><b><a href="#indentSize">indentSize</a></b></td>
75 <td><code>int</code></td>
77 <td><code>-</code></td>
79 <td>The number of spaces per indentation level, should be positive.<br /><b>Default value is</b>: <code>2</code>.<br /><b>User property is</b>: <code>indentSize</code>.</td>
84 <td><b><a href="#lineLength">lineLength</a></b></td>
86 <td><code>int</code></td>
88 <td><code>-</code></td>
90 <td>The maximum length of a display line, should be positive.<br /><b>Default value is</b>: <code>80</code>.<br /><b>User property is</b>: <code>lineLength</code>.</td>
95 <h3><a name="Parameter_Details"></a>Parameter Details</h3>
97 <p><b><a name="detail">detail</a>:</b></p>
99 <div>If <code>true</code>, display all settable properties for each
104 <li><b>Type</b>: <code>boolean</code></li>
106 <li><b>Required</b>: <code>No</code></li>
108 <li><b>User Property</b>: <code>detail</code></li>
110 <li><b>Default</b>: <code>false</code></li>
112 <p><b><a name="goal">goal</a>:</b></p>
114 <div>The name of the goal for which to show help. If unspecified, all
115 goals will be displayed.</div>
119 <li><b>Type</b>: <code>java.lang.String</code></li>
121 <li><b>Required</b>: <code>No</code></li>
123 <li><b>User Property</b>: <code>goal</code></li>
125 <p><b><a name="indentSize">indentSize</a>:</b></p>
127 <div>The number of spaces per indentation level, should be positive.</div>
131 <li><b>Type</b>: <code>int</code></li>
133 <li><b>Required</b>: <code>No</code></li>
135 <li><b>User Property</b>: <code>indentSize</code></li>
137 <li><b>Default</b>: <code>2</code></li>
139 <p><b><a name="lineLength">lineLength</a>:</b></p>
141 <div>The maximum length of a display line, should be positive.</div>
145 <li><b>Type</b>: <code>int</code></li>
147 <li><b>Required</b>: <code>No</code></li>
149 <li><b>User Property</b>: <code>lineLength</code></li>
151 <li><b>Default</b>: <code>80</code></li>
158 <!-- PREPARING ROOT-ENTRY - name: Hibernate Maven Plugin ref: index.html -->
159 <!-- READING MENU - name: Project Documentation ref: reports -->
160 <!-- VISITING PAGE - href: /project-info.html / name: Project Information -->
161 <!-- VISITING PAGE - href: ci-management.html / name: CI Management -->
162 <!-- VISITING PAGE - href: dependencies.html / name: Dependencies -->
163 <!-- VISITING PAGE - href: dependency-info.html / name: Maven Coordinates -->
164 <!-- VISITING PAGE - href: distribution-management.html / name: Distribution Management -->
165 <!-- VISITING PAGE - href: index.html / name: About -->
166 <!-- RENAMING already seen PAGE: href=index.html, FROM name=Hibernate Maven Plugin TO name=About -->
167 <!-- VISITING PAGE - href: licenses.html / name: Licenses -->
168 <!-- VISITING PAGE - href: plugin-management.html / name: Plugin Management -->
169 <!-- VISITING PAGE - href: plugins.html / name: Plugins -->
170 <!-- VISITING PAGE - href: scm.html / name: Source Code Management -->
171 <!-- VISITING PAGE - href: summary.html / name: Summary -->
172 <!-- VISITING PAGE - href: team.html / name: Team -->
173 <!-- VISITING PAGE - href: /project-reports.html / name: Project Reports -->
174 <!-- VISITING PAGE - href: testapidocs/index.html / name: Test JavaDocs -->
175 <!-- VISITING PAGE - href: apidocs/index.html / name: JavaDocs -->
176 <!-- VISITING PAGE - href: xref/index.html / name: Source Xref -->
177 <!-- VISITING PAGE - href: xref-test/index.html / name: Test Source Xref -->
178 <!-- VISITING PAGE - href: cpd.html / name: CPD -->
179 <!-- VISITING PAGE - href: pmd.html / name: PMD -->
180 <!-- VISITING PAGE - href: plugin-info.html / name: Plugin Documentation -->
181 <!-- READING MENU - name: $menu.name ref: $menu.ref -->
182 <!-- VISITING PAGE - href: index.html / name: About -->
183 <!-- RENAMING already seen PAGE: href=index.html, FROM name=About TO name=About -->
184 <!-- VISITING PAGE - href: configuration.html / name: Configuration Examples -->
185 <!-- VISITING PAGE - href: create-mojo.html / name: Goal — hibernate:create -->
186 <!-- VISITING PAGE - href: update-mojo.html / name: Goal — hibernate:update -->
187 <!-- VISITING PAGE - href: drop-mojo.html / name: Goal — hibernate:drop -->
188 <!-- VISITING PAGE - href: help-mojo.html / name: Goal — hibernate:help -->
189 <!-- VISITING PAGE - href: debugging.html / name: Enable Debugging-Output -->
190 <!-- VISITING PAGE - href: skip.html / name: Skipping Execution -->
191 <!-- VISITING PAGE - href: force.html / name: Force Exceution -->
192 <!-- VISITING PAGE - href: pitfalls.html / name: Known Pitfalls (FAQ) -->
193 <!-- VISITING PAGE - href: project-info.html / name: Project Information -->
194 <!-- RENAMING already seen PAGE: href=project-info.html, FROM name=Project Information TO name=Project Information -->
195 <!-- VISITING PAGE - href: project-reports.html / name: Project Reports -->
196 <!-- RENAMING already seen PAGE: href=project-reports.html, FROM name=Project Reports TO name=Project Reports -->