Full name:
Parasoft:maven-parasoft-plugin:3.13:compile
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| enableGRS | boolean | - | flag to tell compiler to send result to GRS Default value is: true. |
| grsServerName | String | - | GRS Server Name |
| grsServerPort | int | - | GRS Server port number Default value is: 32323. |
| Name | Type | Since | Description |
|---|---|---|---|
| compilerArgument | String | - | Unformatted argument string to be passed to the compiler if fork is set to true. This is because the list of valid arguments passed to a Java compiler varies based on the compiler version. |
| compilerArguments | Map | - | Arguments to be passed to the compiler (prepending a dash) if fork is set to true. This is because the list of valid arguments passed to a Java compiler varies based on the compiler version. |
| compilerId | String | - | The compiler id of the compiler to use. Default value is: javac. |
| compilerVersion | String | - | Version of the compiler to use, ex. "1.3", "1.5", if fork is set to
true |
| debug | boolean | - | Whether to include debugging information in the compiled class
files. The default value is true. Default value is: true. |
| encoding | String | - | The -encoding argument for the Java compiler |
| exclude | String | - | A string containing a list of exclusion filters for the compiler
delimited by commas. |
| excludes | Set | - | A list of exclusion filters for the compiler. |
| executable | String | - | The executable of the compiler to use when fork is true. |
| 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. |
| grsAttributes | ArrayList | - | set GRS User-defined Attributes each item should have
attributename:attribute value |
| grsAttributesString | String | - | set GRS User-defined Attributes each item should have
attributename:attribute value |
| include | String | - | A string containing a list of inclusion filters for the compiler
delimited by commas. |
| includes | Set | - | A list of inclusion filters for the compiler. |
| maxmem | String | - | maximum size, in megabytes, of the memory allocation pool, ex.
"128", "128m" if fork is set to true |
| meminitial | String | - | Initial size, in megabytes, of the memory allocation pool, ex.
"64", "64m" if fork is set to true |
| nightly | boolean | - | attribute to set for nightly build. Default value is: false. |
| optimize | boolean | - | Optimize compiled code using the compiler's optimization methods Default value is: false. |
| outputFileName | String | - | Used to control the name of the output file when compiling a set of
sources to a single file. |
| showDeprecation | boolean | - | Output source locations where deprecated APIs are used Default value is: false. |
| showWarnings | boolean | - | Output warnings Default value is: true. |
| source | String | - | The -source argument for the Java compiler |
| staleMillis | int | - | The granularity in milliseconds of the last modification date for
testing whether a source needs recompilation Default value is: 0. |
| target | String | - | The -target argument for the Java compiler |
| verbose | boolean | - | Whether to output messages about what the compiler is doing Default value is: false. |
Unformatted argument string to be passed to the compiler if fork is set to true.
This is because the list of valid arguments passed to a Java compiler varies based on the compiler version.
Arguments to be passed to the compiler (prepending a dash) if fork is set to true.
This is because the list of valid arguments passed to a Java compiler varies based on the compiler version.
fork: