From: Kai Moritz Date: Wed, 21 Oct 2015 10:18:29 +0000 (+0200) Subject: Integration-Tests are skiped, if "maven.test.skip" is set to true X-Git-Tag: hibernate-maven-plugin-2.0.0~18 X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=fdda82a6f76deefd10f83da89d7e82054e3c3ecd Integration-Tests are skiped, if "maven.test.skip" is set to true --- 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}