Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fracpete/debian-maven-plugin-examples
Examples on how to use debian-maven-plugin.
https://github.com/fracpete/debian-maven-plugin-examples
debian-packaging examples java maven
Last synced: about 2 months ago
JSON representation
Examples on how to use debian-maven-plugin.
- Host: GitHub
- URL: https://github.com/fracpete/debian-maven-plugin-examples
- Owner: fracpete
- License: gpl-3.0
- Created: 2019-06-08T21:44:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T00:09:57.000Z (about 5 years ago)
- Last Synced: 2024-10-19T12:16:04.959Z (3 months ago)
- Topics: debian-packaging, examples, java, maven
- Language: Java
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# debian-maven-plugin-examples
Examples on how to use [debian-maven-plugin](https://github.com/fracpete/debian-maven-plugin)
for packaging Java libraries/programs as [Debian packages](https://en.wikipedia.org/wiki/Deb_%28file_format%29).## Examples
### [simple-library](simple-library)
Shows how to package a Java library and its dependencies.
### [simple-executable](simple-executable)
Packages a Java program and its dependencies.
### [multi-module](multi-module)
Turns on Debian packaging only in the relevant sub-modules.