wilkinsona / project-generator

3 stars 4 forks source link

defaultStarterContributor has an hard-coded check on "spring-boot-starter-" #31

Closed snicoll closed 5 years ago

snicoll commented 5 years ago

The metadata has the notion of whether something is a starter or not. It is possible to define a third party entry that isn't a starter but brings one transitively. We should review that check to reuse the information from the metadata.