Full name:
org.jszip.maven:jszip-maven-plugin:0.1-alpha-9:jszip
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| contentDirectory | File | - | Directory containing the classes. Default value is: src/main/js. |
| finalName | String | - | Name of the generated ZIP. Default value is: ${project.build.finalName}. User property is: zip.finalName. |
| outputDirectory | File | - | Directory containing the generated ZIP. Default value is: ${project.build.directory}. |
| resourcesDirectory | File | - | Directory containing the resources. Default value is: ${project.build.outputDirectory}. |
| Name | Type | Since | Description |
|---|---|---|---|
| addMavenDescriptor | boolean | - | Adding pom.xml and pom.properties to the archive. Default value is: true. User property is: zip.addMavenDescriptor. |
| classifier | String | - | Classifier to add to the artifact generated. If given, the artifact
will be an attachment instead. |
| forceCreation | boolean | - | Whether creating the archive should be forced. Default value is: false. User property is: zip.forceCreation. |
| includeEmptyDirs | boolean | - | Include or not empty directories Default value is: false. User property is: zip.includeEmptyDirs. |