[WARNING] The requested profile "dev" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project health_service_provider: Compilation failure: Compilation failure:
把xxx_interface模块的pom文件中的packaging打成了war包
<artifactId>xxx_interface</artifactId>
<packaging>jar</packaging>
项目所需jdk版本和当前使用jdk版本不一致
解决:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile...