We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.