This commit is contained in:
parent
5097f0efbe
commit
3ea14f4cb0
@ -60,9 +60,14 @@ This package contains javadoc for %{name}.
|
|||||||
%pom_remove_plugin :cobertura-maven-plugin jaxb-api
|
%pom_remove_plugin :cobertura-maven-plugin jaxb-api
|
||||||
%pom_remove_plugin :maven-dependency-plugin jaxb-api
|
%pom_remove_plugin :maven-dependency-plugin jaxb-api
|
||||||
|
|
||||||
|
%pom_xpath_inject "pom:plugin[pom:artifactId = 'maven-javadoc-plugin']/pom:configuration" "
|
||||||
|
<sourceFileExcludes>
|
||||||
|
<exclude>module-info.java</exclude>
|
||||||
|
</sourceFileExcludes>" jaxb-api
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{mvn_file} :{*} @1
|
%{mvn_file} :{*} @1
|
||||||
%{mvn_build} -f -j
|
%{mvn_build} -f -- -Dsource=8
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -71,9 +76,7 @@ This package contains javadoc for %{name}.
|
|||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%if 0
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user