我有一个父 maven 项目,其中包括一些子项目和一个构建/装配项目。结构看起来像这样
ParentProj
+ pom.xml
+ ChildProj1
++ pom.xml
+ ChildProj2
++ pom.xml
+ buildProj
++ pom.xml
我想在构建项目或包含所有子项目 jar 的项目中创建一个可执行 jar。基本上,最终结果应该是一个包含类路径中所有子项目 jar 的 jar。