Blame SOURCES/add-manifest.patch

11b7c6
diff -up ./pom.xml.fix ./pom.xml
11b7c6
--- ./pom.xml.fix	2015-06-17 16:16:37.525419665 -0400
11b7c6
+++ ./pom.xml	2015-06-17 16:17:05.060879018 -0400
11b7c6
@@ -80,6 +80,15 @@
11b7c6
           <target>1.5</target>
11b7c6
         </configuration>
11b7c6
       </plugin>
11b7c6
+      <plugin>
11b7c6
+        <groupId>org.apache.maven.plugins</groupId>
11b7c6
+        <artifactId>maven-jar-plugin</artifactId>
11b7c6
+        <configuration>
11b7c6
+          <archive>
11b7c6
+            <manifestFile>MANIFEST.MF</manifestFile>
11b7c6
+          </archive>
11b7c6
+        </configuration>
11b7c6
+      </plugin>
11b7c6
     </plugins>
11b7c6
     <extensions>
11b7c6
       <extension>