Creates a Hibernate Archive.
Mojo Attributes:
runtime
package
Name | Type | Description |
---|---|---|
classesDir | File |
Directory containing the classes (usually target/classes). |
targetDir | File |
Directory where the har file should be written to. |
targetFile | String |
Name of the generated HAR (without the ".har" 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.MavenArchiveConfiguration
No
java.io.File
Yes
${project.build.outputDirectory}
java.lang.String
No
org.apache.maven.project.MavenProjectHelper
No
java.io.File
Yes
${project.build.directory}
java.lang.String
Yes
${project.build.finalName}