编译出可执行 JAR 包的常用辅助插件,参见 Baeldung 文章 How to Create an Executable JAR with Maven | Baeldung :

  1. spring-boot-maven-plugin(war, jar 都能打)
  2. maven-shade-plugin(jar 包专业户)

How to Create an Executable JAR with Maven | Baeldung