Add mvn_opts

This commit is contained in:
eabdullin 2022-08-24 10:03:04 +03:00
parent 7f151d681f
commit e2a9fafbca

View File

@ -249,6 +249,7 @@ sed -i -e "/<Export-Package>/a<_nouses>true</_nouses>" dev-tools/maven/pom.xml.t
%mvn_package ":{*}-aggregator" @1
%build
export MAVEN_OPTS="-Xmx3072M -XX:MaxPermSize=2048m"
pushd %{name}
find -maxdepth 2 -type d -exec mkdir -p '{}/lib' \;