Full name:
org.jszip.maven:jszip-maven-plugin:0.1-alpha-9:unpack
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| webappDirectory | File | - | The directory where the webapp is built. Default value is: ${project.build.directory}/${project.build.finalName}. |
| Name | Type | Since | Description |
|---|---|---|---|
| mappings | Mapping[] | - | The artifact path mappings for unpacking. User property is: mappings. |
| unpackExcludes | List | - | A list of <exclude> elements specifying the files (by
pattern) that should be excluded from unpacking. The default is
<unpackExclude>META-INF/maven/**/pom.*</unpackExclude>
<unpackExclude>package.json</unpackExclude>
<unpackExclude>**/*.less</unpackExclude>
<unpackExclude>**/*.sass</unpackExclude>
<unpackExclude>**/*.scss</unpackExclude>
|
| unpackIncludes | List | - | A list of <include> elements specifying the files (by
pattern) that should be included in unpacking. |
<unpackExclude>META-INF/maven/**/pom.*</unpackExclude>
<unpackExclude>package.json</unpackExclude>
<unpackExclude>**/*.less</unpackExclude>
<unpackExclude>**/*.sass</unpackExclude>
<unpackExclude>**/*.scss</unpackExclude>