Skip to content

mlidal/scala-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages