Skip to content

Latest commit

 

History

History
executable file
·
29 lines (22 loc) · 563 Bytes

File metadata and controls

executable file
·
29 lines (22 loc) · 563 Bytes

java-cli-maven-surefire-jacoco-junit-test-hello-world

Description

A POC for maven app using JUnit framework with jacoco and surefire plugins.

Tech stack

  • java
  • maven
    • junit
    • jacoco
    • surefire

Docker stack

  • maven:3-openjdk-17

To run

sudo ./install.sh -u

  • jacoco report under bin/target/site/jacoco

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

[Code concept] (https://github.com/eugenp/tutorials/tree/master/maven-modules/maven-integration-test) [Jacoco config] (https://www.baeldung.com/jacoco)