Skip to content

Instantly share code, notes, and snippets.

@kings13y
Created March 20, 2012 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kings13y/2136456 to your computer and use it in GitHub Desktop.
Save kings13y/2136456 to your computer and use it in GitHub Desktop.
mvn archetype quickstart commands for Scala
mvn archetype:generate -DarchetypeGroupId=org.scala-tools.archetypes -DarchetypeArtifactId=scala-archetype-simple
mvn compile
mvn exec:java -Dexec.mainClass="some.path.to.Main" -Dexec.args="arg0 arg1 arg2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment