Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created September 17, 2020 15:36
Show Gist options
  • Save seleniumgists/5cb8f9ac9fd13bf20518cbaf1ce10d52 to your computer and use it in GitHub Desktop.
Save seleniumgists/5cb8f9ac9fd13bf20518cbaf1ce10d52 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
docker run --rm \
-v "$(pwd)":/usr/src/mymaven \
-w /usr/src/mymaven \
maven:3.6.3-jdk-11 \
bash -c " export MAVEN_OPTS=\"-Xmx1g\" && mvn clean test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment