diff --git a/hawtjni.spec b/hawtjni.spec index eafd9fd..96c408f 100644 --- a/hawtjni.spec +++ b/hawtjni.spec @@ -1,6 +1,6 @@ Name: hawtjni Version: 1.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Code generator that produces the JNI code License: ASL 2.0 and EPL and BSD URL: http://hawtjni.fusesource.org/ @@ -76,6 +76,9 @@ This package allows to use HawtJNI from a maven plugin. %pom_xpath_set "pom:groupId[text()='asm']" org.ow2.asm hawtjni-generator +# javadoc generation fails due to strict doclint in JDK 8 +%pom_remove_plugin :maven-javadoc-plugin hawtjni-runtime + %build %mvn_build @@ -94,6 +97,9 @@ This package allows to use HawtJNI from a maven plugin. %files -n maven-hawtjni-plugin -f .mfiles-maven-plugin %changelog +* Thu May 14 2015 Mikolaj Izdebski - 1.10-4 +- Remove maven-javadoc-plugin execution + * Fri Nov 21 2014 Mikolaj Izdebski - 1.10-3 - Spit runtime into subpackage - Resolves: rhbz#1166607