Removed javadoc
This commit is contained in:
parent
9f938e9e93
commit
94693c655a
@ -84,12 +84,11 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
%pom_remove_plugin :maven-timestamp-plugin
|
%pom_remove_plugin :maven-timestamp-plugin
|
||||||
%pom_xpath_remove "pom:dependency[pom:scope='test']" tck
|
%pom_xpath_remove "pom:dependency[pom:scope='test']" tck
|
||||||
|
|
||||||
%pom_xpath_remove pom:build/pom:extensions
|
%pom_xpath_remove pom:build/pom:extensions
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# tests are skipped because of missing dependency spring-osgi-test
|
# tests are skipped because of missing dependency spring-osgi-test
|
||||||
%mvn_build -- -Dyear=2009 -Dmaven.test.skip=true
|
%mvn_build -- -Dyear=2009 -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -98,13 +97,14 @@ This package contains the API documentation for %{name}.
|
|||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 04 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-1
|
* Mon May 04 2020 Jiri Vanek <jvanek@fedoraproject.org> - 3.1-1
|
||||||
- bumped to 3.1
|
- bumped to 3.1
|
||||||
|
- disabled javadoc generation. It requires maven pomming beyond my skills
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-6
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user