From 8429483708e555fa97ba38fa62cace987d0786e5 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: May 14 2015 05:03:30 +0000 Subject: Remove maven-javadoc-plugin execution --- diff --git a/stax2-api.spec b/stax2-api.spec index 573c229..030cede 100644 --- a/stax2-api.spec +++ b/stax2-api.spec @@ -1,6 +1,6 @@ Name: stax2-api Version: 3.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Experimental API extending basic StAX implementation License: BSD URL: http://wiki.fasterxml.com/WoodstoxStax2 @@ -34,6 +34,9 @@ This package contains the API documentation for %{name}. %pom_xpath_remove pom:Import-Package +# javadoc generation fails due to strict doclint in JDK 8 +%pom_remove_plugin :maven-javadoc-plugin + %build %mvn_file :%{name} %{name} @@ -47,6 +50,9 @@ This package contains the API documentation for %{name}. %files javadoc -f .mfiles-javadoc %changelog +* Thu May 14 2015 Mikolaj Izdebski - 3.1.4-2 +- Remove maven-javadoc-plugin execution + * Mon Feb 16 2015 Michael Simacek - 3.1.4-1 - Update to upstream version 3.1.4