|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.wso2.cdmserver</groupId>
|
|
|
|
|
<artifactId>wso2cdmserver-parent</artifactId>
|
|
|
|
|
<artifactId>wso2cdmserver-product</artifactId>
|
|
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
|
|
|
<relativePath>../../../../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
@ -47,7 +47,7 @@
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
|
<version>2.2</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
|
|
|
|
|
<packagingExcludes>WEB-INF/lib/*cxf*.jar</packagingExcludes>
|
|
|
|
|
<warName>${project.artifactId}</warName>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|