Fix javadoc generation
This commit is contained in:
parent
8472b9c6d0
commit
2163d480c3
1 changed files with 10 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: apache-%{short_name}
|
||||
Version: 0.5
|
||||
Release: 22%{?dist}
|
||||
Release: 23%{?dist}
|
||||
Epoch: 2
|
||||
Summary: Apache Commons Discovery
|
||||
License: ASL 2.0
|
||||
|
|
@ -39,6 +39,12 @@ Summary: API documentation for %{name}
|
|||
%patch1 -p1
|
||||
%mvn_file : %{short_name} %{name}
|
||||
|
||||
%pom_add_plugin "org.apache.maven.plugins:maven-javadoc-plugin" . "
|
||||
<configuration>
|
||||
<additionalparam>-Xdoclint:none</additionalparam>
|
||||
</configuration>
|
||||
"
|
||||
|
||||
%build
|
||||
%mvn_build -- -Dcommons.osgi.symbolicName=org.apache.commons.discovery
|
||||
|
||||
|
|
@ -54,6 +60,9 @@ Summary: API documentation for %{name}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 16 2019 Mat Booth <mat.booth@redhat.com> - 2:0.5-23
|
||||
- Fix javadoc generation
|
||||
|
||||
* Thu Feb 07 2019 Mat Booth <mat.booth@redhat.com> - 2:0.5-22
|
||||
- Rebuild to regenerate OSGi metadata
|
||||
|
||||
|
|
|
|||
Reference in a new issue