Skip to content

Instantly share code, notes, and snippets.

@shredder47
Created November 5, 2020 14:10
Show Gist options
  • Save shredder47/495d8c419e5b5ec74a0d4e111df1a118 to your computer and use it in GitHub Desktop.
Save shredder47/495d8c419e5b5ec74a0d4e111df1a118 to your computer and use it in GitHub Desktop.
Maven Project Creation
mvn archetype:generate -DgroupId=com.shredder -DartifactId=livy-experiment -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment