Full name:
org.easytesting:javafxc-maven-plugin:1.0b2:testCompile
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| testSourceDirectory | File | - | The test source directory. Default value is: ${basedir}/src/test/javafx. |
| Name | Type | Since | Description |
|---|---|---|---|
| automaticallyAddJfxJars | boolean | - | If set to true the JavaFX jars are automatically added
to the classpath for compilation Default value is: true. |
| debug | boolean | - | Set to true to include debugging information in the
compiled class files. Default value is: true. |
| deprecation | boolean | - | Sets whether to show source locations where deprecated APIs are
used. Default value is: false. |
| encoding | String | - | The source files character encoding. Default value is: UTF-8. |
| failOnError | boolean | - | Indicates whether the build will continue even if there are
compilation errors; defaults to true. Default value is: true. |
| fork | boolean | - | Allows running the compiler in a separate process. If
false it uses the built in compiler, while if
true it will use an executable. Default value is: false. |
| forkExecutable | String | - | Sets the executable of the compiler to use when fork is true. |
| javaFxHome | String | - | The location of the JavaFX home directory. If a value is not set,
this goal will try to obtained from the environment variable
"JAVAFX_HOME". |
| memoryMaximumSize | String | - | The maximum memory size. Default value is: 256m. |
| optimize | boolean | - | Set to true to optimize the compiled code using the
compiler's optimization methods. Default value is: false. |
| overwrites | Set | - | A list of exclusion filters for the compiler. |
| skip | boolean | - | Set this to 'true' to bypass unit tests entirely. Its use is NOT
RECOMMENDED, but quite convenient on occasion. |
| source | String | - | The -source argument for the JavaFX compiler. Default value is: 1.6. |
| target | String | - | The -target argument for the JavaFX compiler. Default value is: 1.6. |
| unchecked | boolean | - | Set to true to show compiler warnings related to
unchecked operations ("-Xlint:unchecked"). Default value is: true. |
| verbose | boolean | - | Set to true to show messages about what the compiler
is doing. Default value is: false. |
fork:
skip: