Maven用overlays合并多个war配置

阅读 76

2022-05-27

<plugins>

<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.6</version> <configuration> <packagingExcludes>WEB-INF/web.xml</packagingExcludes> <warName>asms-web</warName> <overlays> <overlay> <groupId>com.ccccc</groupId> <artifactId>cccc-01</artifactId> </overlay> <overlay> <groupId>com.ccccc</groupId> <artifactId>cccc-02</artifactId> </overlay> </overlays> </configuration> </plugin>

精彩评论(0)

0 0 举报