Skip to content

bearddan2000/java-cli-maven-spring-surefire-findbugs-pmd-cucumber-testng-car-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

java-cli-maven-spring-surefire-findbugs-pmd-cucumber-testng-car-data

Description

Analyze source code for potential bugs. A POC for spring app using testng and cucumber framework with surefire and pmd plugins.

Tech stack

  • java
  • maven
    • findbugs
    • spring
    • testng
    • surefire
    • cucumber
    • 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