Create a new Scala Maven project (archetype)


/ Published in: Other
Save to your folder(s)

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/).


Copy this code and paste it in your HTML
  1. 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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.