Skip to content

Latest commit

 

History

History
executable file
·
31 lines (24 loc) · 583 Bytes

File metadata and controls

executable file
·
31 lines (24 loc) · 583 Bytes

java-cli-maven-failsafe-findbugs-testng-test-hello-world

Description

Analyze source code for potential bugs. A POC for maven app using testng framework with failsafe and pmd plugins.

Tech stack

  • java
  • maven
    • findbugs
    • testng
    • failsafe
    • pmd

Docker stack

  • maven:3-openjdk-17

To run

sudo ./install.sh -u

  • pmd report found at bin/target/site
  • findbugs report at bin/target/findbugs

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Code concept