Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.