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

https://github.com/mattdibi/jdeb-minimal-example

Minimal reproducible example for https://github.com/tcurdt/jdeb/issues/822
https://github.com/mattdibi/jdeb-minimal-example

Last synced: 6 days ago
JSON representation

Minimal reproducible example for https://github.com/tcurdt/jdeb/issues/822

Awesome Lists containing this project

README

        

# Build instructions

Requirements:

- JDK 17
- Maven 3.9.x+

Build:

```bash
mvn clean install
```

Debian artifacts can be found in:

```bash
ls -l distrib/target/deb
```

`jdeb` configuration can be found in `distrib/pom.xml`.