PavanMudigonda / java-maven-playground

Java, maven based playground starter project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Maven Starter

Java, maven based playground starter project.

Github CI Test coverage


This starter includes:

  • Logback - Console and rotating file logging - see logback.xml
  • Junit 5 + hamcrest - Testing frameworks
  • Executable jar creation - See maven-shade-plugin plugin section in pom.xml
  • Github actions CI with codecov template - Basic github CI workflow with codecov report - see .github/workflows/ci.yml
  • Basic maven profiles with parameter injection - See temp.properties and pom.xml
  • GitHub templates - See .github folder and .md files in root folder
  • Code quality tools - Checkstyle, PMD and SpotBugs configuration - see pom.xml
  • Clone or download

yevgenykuz

MIT License


About

Java, maven based playground starter project.

License:MIT License


Languages

Language:Java 100.0%