PHOTARK-34 Remove binary files from apache-photark-1.0-incubating-SNAPSHOT-src.zip to reduce it's size which is currently 17 MB 

git-svn-id: https://svn.apache.org/repos/asf/incubator/photark/trunk@940983 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/distribution/pom.xml b/distribution/pom.xml
index d78d9da..c7e1cc0 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -47,12 +47,6 @@
             <artifactId>photoark-gallery-webapp</artifactId>
             <version>1.0-incubating-SNAPSHOT</version>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.photark</groupId>
-            <artifactId>photoark-gallery-webapp</artifactId>
-            <version>1.0-incubating-SNAPSHOT</version>
-        </dependency>
     </dependencies>
 
     <build>
diff --git a/distribution/src/main/assembly/src.xml b/distribution/src/main/assembly/src.xml
index 4e9c6fc..58e53bc 100644
--- a/distribution/src/main/assembly/src.xml
+++ b/distribution/src/main/assembly/src.xml
@@ -38,6 +38,10 @@
             <exclude>**/.*</exclude>
             <exclude>**/.*/**</exclude>
             <exclude>**/*.log</exclude>
+            <exclude>**/WEB-INF/lib</exclude>
+            <exclude>**/WEB-INF/lib/**/*</exclude>
+            <exclude>**/WEB-INF/classes</exclude>
+            <exclude>**/WEB-INF/classes/**/*</exclude>
             <exclude>**/target</exclude>
             <exclude>**/target/**/*</exclude>
             <exclude>**/work</exclude>