Maven build多个war包合并

<!-- 添加要合并的war包依赖 --> <dependency> <groupId>com.jeeplus</groupId> <artifactId>jeeplus-cert-web</artifactId> <version>1.0.0</version> <type>war</type> </dependency>  <build>     <plugins>     <!-- 打包插件
相关文章
相关标签/搜索