{"id":19034151,"url":"https://github.com/aurasphere/zip-maven-plugin","last_synced_at":"2025-04-23T17:44:37.023Z","repository":{"id":57716253,"uuid":"188207757","full_name":"aurasphere/zip-maven-plugin","owner":"aurasphere","description":"Simple Maven plugin for generating ZIP files.","archived":false,"fork":false,"pushed_at":"2022-09-18T03:02:38.000Z","size":19,"stargazers_count":2,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T04:12:09.073Z","etag":null,"topics":["maven-plugin","zip"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aurasphere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-23T09:55:34.000Z","updated_at":"2024-12-22T16:39:55.000Z","dependencies_parsed_at":"2022-08-25T09:21:34.408Z","dependency_job_id":null,"html_url":"https://github.com/aurasphere/zip-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fzip-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fzip-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fzip-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fzip-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aurasphere","download_url":"https://codeload.github.com/aurasphere/zip-maven-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250483819,"owners_count":21438128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["maven-plugin","zip"],"created_at":"2024-11-08T21:43:39.650Z","updated_at":"2025-04-23T17:44:37.006Z","avatar_url":"https://github.com/aurasphere.png","language":"Java","funding_links":["https://www.paypal.com/donate/?cmd=_donations\u0026business=8UK2BZP2K8NSS"],"categories":[],"sub_categories":[],"readme":"[![Travis](https://img.shields.io/travis/aurasphere/zip-maven-plugin.svg)](https://travis-ci.org/aurasphere/zip-maven-plugin)\n[![Maven Central](https://img.shields.io/maven-central/v/co.aurasphere.maven.plugins/zip-maven-plugin.svg)](https://search.maven.org/artifact/co.aurasphere.maven.plugins/zip-maven-plugin/1.0.0/jar)\n[![Javadocs](http://javadoc.io/badge/co.aurasphere.maven.plugins/zip-maven-plugin.svg)](http://javadoc.io/doc/co.aurasphere.maven.plugins/zip-maven-plugin)\n[![Maintainability](https://api.codeclimate.com/v1/badges/43d564cf9ee6e93d8391/maintainability)](https://codeclimate.com/github/aurasphere/zip-maven-plugin/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/43d564cf9ee6e93d8391/test_coverage)](https://codeclimate.com/github/aurasphere/zip-maven-plugin/test_coverage)\n[![Join the chat at https://gitter.im/zip-maven-plugin/community](https://badges.gitter.im/zip-maven-plugin/community.svg)](https://gitter.im/zip-maven-plugin/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](https://www.paypal.com/donate/?cmd=_donations\u0026business=8UK2BZP2K8NSS)\n\n# Zip Maven Plugin\n\nSimple Maven plugin for generating ZIP files.\n\n## Usage\n\n#### NOTE: requires Maven \u003e= 3.5.2.\n\n1. Add the plugin to your pom.xml:\n\n```\n\u003cplugin\u003e\n  \u003cgroupId\u003eco.aurasphere.maven.plugins\u003c/groupId\u003e\n  \u003cartifactId\u003ezip-maven-plugin\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n  \u003cextensions\u003etrue\u003c/extensions\u003e\n  \u003cconfiguration\u003e\n    \u003cinputDirectory\u003e${project.basedir}/src/main/java\u003c/inputDirectory\u003e\n    \u003coutputDirectory\u003eC:/mydir\u003c/outputDirectory\u003e\n    \u003czipName\u003emy-zip-name\u003c/zipName\u003e\n  \u003c/configuration\u003e\n\u003c/plugin\u003e\n```\n\n2. Set the packaging type to zip\n\n`\u003cpackaging\u003ezip\u003c/packaging\u003e`\n \n3. The configuration element is optional. If not supplied, the default values are:\n\n- **inputDirectory**: `${project.build.outputDirectory}` (your project target/classes directory)\n- **outputDirectory**: `${project.build.directory}` (your project target directory)\n- **zipName**: `${project.build.finalName}` ([project-name]-[project-version])\n\n\u003csub\u003eCopyright (c) 2019 Donato Rimenti\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurasphere%2Fzip-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faurasphere%2Fzip-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurasphere%2Fzip-maven-plugin/lists"}