[jersey] Remove cobertura usage from POM

gil gil at fedoraproject.org
Tue Mar 24 12:45:33 UTC 2015


commit c9f4665aaf4339c919448d690f37936f49c66d14
Author: gil <puntogil at libero.it>
Date:   Tue Mar 24 13:45:26 2015 +0100

    Remove cobertura usage from POM

 jersey.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/jersey.spec b/jersey.spec
index c210ba3..41ab90d 100644
--- a/jersey.spec
+++ b/jersey.spec
@@ -1,7 +1,7 @@
 %global with_grizzly 1
 Name:          jersey
 Version:       1.18.3
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       JAX-RS (JSR 311) production quality Reference Implementation
 # One file in jersey-core/ is under ASL 2.0 license
 License:       (CDDL or GPLv2 with exceptions) and ASL 2.0
@@ -53,7 +53,6 @@ BuildRequires: apache-commons-codec
 BuildRequires: apache-commons-io
 BuildRequires: aspectjweaver
 BuildRequires: cglib
-BuildRequires: cobertura
 BuildRequires: hamcrest
 BuildRequires: junit
 BuildRequires: testng
@@ -88,7 +87,6 @@ BuildRequires: maven-istack-commons-plugin
 BuildRequires: maven-jaxb2-plugin
 BuildRequires: maven-plugin-build-helper
 BuildRequires: maven-plugin-bundle
-BuildRequires: maven-plugin-cobertura
 BuildRequires: maven-source-plugin
 BuildRequires: maven-surefire-provider-junit
 BuildRequires: maven-surefire-provider-testng
@@ -165,6 +163,9 @@ sed -i 's/\r//' LICENSE-2.0.txt
 %pom_remove_plugin :maven-javadoc-plugin
 %pom_remove_plugin :maven-source-plugin
 
+%pom_remove_plugin :cobertura-maven-plugin jersey-json
+%pom_remove_plugin :cobertura-maven-plugin samples
+
 # unavailable test deps
 %pom_remove_dep com.sun.net.httpserver:http jersey-client
 
@@ -350,6 +351,9 @@ install -p -m 644 ant-wadl-task %{buildroot}%{_sysconfdir}/ant.d/ant-wadl-task
 %license license.html legal/LICENSE.txt legal/maintenance/copyright.txt LICENSE-2.0.txt
 
 %changelog
+* Tue Jan 27 2015 gil cattaneo <puntogil at libero.it> 1.18.3-2
+- remove cobertura
+
 * Tue Jan 27 2015 gil cattaneo <puntogil at libero.it> 1.18.3-1
 - update to 1.18.3
 - introduce license macro


More information about the scm-commits mailing list