Creates a Service Archive.
Mojo Attributes:
runtimepackage| Name | Type | Description |
|---|---|---|
| classesDir | File |
Directory containing the classes (usually target/classes). |
| targetDir | File |
Directory where the sar file should be written to. |
| targetFile | String |
Name of the generated SAR (without the ".sar" extension). |
| Name | Type | Description |
|---|---|---|
| archiveConfig | MavenArchiveConfiguration |
Archive Configuration. |
| classifier | String |
Classifier to add to the artifact generated. |
| helper | MavenProjectHelper |
The Project Helper. |
org.apache.maven.archiver.MavenArchiveConfigurationNojava.io.FileYes${project.build.outputDirectory}java.lang.StringNoorg.apache.maven.project.MavenProjectHelperNojava.io.FileYes${project.build.directory}java.lang.StringYes${project.build.finalName}