I have a Spring Boot application with Spring submodules as dependencies. I start the application using Spring Boot Maven Plugin like this:
mvn spring-boot:run -Drun.profiles=foo,bar
For me it seems like the submodules don't receive the active profiles foo,bar.
Is it possible to pass over Spring profiles to Spring submodules?