Full name:
com.pushtechnology.tools:dar-maven-plugin:1.3:dar
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
buildDirectory | String | - | The output directory for the generated DAR. Default value is: ${project.build.directory}. |
finalName | String | - | The name of the DAR file to generate. Default value is: ${project.build.finalName}. |
Name | Type | Since | Description |
---|---|---|---|
archiver | MavenArchiveConfiguration | - | The archive configuration to use. See the Maven
Archiver Reference. |
classifier | String | - | Classifier to add to the artifact generated. If provided, the
artifact will be an attachment instead. |
diffusionExcludes | String[] | - | List of fileset patterns specifying files from the
diffusionResourceDirectory to exclude from the DAR. |
diffusionIncludes | String[] | - | List of fileset patterns specifying files from the
diffusionResourceDirectory to include in the DAR. |
diffusionResourceDirectory | File | - | Directory containing additional resources to add to the DAR file.
Typically contains at least etc/Publishers.xml. Default value is: ${project.basedir}/src/main/diffusion. |
minimumDiffusionVersion | String | - | The minimum version number of Diffusion on which the DAR can be
deployed. Default value is: 4.5.0. |
outputDirectory | File | - | The project output directory. The contents will be packaged in the
DAR ext directory. Default value is: ${project.build.outputDirectory}. |
outputExcludes | String[] | - | List of fileset patterns specifying files from the project output
directory to exclude from the DAR ext directory. |
outputIncludes | String[] | - | List of fileset patterns specifying files from the project output
directory to include in the DAR ext directory. |