wilkinsona / project-generator

3 stars 4 forks source link

Change ConditionalOnDependency to work with an id #41

Closed snicoll closed 5 years ago

snicoll commented 5 years ago

The lifecycle on an entry may be so that a single entry has different coordinates depending on the Spring Boot generation. This happens typically when an artifactId had to be renamed for consistency.

Since contributors are relying on the meta-data anyway, it would be better to use an id in the condition rather than the full GAV as these may not be reliable.