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
Clone the repo and cd into it git clone ... && cd ...
git clone ... && cd ...
run the maven image podman run -it --rm -v $(pwd):/app docker.io/library/maven /bin/bash
podman run -it --rm -v $(pwd):/app docker.io/library/maven /bin/bash
In the container cd into /app and run mvn package
mvn package
You should have the compiled lib under the target folder.