From 5fc5d83907eee3e73182912762c93a80433b7010 Mon Sep 17 00:00:00 2001 From: DOHA Date: Tue, 20 Dec 2016 18:15:22 +0200 Subject: [PATCH] add integration profile --- .../spring-cloud-ribbon-client/pom.xml | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/spring-cloud/spring-cloud-ribbon-client/pom.xml b/spring-cloud/spring-cloud-ribbon-client/pom.xml index b85db03383..8aee41f5c4 100644 --- a/spring-cloud/spring-cloud-ribbon-client/pom.xml +++ b/spring-cloud/spring-cloud-ribbon-client/pom.xml @@ -56,6 +56,16 @@ org.springframework.boot spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*IntegrationTest.java + + + @@ -77,4 +87,42 @@ + + + + integration + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + integration-test + + test + + + + **/*LiveTest.java + + + **/*IntegrationTest.java + + + + + + + json + + + + + + + + \ No newline at end of file