You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put the configuration in a profile that is active if a property is set and then we'd only have to set that property in the starter poms. Does that sound reasonable @marcingrzejszczak?
@spencergibb The above described solution with property-based profile activation will not work. Maven profile activation works with the system property - not with the Maven POM property.
I found just these options:
implement a plugin similar to this one used in Spring Boot project
create a specific parent pom for starters with maven-jar-plugin configuration adding a manifest entry
manually add a manifest entry to each starter pom
What would you prefer? I'd be happy to prepare a pull request.
Add
Spring-Boot-Jar-Type: dependencies-starter
to manifest.spring-projects/spring-boot#22036
spring-projects/spring-boot@fa1d4a4
/cc @wilkinsona
I'm hoping we can configure things here so starter poms have minimal if any changes.
The text was updated successfully, but these errors were encountered: