Skip to content

Instantly share code, notes, and snippets.

@tkmtmkt
Created June 15, 2013 02:17
Show Gist options
  • Save tkmtmkt/5786517 to your computer and use it in GitHub Desktop.
Save tkmtmkt/5786517 to your computer and use it in GitHub Desktop.
mavenプロジェクト作成
cd ~/work
mvn archetype:generate `
-D archetypeArtifactId=maven-archetype-quickstart `
-D groupId=com.github.tkmtmkt `
-D artifactId=study-coherence-java `
-D version=1.0-SNAPSHOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment