public class PackageRmiMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
classifier
Classifier to append to the jar.
|
private java.lang.String[] |
excludes
The file patterns to exclude from the jar.
|
private java.lang.String |
finalName
The base name of the generated jar.
|
private java.lang.String[] |
includes
The file patterns to include in the jar.
|
private java.io.File |
outputDirectory
This directory contains the output of rmic (where the Stub classes are located).
|
private org.apache.maven.project.MavenProject |
project |
private org.apache.maven.project.MavenProjectHelper |
projectHelper
The maven project helper.
|
private java.io.File |
target
The directory to which the generated jar should be written.
|
Constructor and Description |
---|
PackageRmiMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute the plugin
|
private java.io.File target
private java.lang.String finalName
private org.apache.maven.project.MavenProject project
private java.lang.String classifier
private java.io.File outputDirectory
private java.lang.String[] includes
private java.lang.String[] excludes
private org.apache.maven.project.MavenProjectHelper projectHelper