From 9a08c1c495358405d482fca7e3698bc30310f061 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 8 Jun 2020 17:06:56 +0200 Subject: [PATCH] Converted to JAR packaging for docs --- README.adoc | 3 ++- docs/pom.xml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index ab9031a..3bedac6 100644 --- a/README.adoc +++ b/README.adoc @@ -4,6 +4,7 @@ Manual changes to this file will be lost when it is generated again. Edit the files in the src/main/asciidoc/ directory instead. //// + = Spring Cloud Bus :doctype: book :idprefix: @@ -335,4 +336,4 @@ Go to `File` -> `Settings` -> `Other settings` -> `Checkstyle`. There click on t - `checkstyle.suppressions.file` - default suppressions. Please point it to the Spring Cloud Build's, `spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml` file either in your cloned repo or via the `https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml` URL. - `checkstyle.additional.suppressions.file` - this variable corresponds to suppressions in your local project. E.g. you're working on `spring-cloud-contract`. Then point to the `project-root/src/checkstyle/checkstyle-suppressions.xml` folder. Example for `spring-cloud-contract` would be: `/home/username/spring-cloud-contract/src/checkstyle/checkstyle-suppressions.xml`. -IMPORTANT: Remember to set the `Scan Scope` to `All sources` since we apply checkstyle rules for production and test sources. \ No newline at end of file +IMPORTANT: Remember to set the `Scan Scope` to `All sources` since we apply checkstyle rules for production and test sources. diff --git a/docs/pom.xml b/docs/pom.xml index 6dd74bd..bd7d138 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -10,13 +10,12 @@ spring-cloud-bus-parent 3.0.0-SNAPSHOT - pom + jar Spring Cloud Bus Docs Spring Cloud Docs spring-cloud-bus ${basedir}/.. - 2.1.x,2.2.x spring.cloud.bus.* deploy