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
This commit is contained in:
		
							parent
							
								
									208e327629
								
							
						
					
					
						commit
						ed8b08fa24
					
				| 
						 | 
					@ -43,7 +43,7 @@ git clone git@github.com:spring-projects/spring-security.git
 | 
				
			||||||
=== Install all spring-\* jars into your local Maven cache
 | 
					=== Install all spring-\* jars into your local Maven cache
 | 
				
			||||||
[indent=0]
 | 
					[indent=0]
 | 
				
			||||||
----
 | 
					----
 | 
				
			||||||
./gradlew install
 | 
					./gradlew publishToMavenLocal
 | 
				
			||||||
----
 | 
					----
 | 
				
			||||||
 | 
					
 | 
				
			||||||
=== Compile and test; build all jars, distribution zips, and docs
 | 
					=== Compile and test; build all jars, distribution zips, and docs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue