spring-cloud/spring-cloud-app-broker

Stop publishing acceptance and integration tests jars and api docs in distribution zips

Albertoimpl opened this issue · 1 comments

We should exclude those modules from publishing when building the SNAPSHOTs.

We do this in bamboo for SCOSB using the following gradle params:

-x :spring-cloud-open-service-broker-acceptance-webmvc:artifactoryPublish -x :spring-cloud-open-service-broker-acceptance-webflux:artifactoryPublish

maybe we can do the same for app broker?