From fdda82a6f76deefd10f83da89d7e82054e3c3ecd Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 21 Oct 2015 12:18:29 +0200 Subject: [PATCH] Integration-Tests are skiped, if "maven.test.skip" is set to true --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9e3c9ef1..a0a92d90 100644 --- a/pom.xml +++ b/pom.xml @@ -302,6 +302,7 @@ ${project.build.directory}/it verify true + ${maven.test.skip} -- 2.20.1