[stapler] Remove R on org.kohsuke:doxia-module-markdown

Michal Srb msrb at fedoraproject.org
Tue Oct 15 13:52:14 UTC 2013


commit fbf5a47c8c12a45297da816f48764d4b66753a66
Author: Michal Srb <msrb at redhat.com>
Date:   Tue Oct 15 15:52:52 2013 +0200

    Remove R on org.kohsuke:doxia-module-markdown

 stapler.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/stapler.spec b/stapler.spec
index 0bf7ade..a0f21d9 100644
--- a/stapler.spec
+++ b/stapler.spec
@@ -1,6 +1,6 @@
 Name:           stapler
 Version:        1.221
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Stapler Java web framework
 
 # Project is licensed mostly under 2-clause BSD license
@@ -156,6 +156,9 @@ cp %{SOURCE1} LICENSE
 %pom_add_dep xerces:xercesImpl core
 %pom_add_dep com.sun.xml.bind:jaxb-impl core
 
+# maven-site-plugin generates R on unavailable artifact org.kohsuke:doxia-module-markdown
+%pom_remove_plugin :maven-site-plugin
+
 %build
 # Tests require jetty 6
 %mvn_build -s -f
@@ -179,6 +182,9 @@ cp %{SOURCE1} LICENSE
 
 
 %changelog
+* Tue Oct 15 2013 Michal Srb <msrb at redhat.com> - 1.221-2
+- Remove R on org.kohsuke:doxia-module-markdown
+
 * Mon Oct 14 2013 Michal Srb <msrb at redhat.com> - 1.221-1
 - Update to upstream version 1.221
 


More information about the scm-commits mailing list