All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lugins.wildfly-jar-maven-plugin.10.0.0.Final.source-code.help-mojo.adoc Maven / Gradle / Ivy

There is a newer version: 11.0.2.Final
Show newest version
### help


#### wildfly-jar:help
*Full name:*
org.wildfly.plugins:wildfly-jar-maven-plugin:10.0.0.Final:help


#### Description
Display help information on wildfly-jar-maven-plugin. +
Call `mvn wildfly-jar:help -Ddetail=true
-Dgoal=<goal-name>` to display parameter details.


#### Attributes


* The goal is thread-safe and supports parallel builds.

.Optional Parameters
[%autowidth.stretch]
|====
|Name|Type|Since|Description
|`<>`|`boolean`|`-`|If `true`, display all settable properties for each
goal. +
*Default value is*: `false`. +
*User property is*: `detail`. +

|`<>`|`String`|`-`|The name of the goal for which to show help. If unspecified, all
goals will be displayed. +
*User property is*: `goal`. +

|`<>`|`int`|`-`|The number of spaces per indentation level, should be positive. +
*Default value is*: `2`. +
*User property is*: `indentSize`. +

|`<>`|`int`|`-`|The maximum length of a display line, should be positive. +
*Default value is*: `80`. +
*User property is*: `lineLength`. +


|====


#### Parameter Details

[[detail]] *detail* +
If `true`, display all settable properties for each
goal.

* *Type*: `boolean`
* *Required*: `No`
* *User Property*: `detail`
* *Default*: `false`



[[goal]] *goal* +
The name of the goal for which to show help. If unspecified, all
goals will be displayed.

* *Type*: `java.lang.String`
* *Required*: `No`
* *User Property*: `goal`



[[indentSize]] *indentSize* +
The number of spaces per indentation level, should be positive.

* *Type*: `int`
* *Required*: `No`
* *User Property*: `indentSize`
* *Default*: `2`



[[lineLength]] *lineLength* +
The maximum length of a display line, should be positive.

* *Type*: `int`
* *Required*: `No`
* *User Property*: `lineLength`
* *Default*: `80`







© 2015 - 2024 Weber Informatics LLC | Privacy Policy