This commit is contained in:
parent
49075ced15
commit
cc3d3a9dfe
@ -179,8 +179,8 @@ build-jar-repository -s lib \
|
|||||||
%{ant} -Dtest.skip=true jar
|
%{ant} -Dtest.skip=true jar
|
||||||
%else
|
%else
|
||||||
xmvn --batch-mode --offline \
|
xmvn --batch-mode --offline \
|
||||||
-Dmaven.test.skip=true -DmavenVersion=3.5.0 \
|
-Dmaven.test.skip=true -DmavenVersion=3.5.0 -Dmaven.compiler.release=7 \
|
||||||
package
|
package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
|
%{mvn_artifact} pom.xml target/%{base_name}-%{version}.jar
|
||||||
@ -193,10 +193,10 @@ xmvn --batch-mode --offline \
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc NOTICE
|
%doc NOTICE
|
||||||
|
|
||||||
#%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
#%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
#%license LICENSE
|
%license LICENSE
|
||||||
#%doc NOTICE
|
%doc NOTICE
|
||||||
#%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user