Builds J2EE Resource Adapter Archive (RAR) files.
Mojo Attributes:
testpackage| Name | Type | Description |
|---|---|---|
| finalName | String |
The name of the RAR file to generate. |
| outputDirectory | String |
The directory for the generated RAR. |
| rarSourceDirectory | File |
Single directory for extra files to include in the RAR. |
| workDirectory | String |
Directory that resources are copied to during the build. |
| Name | Type | Description |
|---|---|---|
| archive | MavenArchiveConfiguration |
The maven archiver to use. |
| includeJar | Boolean |
Specify if the generated jar file of this project should be included in the rar file ; default is true. |
| manifestFile | File |
The location of the manifest file to be used within the rar file. |
| raXmlFile | File |
The location of the ra.xml file to be used within the rar file. |
org.apache.maven.archiver.MavenArchiveConfigurationNojava.lang.StringYes${project.build.finalName}java.lang.BooleanNojava.io.FileNo${basedir}/src/main/rar/META-INF/MANIFEST.MFjava.lang.StringYes${project.build.directory}java.io.FileNo${basedir}/src/main/rar/META-INF/ra.xmljava.io.FileYes${basedir}/src/main/rarjava.lang.StringYes${project.build.directory}/${project.build.finalName}