From ba6d3b87c4cddb929943535eb0777ed42cc6b624 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 15 Jan 2022 19:54:47 +0000 Subject: [PATCH] Exclude entire spring-restdocs module from Maven Central --- ci/config/release-scripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/config/release-scripts.yml b/ci/config/release-scripts.yml index 6de87395..5199d181 100644 --- a/ci/config/release-scripts.yml +++ b/ci/config/release-scripts.yml @@ -7,4 +7,4 @@ spring: sonatype: exclude: - 'build-info\.json' - - '.*\.zip' \ No newline at end of file + - 'org/springframework/restdocs/spring-restdocs/.*'