From 2b90ae53c81e396dcb68a86052b775f5053975b7 Mon Sep 17 00:00:00 2001 From: kakulisen <18813972746@163.com> Date: Fri, 23 Aug 2019 23:44:56 +0800 Subject: [PATCH] SCB-1460 Skip the deployment of samples and it Signed-off-by: kakulisen <18813972746@163.com> --- integration-tests/pom.xml | 13 ++++++++++++- samples/pom.xml | 13 +++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index c90ae58d..32a1741f 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -32,5 +32,16 @@ coverage-aggregate - + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + + \ No newline at end of file diff --git a/samples/pom.xml b/samples/pom.xml index b319fbb9..49ea1d5d 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -33,4 +33,17 @@ verify-with-code-sample + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + + + \ No newline at end of file