[log4j] Remove site-plugin from all poms

Michael Šimáček msimacek at fedoraproject.org
Mon Jan 19 13:42:38 UTC 2015


commit 4a2d699f54ca4166e7d36d8d91b7edd15d858c72
Author: Michael Simacek <msimacek at redhat.com>
Date:   Mon Jan 19 14:41:25 2015 +0100

    Remove site-plugin from all poms

 log4j.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/log4j.spec b/log4j.spec
index 3a82f1a..97af6c2 100644
--- a/log4j.spec
+++ b/log4j.spec
@@ -1,6 +1,6 @@
 Name:           log4j
 Version:        2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Java logging package
 BuildArch:      noarch
 License:        ASL 2.0
@@ -111,7 +111,7 @@ Obsoletes:      %{name}-manual < %{version}
 %prep
 %setup -q -n apache-%{name}-%{version}-src
 
-%pom_remove_plugin :maven-site-plugin
+%pom_remove_plugin -r :maven-site-plugin
 
 # remove all the stuff we'll build ourselves
 find -name "*.jar" -o -name "*.class" -delete
@@ -210,6 +210,9 @@ fi
 
 
 %changelog
+* Mon Jan 19 2015 Michael Simacek <msimacek at redhat.com> - 2.0-2
+- Remove site-plugin from all poms
+
 * Fri Jul 18 2014 Michael Simacek <msimacek at redhat.com> 2.0-1
 - Update to upstream version 2.0
 - Remove osgi subpackage (osgi parts were moved to corresponding artifacts)


More information about the scm-commits mailing list