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
- Host: GitHub
- URL: https://github.com/mattdibi/jdeb-minimal-example
- Owner: mattdibi
- Created: 2025-05-10T08:14:47.000Z (11 days ago)
- Default Branch: master
- Last Pushed: 2025-05-10T08:18:52.000Z (11 days ago)
- Last Synced: 2025-05-10T09:25:43.786Z (11 days ago)
- Language: Java
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.