12 lines
356 B
Markdown
12 lines
356 B
Markdown
# Java Maven Project
|
|
|
|
Example Maven Project for a Java Application.
|
|
|
|
This project includes:
|
|
- Lombok to reduce biolerplate code
|
|
- Adding module-info for dependencies that are missing these.
|
|
- Unit Tests are run at build
|
|
- static code analysis with PMD and spotbugs
|
|
- Creation of image (JLink) and app-image (JPackage)
|
|
- Creation of native binary (GraalVM)
|