From 770cbfae0e1046eeddff31c1d9b777401b565a8d Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Wed, 28 Mar 2018 13:42:41 -0700 Subject: [PATCH] Don't publish effective POM Fixes gh-12662 --- ci/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 1dbda008581..e39a1172834 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -125,6 +125,8 @@ jobs: build_uri: "https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}" build_number: "${BUILD_PIPELINE_NAME}-${BUILD_JOB_NAME}-${BUILD_NAME}" disable_checksum_uploads: true + exclude: + - "/**/*.effective-pom" artifact_set: - include: - "/**/spring-boot-docs-*.zip"