Open leonard84 opened 9 years ago
@leonard84, I just tried out what you have to do for using foss-parent together with spring-boot
, see https://github.com/mfriedenhagen/spring-boot-sample/blob/master/pom.xml.
dependencyManagement
.spring-boot-starter-web
(line 50).repackage
of spring-boot-maven-plugin
(line 93) and manage scope of logback-classic
and logback-core
to runtime if you want an executable JAR.IMO having a deep hierarchy of POMs is always a bit confusing, so I am not really sure whether this issue is an enhancement :smile:
Spring Boot is great to create µServices and other applications, but to use all its features it requires that you use the spring-boot-starter-parent as parent pom. Since maven only allows single inheritance it would be useful to have a version of the foss-parent, e.g. foss-boot-parent that has spring-boot-starter-parent as parent.