Author: robertlazarski Date: Mon Mar 11 00:27:44 2019 New Revision: 1855184
URL: http://svn.apache.org/viewvc?rev=1855184&view=rev Log: remove sample jws files from the WAR distribution Modified: axis/axis1/java/trunk/axis-war/pom.xml Modified: axis/axis1/java/trunk/axis-war/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-war/pom.xml?rev=1855184&r1=1855183&r2=1855184&view=diff ============================================================================== --- axis/axis1/java/trunk/axis-war/pom.xml (original) +++ axis/axis1/java/trunk/axis-war/pom.xml Mon Mar 11 00:27:44 2019 @@ -89,6 +89,7 @@ <artifactId>maven-war-plugin</artifactId> <configuration> <packagingExcludes>WEB-INF/lib/soapmonitor-applet-*.jar</packagingExcludes> + <packagingExcludes>*.jws</packagingExcludes> <overlays> <overlay> <groupId>${project.groupId}</groupId>