Skip to content

bearddan2000/scala-cli-maven-surefire-junit-test-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

scala-cli-maven-surefire-junit-test-hello-world

Description

A POC for maven app using JUnit framework with surefire plugin.

Tech stack

  • scala
  • maven
    • junit
    • surefire

Docker stack

  • maven:3-openjdk-17

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Code concept