Skip to content

Instantly share code, notes, and snippets.

@zlatozar
Created August 31, 2023 14:02
Show Gist options
  • Save zlatozar/0fe2dfe00d1c95d0d190d282a0f9e971 to your computer and use it in GitHub Desktop.
Save zlatozar/0fe2dfe00d1c95d0d190d282a0f9e971 to your computer and use it in GitHub Desktop.
Build java maven project without having java installed
docker run -it --rm --name country-maven-project -v "$PWD":/usr/src/app -v "$HOME"/.m2:/root/.m2 -w /usr/src/app maven:3-eclipse-temurin-17 mvn clean package -DskipTests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment