We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
based on https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
git clone ... && cd ...
podman run -it --rm -v $(pwd):/app
mvn package
You should have the compiled lib under the target folder.