From 88a3f5ad3909579837b1a929b7a8a5a0a32b968b Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Wed, 7 Jul 2021 12:01:57 +0200 Subject: [PATCH] Fix README local Maven install command Switching from the maven to maven-publish plugin means users should use publishToMavenLocal to install jars into their local Maven cache. Closes gh-10047 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 59fafd15df..80d2f102e5 100644 --- a/README.adoc +++ b/README.adoc @@ -43,7 +43,7 @@ git clone git@github.com:spring-projects/spring-security.git === Install all spring-\* jars into your local Maven cache [indent=0] ---- -./gradlew install +./gradlew publishToMavenLocal ---- === Compile and test; build all jars, distribution zips, and docs