Disable spurious javadoc generation
This commit is contained in:
parent
8fda92affc
commit
f61693ff5c
@ -2,7 +2,7 @@
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 42
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?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
|
||||
%mvn_build -j
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -53,6 +53,9 @@ done
|
||||
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2017 Michael Simacek <msimacek@redhat.com> - 42-4
|
||||
- Disable spurious javadoc generation
|
||||
|
||||
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 42-3
|
||||
- Remove more useless plugins
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user