remove sample jws files from the WAR distribution
diff --git a/axis-war/pom.xml b/axis-war/pom.xml
index 09aa21e..2a2cd05 100644
--- a/axis-war/pom.xml
+++ b/axis-war/pom.xml
@@ -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>