easymock/0001-Port-to-maven-jar-plugin-3.0.0.patch
2016-05-30 15:34:15 +02:00

28 lines
924 B
Diff

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