Blame SOURCES/0001-Port-to-maven-jar-plugin-3.0.0.patch

307395
From c68c40a586dc187e5f004a0279f143b278b81cd6 Mon Sep 17 00:00:00 2001
307395
From: Mikolaj Izdebski <mizdebsk@redhat.com>
307395
Date: Mon, 30 May 2016 10:45:16 +0200
307395
Subject: [PATCH 1/4] Port to maven-jar-plugin 3.0.0
307395
307395
---
307395
 pom.xml | 2 +-
307395
 1 file changed, 1 insertion(+), 1 deletion(-)
307395
307395
diff --git a/pom.xml b/pom.xml
307395
index db33e5b..df2c483 100644
307395
--- a/pom.xml
307395
+++ b/pom.xml
307395
@@ -339,9 +339,9 @@
307395
       <plugin>
307395
         <artifactId>maven-jar-plugin</artifactId>
307395
         <configuration>
307395
-          <useDefaultManifestFile>true</useDefaultManifestFile>
307395
           <archive>
307395
             <addMavenDescriptor>true</addMavenDescriptor>
307395
+            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
307395
             <manifest>
307395
               <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
307395
               <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
307395
-- 
307395
2.5.5
307395