Fridrich Strba 2019-11-22 00:19:51 +00:00 committed by Git OBS Bridge
parent 49075ced15
commit cc3d3a9dfe

View File

@ -179,8 +179,8 @@ build-jar-repository -s lib \
%{ant} -Dtest.skip=true jar
%else
xmvn --batch-mode --offline \
-Dmaven.test.skip=true -DmavenVersion=3.5.0 \
package
-Dmaven.test.skip=true -DmavenVersion=3.5.0 -Dmaven.compiler.release=7 \
package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
%endif
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
@ -193,10 +193,10 @@ xmvn --batch-mode --offline \
%license LICENSE
%doc NOTICE
#%if %{without bootstrap}
#%files javadoc -f .mfiles-javadoc
#%license LICENSE
#%doc NOTICE
#%endif
%if %{without bootstrap}
%files javadoc -f .mfiles-javadoc
%license LICENSE
%doc NOTICE
%endif
%changelog