diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 7cde4fa2487..7eaaf7205af 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -191,6 +191,7 @@ jobs: build_number: "${BUILD_PIPELINE_NAME}-${BUILD_JOB_NAME}-${BUILD_NAME}" disable_checksum_uploads: true exclude: + - "**/spring-boot-test-support/**" - "**/*.effective-pom" artifact_set: - include: diff --git a/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml index a5f39cca3eb..0f5c2c6e2bb 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml @@ -13,17 +13,6 @@ ${basedir}/../../.. - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - -