We Recommend

Beginning AppleScript (Programmer to Programmer) Beginning AppleScript (Programmer to Programmer)
Geared toward programmers with no prior development knowledge, Beginning AppleScript serves as a comprehensive guide to using AppleScript on the Mac OS X platform. This title introduces the reader to AppleScript, and then illustrates how to efficiently start writing scripts through sample programs as each concept is introduced.


Posted By

liqweed on 08/18/08


Tagged

maven Scala


Versions (?)


Create a new Scala Maven project (archetype)


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.

  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

Report this snippet 

You need to login to post a comment.