https://github.com/carlspring/custom-packaging-maven-plugin
https://github.com/carlspring/custom-packaging-maven-plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlspring/custom-packaging-maven-plugin
- Owner: carlspring
- Created: 2013-03-27T23:00:06.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T15:31:57.000Z (about 13 years ago)
- Last Synced: 2025-02-12T15:36:59.220Z (over 1 year ago)
- Language: Java
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The custom-packaging-maven-plugin is aimed to be used in projects where the packaging is handled
externally, yet you need Maven to install or deploy the artifacts.
This plugin would not normally be useful in fully Mavenized projects, but could alleviate the process
of Mavenizing non-standard (or even -- non-Java) build processes, by providing a means to deploy artifacts
which are already produced by existing (non-Maven) scripts, thus giving you an entry point for using
an artifact repository manager.
The supported project packagings, and, respectively, artifact types are:
- msi
- rar
- rpm
- tar
- tar.bz2
- tar.gz
- tbz
- tgz
- zip