Skip to content

Commit ed8b08f

Browse files
committed
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
1 parent 208e327 commit ed8b08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ git clone [email protected]:spring-projects/spring-security.git
4343
=== Install all spring-\* jars into your local Maven cache
4444
[indent=0]
4545
----
46-
./gradlew install
46+
./gradlew publishToMavenLocal
4747
----
4848

4949
=== Compile and test; build all jars, distribution zips, and docs

0 commit comments

Comments
 (0)