From 7b4b53826f84932425353b5ebebe2e607fa6964c Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Jun 29 2018 13:42:52 +0000 Subject: Remove explicit invocation of maven-javadoc-plugin --- diff --git a/jline.spec b/jline.spec index c98fb85..5704e4b 100644 --- a/jline.spec +++ b/jline.spec @@ -1,6 +1,6 @@ Name: jline Version: 2.14.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JLine is a Java library for handling console input License: BSD URL: https://github.com/jline/jline2 @@ -48,6 +48,7 @@ This package contains the API documentation for %{name}. %pom_xpath_remove "pom:build/pom:extensions" %pom_remove_plugin :maven-site-plugin %pom_remove_plugin :maven-enforcer-plugin +%pom_remove_plugin :maven-javadoc-plugin # Makes the build fail on deprecation warnings from jansi %pom_xpath_remove 'pom:arg[text()="-Werror"]' @@ -78,6 +79,9 @@ find -name TerminalFactoryTest.java -delete %files javadoc -f .mfiles-javadoc %changelog +* Fri Jun 29 2018 Mikolaj Izdebski - 2.14.6-2 +- Remove explicit invocation of maven-javadoc-plugin + * Thu May 24 2018 Michael Simacek - 2.14.6-1 - Update to upstream version 2.14.6