Refined policy on naming Spring Boot starters

See gh-2040
pull/3666/head
Stephane Nicoll 9 years ago
parent a44c7883dd
commit 6da6f430eb

@ -296,8 +296,8 @@ search dependencies by name. For example, with the appropriate Eclipse or STS pl
installed, you can simply hit `ctrl-space` in the POM editor and type
"`spring-boot-starter`" for a complete list.
Third party starters should not start with `spring-boot-starter` as it is reserved for
official starters. A third-party starter for `acme` will be typically named
Third party starters should not start with `spring-boot` as it is reserved for
official Spring Boot artifacts. A third-party starter for `acme` will be typically named
`acme-spring-boot-starter`.
****

@ -16,7 +16,7 @@ list it here. Just send a pull request for this page.
WARNING: While the
http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter-poms[reference documentation]
mentions that 3rd party starters should not start with `spring-boot-starter`, some starters
mentions that 3rd party starters should not start with `spring-boot`, some starters
do as they were designed before this was clarified.
|===

Loading…
Cancel
Save