[os-maven-plugin] Remove unneeded OSGi bundle manifest

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Jul 9 07:03:00 UTC 2014


commit 2c06737a3a783f3fdc2fc17e46d71e47668bd227
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Jul 9 09:02:00 2014 +0200

    Remove unneeded OSGi bundle manifest

 os-maven-plugin.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/os-maven-plugin.spec b/os-maven-plugin.spec
index b90ceb0..8a98427 100644
--- a/os-maven-plugin.spec
+++ b/os-maven-plugin.spec
@@ -27,7 +27,7 @@ and architecture reliably.
 
 %package javadoc
 Summary:        API documentation for %{name}
-    
+
 %description javadoc
 This package provides %{summary}.
 
@@ -36,6 +36,7 @@ This package provides %{summary}.
 
 # Remove Eclipse plugin (not needed in Fedora)
 %pom_remove_dep org.eclipse:ui
+%pom_remove_plugin :maven-jar-plugin
 find -name EclipseStartup.java -delete
 find -name plugin.xml -delete
 


More information about the scm-commits mailing list