From 350f712ede65123129cbe13e0f9ba959161258ad Mon Sep 17 00:00:00 2001 From: Neo Wu Date: Mon, 26 Mar 2018 13:52:23 -0700 Subject: [PATCH 1/2] add a smoke-test mvn profile --- pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/pom.xml b/pom.xml index 38c718b35274..cea4cb5958b8 100644 --- a/pom.xml +++ b/pom.xml @@ -866,5 +866,42 @@ + + + smoke-test + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.19.1 + + + + integration-test + verify + + + + + + **/*SmokeTest.java + + + **/*IT.java + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + true + + + + + From 492236c40732334e284aace3eacbefb8673f81e9 Mon Sep 17 00:00:00 2001 From: Neo Wu Date: Tue, 27 Mar 2018 11:57:49 -0700 Subject: [PATCH 2/2] remove excludes in pom --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index cea4cb5958b8..f4f9a0c5573d 100644 --- a/pom.xml +++ b/pom.xml @@ -887,9 +887,6 @@ **/*SmokeTest.java - - **/*IT.java -