Quantifier query,
Update next spans for multiple matches in the same position,
Test queries with the WPD corpus
diff --git a/pom.xml b/pom.xml
index 8203bdf..31f2f8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,14 @@
 	  <!--
               <finalName>KorapTools</finalName>
 	      -->
+	    
+          <archive>
+            <manifest>
+              <addClasspath>true</addClasspath>
+              <mainClass>de.ids_mannheim.korap.KorapIndexer</mainClass>
+            </manifest>
+          </archive>
+        
           <appendAssemblyId>false</appendAssemblyId>
           <descriptorRefs>
             <descriptorRef>jar-with-dependencies</descriptorRef>
@@ -183,6 +191,7 @@
           <excludes>
             <exclude>**/TestRealIndex.java</exclude>
             <exclude>**/benchmark/*</exclude>
+            <exclude>**/TestWPDIndex.java/*</exclude>
 	  </excludes>
         </configuration>
       </plugin>