Full name:
org.codehaus.mojo:rmic-maven-plugin:1.0:rmic
Description:
Attributes:
compile.process-classes.| Name | Type | Since | Description |
|---|---|---|---|
| classesDirectory | File |
- |
Directory tree where the compiled Remote classes are located. Default value is: ${project.build.outputDirectory}. |
| compilerId | String |
- |
The id of the rmi compiler to use. Default value is: sun. |
| excludes | Set |
- |
A list of exclusions when searching for classes to compile. |
| idl | boolean |
- |
Create IDL. Default value is: false. |
| iiop | boolean |
- |
Create stubs for IIOP. Default value is: false. |
| includes | Set |
- |
A list of inclusions when searching for classes to compile. |
| keep | boolean |
- |
Do not delete intermediate generated source files. Default value is: false. |
| noLocalStubs | boolean |
- |
Do not create stubs optimized for same process. |
| noValueMethods | boolean |
- |
Do not generate methods for valuetypes. |
| nowarn | boolean |
- |
Turn off rmic warnings. |
| outputDirectory | File |
- |
Specifies where to place rmic generated class files. If the
generated files need to be included in the main project artifact,
this parameter can be set to ${project.build.outputDirectory}. Default value is: ${project.build.directory}/rmi-classes. |
| staleMillis | int |
- |
Time in milliseconds between automatic recompilations. A value of 0
means that up to date rmic output classes will not be recompiled
until the source classes change. Default value is: 0. |
| verbose | boolean |
- |
Enable verbose rmic output. |
| version | String |
- |
The version of the rmi protocol to which the stubs should be compiled. Valid values include 1.1, 1.2, compat. See the rmic documentation for more information. The default is 1.2. |
java.io.FileNo${project.build.outputDirectory}java.lang.StringNosunjava.util.SetNoidl:
booleanNofalseiiop:
booleanNofalsejava.util.SetNokeep:
booleanNofalsebooleanNobooleanNobooleanNojava.io.FileNo${project.build.directory}/rmi-classesintNo0booleanNojava.lang.StringNo