From ebbfa7cc88c389efe9a4ae989cc517166089b9cd Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 2 Jan 2020 15:49:06 +0100 Subject: [PATCH] Revise local Maven installation example --- Build-from-Source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build-from-Source.md b/Build-from-Source.md index 12d0f9b..69ea4d4 100644 --- a/Build-from-Source.md +++ b/Build-from-Source.md @@ -43,10 +43,10 @@ The Gradle daemon eliminates startup overhead. It's enabled by default, but some To install all Spring Framework jars in your local Maven repository, use the following. -Note that the `-x ...` arguments skip the generation of documentation and the full distribution zip file. +Note that the `-x ...` arguments skip the generation of documentation. ```shell -./gradlew publishToMavenLocal -x api -x javadoc -x asciidoctor -x dokka -x distZip +./gradlew publishToMavenLocal -x javadoc -x dokka -x asciidoctor ``` If you are building a previous version of the framework (for example, Spring Framework 5.1.x), use: