Blame SOURCES/add-manifest.patch

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