Skip to content

Demo of Maven multi module unit- and integration testing with FindBugs and Jacoco code coverage

Notifications You must be signed in to change notification settings

johan974/maven-multi-module-unittest-integrationtest-jacoco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-multi-module-unittest-integrationtest-jacoco

Demo of 'Maven multi module' project WITH unit- and/or integration testing with FindBugs and Jacoco code coverage

Results

  • Project copmlete Jacoco datafile : project-base / target / aggregate-exec / aggregate.exec
  • Project complete Jacoco report ; project-base / test-reporting / site / index.html
  • FindBugs report

Run

  • mvn clean install => unit testing + reporting
  • mvn clean install -P integration test => integration testing + reporting
  • mvn clean install -P test-all => unit AND integration testing + (combined) reporting !

Overview:

Overview of the results)

Branches: alternatives

There are a few alternatives (in branches) available:

  • master: Behavior as shown above
  • multi-module-only-unit-tests: Multi module with only unit tests with the Surefire plugin in the root pom.xml
  • multi-module-unit-tests-try2: Multi module with only unit tests with the Surefire plugin in the pom.xml of each module

In all cases, the result is available

About

Demo of Maven multi module unit- and integration testing with FindBugs and Jacoco code coverage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published