Renamed and cleaned up KorapIndexer
diff --git a/pom.xml b/pom.xml
index 56b7e06..5d4440a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,7 @@
           <archive>
             <manifest>
               <addClasspath>true</addClasspath>
-              <mainClass>de.ids_mannheim.korap.KorapIndexer</mainClass>
+              <mainClass>de.ids_mannheim.korap.index.Indexer</mainClass>
             </manifest>
           </archive>
           <appendAssemblyId>false</appendAssemblyId>
@@ -245,16 +245,16 @@
         </configuration>
         <executions>
           <execution>
-            <id>KorapIndexer</id>
+            <id>Indexer</id>
             <phase>package</phase>
             <goals>
               <goal>single</goal>
             </goals>
             <configuration>
-              <finalName>KorapIndexer</finalName>
+              <finalName>Indexer</finalName>
               <archive>
                 <manifest>
-		  <mainClass>de.ids_mannheim.korap.KorapIndexer</mainClass>
+		  <mainClass>de.ids_mannheim.korap.index.Indexer</mainClass>
                 </manifest>
               </archive>
             </configuration>