Fridrich Strba 2019-11-21 21:30:35 +00:00 committed by Git OBS Bridge
parent 4e466e4943
commit 5374abe550

View File

@ -109,7 +109,7 @@ build-jar-repository -s lib \
%else
xmvn --batch-mode --offline \
-Dmaven.test.skip=true -Dsource=7 \
package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
package
%endif
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
@ -121,9 +121,9 @@ xmvn --batch-mode --offline \
%files -f .mfiles
%license LICENSE NOTICE
%if %{without bootstrap}
%files javadoc -f .mfiles-javadoc
%license LICENSE NOTICE
%endif
#%if %{without bootstrap}
#%files javadoc -f .mfiles-javadoc
#%license LICENSE NOTICE
#%endif
%changelog