Full name:
org.codehaus.mojo:rmic-maven-plugin:1.0:package
Description:
Attributes:
package.| Name | Type | Since | Description |
|---|---|---|---|
| classifier | String |
- |
Classifier to append to the jar. Default value is: client. |
| excludes | String[] |
- |
The file patterns to exclude from the jar. |
| finalName | String |
- |
The base name of the generated jar. This name does not include the
classifier or the extension. Default value is: ${project.build.finalName}. |
| includes | String[] |
- |
The file patterns to include in the jar. By default, all classes ending with _Stub.class will be included. |
| outputDirectory | File |
- |
This directory contains the output of rmic (where the Stub classes
are located). This is not the directory where the jar file will be
written. Default value is: ${project.build.directory}/rmi-classes. |
| target | File |
- |
The directory to which the generated jar should be written. Default value is: ${project.build.directory}. |
java.lang.StringNoclientjava.lang.String[]Nojava.lang.StringNo${project.build.finalName}java.lang.String[]Nojava.io.FileNo${project.build.directory}/rmi-classesjava.io.FileNo${project.build.directory}