/java-scala-mvn.g8

Giter8 template: Mixed Java/Scala maven project with junit/scalatest

Primary LanguageScala

giter8 template for mixed Java/Scala maven project

uses

  • Java >= 1.7
  • Scala 2.11.7
  • Scalatest 2.2.4
  • junit 4.11

usage:

Follow g8 installation instructions or when using homebrew:

brew install giter8

Go to your favourite shell and enter

g8 kobmic/java-scala-mvn
cd [app-name]
mvn clean install

License:

Licensed under the Apache License, Version 2.0, see http://www.apache.org/licenses/LICENSE-2.0