Full name:
org.codehaus.mojo:idlj-maven-plugin:1.2-SNAPSHOT:generate-test
Description:
Attributes:
generate-test-sources.| Name | Type | Since | Description |
|---|---|---|---|
| compiler | String |
- |
The compiler to use. Current options are Suns idlj compiler and
JacORB. Should be either "idlj" or "jacorb". Default value is: idlj. |
| debug | boolean |
- |
Activate more detailed debug messages. |
| failOnError | boolean |
- |
Should the plugin fail the build if there's an error while
generating sources from IDLs. Default value is: true. |
| includeDirs | File[] |
- |
Additional include directories containing additional *.idl files required for compilation. |
| outputDirectory | File |
- |
The directory to output the generated sources to. Default value is: ${project.build.directory}/generated-test-sources/idl. |
| sourceDirectory | File |
- |
The source directory containing *.idl files. Default value is: ${basedir}/src/test/idl. |
| sources | List |
- |
A List of Source configurations to
compile. |
| staleMillis | int |
- |
The granularity in milliseconds of the last modification date for
testing whether a source needs recompilation. Default value is: 0. |
| timestampDirectory | File |
- |
The directory to store the processed grammars. Used so that
grammars are not constantly regenerated. Default value is: ${project.build.directory}/idlj-timestamp. |
java.lang.StringNoidljbooleanNobooleanNo${failOnError}truejava.io.File[]Nojava.io.FileNo${project.build.directory}/generated-test-sources/idljava.io.FileNo${basedir}/src/test/idlList of Source configurations to
compile.java.util.ListNointNo${lastModGranularityMs}0java.io.FileNo${project.build.directory}/idlj-timestamp