/ Published in: Other
From The Scala blog [Maven for Scala](http://scala-blogs.org/2008/01/maven-for-scala.html), using [maven-scala-plugin](http://scala-tools.org/mvnsites/maven-scala-plugin/).
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-3:create -DarchetypeGroupId=org.scala-tools.archetypes -DarchetypeArtifactId=scala-archetype-simple -DremoteRepositories=http://scala-tools.org/repo-releases -DarchetypeVersion=1.1 -DgroupId=myGroupId -DartifactId=myProjectId
URL: http://scala-blogs.org/2008/01/maven-for-scala.html