<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>