[pdfbox] Remove cobertura-maven-plugin usage from POM

gil gil at fedoraproject.org
Tue Mar 24 12:19:07 UTC 2015


commit d9bff77f393cb2e1df3806fe712bbb5438f14a8b
Author: gil <puntogil at libero.it>
Date:   Tue Mar 24 13:18:58 2015 +0100

    Remove cobertura-maven-plugin usage from POM

 pdfbox.spec | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/pdfbox.spec b/pdfbox.spec
index 5784566..71191cc 100644
--- a/pdfbox.spec
+++ b/pdfbox.spec
@@ -1,6 +1,6 @@
 Name:           pdfbox
 Version:        1.8.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Java library for working with PDF documents
 License:        ASL 2.0
 URL:            http://pdfbox.apache.org/
@@ -20,7 +20,6 @@ BuildRequires:  apache-commons-logging
 BuildRequires:  apache-rat-plugin
 BuildRequires:  bitstream-vera-sans-fonts
 BuildRequires:  bouncycastle-mail
-BuildRequires:  cobertura-maven-plugin
 BuildRequires:  fontconfig
 BuildRequires:  icu4j
 BuildRequires:  javacc-maven-plugin
@@ -122,6 +121,9 @@ sed -i -e /PDJpegTest/d pdfbox/src/test/java/org/apache/pdfbox/TestAll.java
 sed -i -e /PDCcittTest/d pdfbox/src/test/java/org/apache/pdfbox/TestAll.java
 sed -i -e /TestImageIOUtils/d pdfbox/src/test/java/org/apache/pdfbox/TestAll.java
 
+# cobertura-maven-plugin has been retired
+%pom_remove_plugin :cobertura-maven-plugin preflight
+
 %pom_remove_dep javax.activation:activation preflight
 
 %pom_disable_module war
@@ -212,6 +214,10 @@ sed -i -e /filtering/d examples/pom.xml
 %license LICENSE.txt NOTICE.txt
 
 %changelog
+* Tue Mar 24 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.8.8-4
+- Remove cobertura-maven-plugin usage from POM
+- Resolves: rhbz#1205176
+
 * Wed Feb 11 2015 gil cattaneo <puntogil at libero.it> 1.8.8-3
 - introduce license macro
 


More information about the scm-commits mailing list