Return to Snippet

Revision: 7860
at August 18, 2008 09:57 by liqweed


Initial Code
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

Initial URL
http://scala-blogs.org/2008/01/maven-for-scala.html

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

Initial Title
Create a new Scala Maven project (archetype)

Initial Tags


Initial Language
Other