jsxm:banimate
Full name:
org.jsxm.maven.plugin:jsxm-maven-plugin:1.4.11-RC5:banimate
Description:
Goal that batch animate the jsxm specifications. The current options are to batch animate specific specifications by declaring them in the configuration section of the plugin in the pom.xml. The second option is by declaring the parameter banimateAll to true in the configuration section of the plugin and as a result to batch animate all the specifications.
Attributes:
- Requires a Maven project to be executed.
- Since version: Version 1.0.
- Binds by default to the lifecycle phase: compile.
- Invokes the execution of this plugin's goal compile prior to executing itself.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
banimateAll | boolean | Version 1.0 | A simple boolean variable for setting whether or not the tool will banimate all the examples. Default value is: false. |
silent | boolean | Version 1.0 | (no description) Default value is: false. |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
banimateList | List | Version 1.0 | The same functionality as animateList. but used for banimation. |
Parameter Details
A simple boolean variable for setting whether or not the tool will banimate all the examples.
- Type: boolean
- Since: Version 1.0
- Required: Yes
- Default: false
The same functionality as animateList. but used for banimation.
- Type: java.util.List
- Since: Version 1.0
- Required: No
(no description)
- Type: boolean
- Since: Version 1.0
- Required: Yes
- Default: false