[jetty] Remove maven-license-plugin

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Apr 18 10:19:39 UTC 2013


commit 16085f17aeaf53b7289b1c0d82cae53500238f9b
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Thu Apr 18 11:08:38 2013 +0200

    Remove maven-license-plugin

 jetty.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/jetty.spec b/jetty.spec
index 59526eb..86a3278 100644
--- a/jetty.spec
+++ b/jetty.spec
@@ -54,7 +54,7 @@
 
 Name:           jetty
 Version:        9.0.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Java Webserver and Servlet Container
 
 Group:          Applications/Internet
@@ -91,7 +91,6 @@ BuildRequires:  objectweb-asm
 BuildRequires:  slf4j
 BuildRequires:  systemd-units
 BuildRequires:  tomcat-lib
-BuildRequires:  maven-license-plugin
 BuildRequires:  springframework-beans
 BuildRequires:  geronimo-parent-poms
 
@@ -492,6 +491,10 @@ find . -name "*.class" -exec rm {} \;
 # ReportDocumentRender". Investigate proper fix some other time?
 %pom_remove_plugin :maven-pmd-plugin
 
+# License plugin may be useful for upstream, but it has no use in
+# Fedora.
+%pom_remove_plugin :maven-license-plugin
+
 # Remove unpack-config-deps from distribution
 #
 # This is needed because original code used classifiers to select subset
@@ -767,6 +770,9 @@ getent passwd %username &>/dev/null || useradd  -r -u %jtuid -g %username \
 %doc NOTICE.txt LICENSE*
 
 %changelog
+* Thu Apr 18 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 9.0.0-3
+- Remove maven-license-plugin
+
 * Wed Apr 10 2013 Michal Srb <msrb at redhat.com> - 9.0.0-2
 - Replace tomcat libs with glassfish libs
 - Add ability to build package without service files


More information about the scm-commits mailing list