Spring Boot with POM packaging Agregator
问题 Is it possible to use Spring Boots Maven plugin command spring-boot:run when the parent POM of the project is using packaging mode POM because of its children? I have multi module maven project with a "master" POM that is in it's turn a child of the Spring Boot Parent module. Looking something like this: <modelVersion>4.0.0</modelVersion> <groupId>com.example</groupId> <artifactId>project</artifactId> <packaging>pom</packaging> <version>0.1.0</version> <parent> <groupId>org.springframework