From 40c9556ec76edb9b881762f8641e91f56854bd31 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 17 Feb 2016 14:03:49 +0000 Subject: [PATCH] pom.xml:jacoco: exclude integration tests Integration test class names should end with 'IT'. Signed-off-by: Paul Campbell --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 7581115..7e96249 100644 --- a/pom.xml +++ b/pom.xml @@ -278,6 +278,7 @@ CLASS *Test + *IT