From 8d9e447965bc960e602f7c2c0fd449cac9e81349 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 26 Sep 2019 21:35:15 -0700 Subject: [PATCH] Don't publish spring-boot-docs jar files Closes gh-15809 --- ci/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index ddc8b21734..e823decf5e 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -273,6 +273,7 @@ jobs: - "**/*.effective-pom" - "**/spring-boot-configuration-docs/**" - "**/spring-boot-test-support/**" + - "**/spring-boot-docs-*.jar" artifact_set: - include: - "/**/spring-boot-docs-*.zip"