https://github.com/fracpete/debian-maven-plugin
For building .deb packages from Maven projects. Fork of http://debian-maven.sf.net/
https://github.com/fracpete/debian-maven-plugin
debian-packaging java maven
Last synced: 4 months ago
JSON representation
For building .deb packages from Maven projects. Fork of http://debian-maven.sf.net/
- Host: GitHub
- URL: https://github.com/fracpete/debian-maven-plugin
- Owner: fracpete
- License: gpl-3.0
- Created: 2019-05-30T21:51:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-14T01:11:51.000Z (12 months ago)
- Last Synced: 2025-07-14T04:07:16.843Z (12 months ago)
- Topics: debian-packaging, java, maven
- Language: Java
- Homepage: https://fracpete.github.io/debian-maven-plugin/
- Size: 937 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# debian-maven-plugin
This plugin helps building DEB packages from Maven projects.
The packages can be used in DEB-based operating systems such
as Debian and Ubuntu. The plugin uses external Debian tools
to do the actual packaging.
Fork of:
http://debian-maven.sf.net/
## Documentation
Documentation on usage, goals, etc is located here:
https://fracpete.github.io/debian-maven-plugin/
## Examples
Example Maven projects that use this plugin are located here:
https://github.com/fracpete/debian-maven-plugin-examples