alexfrq / scala-maven

Hello-world Scala project using Maven as build tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello-world project for Scala with maven

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)

Compiling

The project can be compiled with the standard command, mvn compile

Running

To run the application, type mvn scala:run

To run unit-tests, type mvn test

About

Hello-world Scala project using Maven as build tool


Languages

Language:Scala 100.0%