From ddabfe3fcc81ce71d44412e7c2c28f327d5a7d1b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 14 Dec 2018 19:50:23 +0000 Subject: [PATCH] Deploy spring-boot-test-support so it's available downstream Concourse builds spring-boot-tests separately from spring-boot-project and relies on modules from the latter being available in the distribution repository when building the former. This commit enables the deployment of spring-boot-test-support from spring-boot-project so that it is added to the distribution repository and is therefore available when building spring-boot-tests. It is then excluded when putting to the Artifactory resource as we do not want it to be published. See gh-15471 --- ci/pipeline.yml | 1 + .../spring-boot-test-support/pom.xml | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 7cde4fa248..7eaaf7205a 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 a5f39cca3e..0f5c2c6e2b 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 - - - -