771905d
diff -up ./pom.xml.fix ./pom.xml
771905d
--- ./pom.xml.fix	2015-06-22 15:44:35.991442997 -0400
771905d
+++ ./pom.xml	2015-06-22 15:45:44.215610804 -0400
771905d
@@ -50,4 +50,19 @@
771905d
     <maven.compiler.source>1.5</maven.compiler.source>
771905d
     <maven.compiler.target>1.5</maven.compiler.target>
771905d
   </properties>
771905d
+
771905d
+  <build>
771905d
+    <plugins>
771905d
+      <plugin>
771905d
+        <groupId>org.apache.maven.plugins</groupId>
771905d
+        <artifactId>maven-jar-plugin</artifactId>
771905d
+        <configuration>
771905d
+          <archive>
771905d
+            <manifestFile>MANIFEST.MF</manifestFile>
771905d
+          </archive>
771905d
+        </configuration>
771905d
+      </plugin>
771905d
+    </plugins>
771905d
+  </build>
771905d
+
771905d
 </project>