Pass eclipse.javadoc as param to mvn call to fix javadoc generation.

This commit is contained in:
Alexander Kurtakov 2014-05-27 16:08:59 +03:00
parent 03f33d1f12
commit 01ca5c284a

View File

@ -41,7 +41,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: %{?scl_prefix}eclipse
Version: %{eclipse_version}
Release: 0.23.git201405252000%{?dist}
Release: 0.24.git201405252000%{?dist}
License: EPL
Group: Development/Tools
URL: http://www.eclipse.org/
@ -472,6 +472,7 @@ xmvn -o clean verify \
%if %{bootstrap}
-P !api-generation,!build-docs \
%endif
-Declipse.javadoc=/usr/bin/javadoc \
-Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} \
-Dtycho.local.keepTarget -DbuildId=`echo "%{release}" | tr -d "."` \
-Dtargets=install
@ -987,6 +988,9 @@ fi
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_*
%changelog
* Tue May 27 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.24.git201405252000
- Pass eclipse.javadoc as param to mvn call to fix javadoc generation.
* Tue May 27 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.23.git201405252000
- Update to latest I-build.