Zip
Full name
com.jlupin:jlupin-platform-maven-plugin:1.5.0.0:zip
Description
Packs generated archive with provided additional files into deployable zip file.
Attributes
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase:
package
.
Parameters
Name | Type | Default | Property | Since | Description |
---|---|---|---|---|---|
additionalFilesDirectories | java.util.List |
jlupin.additionalFilesDirectories |
1.1.0 |
List of directories to include in zip file. | |
includeDependenciesInZip | java.lang.Boolean |
true |
jlupin.jlupin.includeDependenciesInZip |
1.1.1 |
Flag to determine if include dependencies' jars in zip or not. |
microserviceName | java.lang.String |
${project.name} |
jlupin.microserviceName |
1.2.1 |
Name of microservice being created. |
outputFileDirectory | java.io.File |
${project.build.directory} |
jlupin.outputFileDirectory |
1.1.0 |
Directory where to put created zip file. |
outputFileName | java.lang.String |
${project.artifactId} |
jlupin.outputFileName |
1.1.0 |
Created zip filename. |