{"id":13344166,"url":"https://github.com/easypack/easypack-maven-plugin","last_synced_at":"2026-02-18T09:09:12.704Z","repository":{"id":33899794,"uuid":"37614454","full_name":"easypack/easypack-maven-plugin","owner":"easypack","description":"Maven plugin for facilitating the distribution of Java aplications in tar, zip and tar.gz formats.","archived":false,"fork":false,"pushed_at":"2022-07-01T22:17:34.000Z","size":90,"stargazers_count":2,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-24T16:51:09.751Z","etag":null,"topics":["gz-format","java-applications","maven","package","tar","targz","zip"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/easypack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-17T18:51:37.000Z","updated_at":"2021-08-03T16:20:43.000Z","dependencies_parsed_at":"2022-08-03T08:15:34.820Z","dependency_job_id":null,"html_url":"https://github.com/easypack/easypack-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easypack%2Feasypack-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easypack%2Feasypack-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easypack%2Feasypack-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easypack%2Feasypack-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easypack","download_url":"https://codeload.github.com/easypack/easypack-maven-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243171684,"owners_count":20247878,"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":["gz-format","java-applications","maven","package","tar","targz","zip"],"created_at":"2024-07-29T19:32:28.141Z","updated_at":"2026-02-18T09:09:12.660Z","avatar_url":"https://github.com/easypack.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## EasyPack Maven Plugin\n\nEasyPack Maven Plugin facilitates the distribution of Java applications in **tar**, **zip** and **tar.gz** formats.\n\nThe plugin introduces three new packaging types for using instead of the standard jar and war options. The final artifact is a tar, zip or tar.gz archive that includes the java application.\n\nThe pom will look like:\n\n``` xml                            \n              \u003cgroupId\u003ecom.my-company\u003c/groupId\u003e\n              \u003cartifactId\u003emy-app\u003c/artifactId\u003e\n              \u003cversion\u003e1.0-SNAPSHOT\u003cversion\u003e\n              \u003cpackaging\u003e jtar \u003c/packaging\u003e\n```                                \n``` xml                            \n              \u003cgroupId\u003ecom.my-company\u003c/groupId\u003e\n              \u003cartifactId\u003emy-app\u003c/artifactId\u003e\n              \u003cversion\u003e1.0-SNAPSHOT\u003cversion\u003e\n              \u003cpackaging\u003e jzip \u003c/packaging\u003e\n```  \n\n``` xml                            \n              \u003cgroupId\u003ecom.my-company\u003c/groupId\u003e\n              \u003cartifactId\u003emy-app\u003c/artifactId\u003e\n              \u003cversion\u003e1.0-SNAPSHOT\u003cversion\u003e\n              \u003cpackaging\u003e jtargz \u003c/packaging\u003e\n```  \n\n### Features\n\n* _**Java applications in tar, zip or tar.gz**_: the final artifact is in tar, zip or tar.gz format.\n\n* _**Start and stop script creation**_: start and stops scripts for linux and/or windows are automatically created.\n\n* _**Dependency management**_: the project dependencies are automatically included in the final artifact.\n\n* _**No deploy of useless artifacts**_: the jar or war file generated by the standard packagings, is not deployed in the Maven repository as only one artifact, in the required format, is created. \n\nIn the [Usage](https://github.com/easypack/easypack-maven-plugin/wiki/Usage) page there is a full explanation of how to use the plugin.\n\n\n### Not yet released but\n\nWe are testing the plugin in order to release a stable version. But if you want to try it, and help us testing meanwhile, there is a beta version that can be used. The plugin is available at [Mave Central Repository](http://repo1.maven.org/maven2/com/github/easypack/) so no extra repository configuration is required.\n\n\n``` xml\n     \u003cgroupId\u003ecom.github.easypack\u003c/groupId\u003e\n     \u003cartifactId\u003eeasypack-maven-plugin\u003c/artifactId\u003e\n     \u003cversion\u003e1.0.BETA\u003c/version\u003e\n     \u003cextensions\u003etrue\u003c/extensions\u003e\n```\n\nCheck the [Usage](https://github.com/easypack/easypack-maven-plugin/wiki/Usage) page for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasypack%2Feasypack-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasypack%2Feasypack-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasypack%2Feasypack-maven-plugin/lists"}