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
git clone ... && cd ...
podman run -it --rm -v $(pwd):/app
mvn package
You should have the compiled lib under the target folder.