From 33a99a4148cd216c800276029003f0ea6db14045 Mon Sep 17 00:00:00 2001 From: vongosling Date: Sat, 29 Jul 2017 16:17:29 +0800 Subject: [PATCH] Add it plugin for separating it from profile configuration, you can use failsafe:integration-test run it but not run ut --- pom.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 90f40d7e..e5ef5e4c 100644 --- a/pom.xml +++ b/pom.xml @@ -326,7 +326,24 @@ sonar-maven-plugin 3.0.2 + + maven-failsafe-plugin + 2.19.1 + + + **/NormalMsgDelayIT.java + + + + + + integration-test + + + + + @@ -401,8 +418,6 @@ maven-failsafe-plugin 2.19.1 - 1 - true @{failsafeArgLine} **/NormalMsgDelayIT.java -- GitLab