Revise local Maven installation example

master
Sam Brannen 6 years ago
parent
commit
ebbfa7cc88
  1. 4
      Build-from-Source.md

4
Build-from-Source.md

@ -43,10 +43,10 @@ The Gradle daemon eliminates startup overhead. It's enabled by default, but some @@ -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:

Loading…
Cancel
Save