Created
March 20, 2012 14:51
-
-
Save kings13y/2136456 to your computer and use it in GitHub Desktop.
mvn archetype quickstart commands for Scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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