/ Published in: Other
URL: http://scala-blogs.org/2008/01/maven-for-scala.html
From The Scala blog Maven for Scala, using maven-scala-plugin.
Expand |
Embed | Plain Text
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
You need to login to post a comment.
