Example project showing how to build and run Scala code with maven instead of SBT
It utilizes the maven plugins scala-maven-plugin (for compiling and running) and scalatest-maven-plugin (for running unit-tests)
The project can be compiled with the standard command, mvn compile
To run the application, type mvn scala:run
To run unit-tests, type mvn test