Skip to content

bearddan2000/java-cli-maven-surefire-pmd-jacoco-junit-test-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Description

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

Tech stack

  • java
  • maven
    • junit
    • jacoco
    • surefire
    • pmd

Docker stack

  • maven:3-openjdk-17

To run

sudo ./install.sh -u

  • jacoco report under bin/target/site/jacoco
  • pmd report found at bin/target/site

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Code concept Jacoco config