Skip to content

Instantly share code, notes, and snippets.

@jeongho
Created August 23, 2017 21:01
Show Gist options
  • Save jeongho/47ef6f30d6bddf0dda6fd080dafaaed2 to your computer and use it in GitHub Desktop.
Save jeongho/47ef6f30d6bddf0dda6fd080dafaaed2 to your computer and use it in GitHub Desktop.
maven-archetype-quickstart
mvn archetype:generate -DgroupId=com.antarcticatec -DartifactId=antarcticatec-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
mvn archetype:generate \
-DgroupId=com.antarcticatec \
-DartifactId=antarcticatec-app \
-DarchetypeArtifactId=maven-archetype-quickstart \
-DinteractiveMode=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment