https://github.com/aurasphere/zip-maven-plugin
Simple Maven plugin for generating ZIP files.
https://github.com/aurasphere/zip-maven-plugin
maven-plugin zip
Last synced: about 1 year ago
JSON representation
Simple Maven plugin for generating ZIP files.
- Host: GitHub
- URL: https://github.com/aurasphere/zip-maven-plugin
- Owner: aurasphere
- License: mit
- Created: 2019-05-23T09:55:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T03:02:38.000Z (almost 4 years ago)
- Last Synced: 2025-04-18T04:12:09.073Z (about 1 year ago)
- Topics: maven-plugin, zip
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/aurasphere/zip-maven-plugin)
[](https://search.maven.org/artifact/co.aurasphere.maven.plugins/zip-maven-plugin/1.0.0/jar)
[](http://javadoc.io/doc/co.aurasphere.maven.plugins/zip-maven-plugin)
[](https://codeclimate.com/github/aurasphere/zip-maven-plugin/maintainability)
[](https://codeclimate.com/github/aurasphere/zip-maven-plugin/test_coverage)
[](https://gitter.im/zip-maven-plugin/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://www.paypal.com/donate/?cmd=_donations&business=8UK2BZP2K8NSS)
# Zip Maven Plugin
Simple Maven plugin for generating ZIP files.
## Usage
#### NOTE: requires Maven >= 3.5.2.
1. Add the plugin to your pom.xml:
```
co.aurasphere.maven.plugins
zip-maven-plugin
1.0.0
true
${project.basedir}/src/main/java
C:/mydir
my-zip-name
```
2. Set the packaging type to zip
`zip`
3. The configuration element is optional. If not supplied, the default values are:
- **inputDirectory**: `${project.build.outputDirectory}` (your project target/classes directory)
- **outputDirectory**: `${project.build.directory}` (your project target directory)
- **zipName**: `${project.build.finalName}` ([project-name]-[project-version])
Copyright (c) 2019 Donato Rimenti