Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hmedkouri/955f329efd610bfafbd13e8cd135ace5 to your computer and use it in GitHub Desktop.
Save hmedkouri/955f329efd610bfafbd13e8cd135ace5 to your computer and use it in GitHub Desktop.
mvn archetype:generate \
-DinteractiveMode=false \
-DarchetypeGroupId=org.openjdk.jmh \
-DarchetypeArtifactId=jmh-groovy-benchmark-archetype \
-DgroupId=org.sample \
-DartifactId=test \
-Dversion=1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment