Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 580 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 580 Bytes

mvn-archetypes

Simple maven archetypes for scala and akka projects.

To create a new Scala project:

mvn archetype:generate -DarchetypeRepository=http://sstone.github.com/sstone-mvn-repo/snapshots -DarchetypeGroupId=com.aphelia -DarchetypeArtifactId=scala-simple-archetype -DarchetypeVersion=1.0-SNAPSHOT

To create a new Akka project:

mvn archetype:generate -DarchetypeRepository=http://sstone.github.com/sstone-mvn-repo/snapshots -DarchetypeGroupId=com.aphelia -DarchetypeArtifactId=akka-simple-archetype -DarchetypeVersion=1.0-SNAPSHOT