Fridrich Strba 2019-11-22 00:25:07 +00:00 committed by Git OBS Bridge
parent e7dd6b1a27
commit 589bdfb9ae

View File

@ -104,8 +104,8 @@ build-jar-repository -s lib \
%{ant} -Dtest.skip=true jar
%else
xmvn --batch-mode --offline \
-Dmaven.test.skip=true \
package
-Dmaven.test.skip=true -Dmaven.compiler.release=7 \
package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
%endif
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
@ -117,9 +117,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