From 89253795b11a626d5b2f324cf09ac07bc3b9f092 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 16 Feb 2017 15:43:11 +0100 Subject: [PATCH] Revert "Disable spurious javadoc generation" This reverts commit f61693ff5cc27ba8c53e5b08314fdbe7cf8472bf. --- apache-commons-parent.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/apache-commons-parent.spec b/apache-commons-parent.spec index 65dccbf..5a36082 100644 --- a/apache-commons-parent.spec +++ b/apache-commons-parent.spec @@ -2,7 +2,7 @@ Name: apache-%{short_name} Version: 42 -Release: 4%{?dist} +Release: 3%{?dist} Summary: Apache Commons Parent Pom License: ASL 2.0 URL: http://svn.apache.org/repos/asf/commons/proper/%{short_name}/tags/%{short_name}-%{version}/ @@ -44,7 +44,7 @@ for profile in animal-sniffer japicmp jacoco cobertura clirr; do done %build -%mvn_build -j +%mvn_build %install %mvn_install @@ -53,9 +53,6 @@ done %doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt %changelog -* Thu Feb 16 2017 Michael Simacek - 42-4 -- Disable spurious javadoc generation - * Mon Feb 06 2017 Michael Simacek - 42-3 - Remove more useless plugins