Remove usage of older maven for intermediary build.

This commit is contained in:
Roland Grunberg 2013-01-25 10:23:11 -05:00
parent 94c249b7f4
commit 874d2fdb05
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ if [ "${sysVer}" == "${buildVer}" ]; then
echo "Performing intermediary build"
%patch4 -p1
/usr/share/maven/bin/mvn-rpmbuild -Dmaven.local.depmap.file=%{SOURCE2} -DskipTychoVersionCheck -Dmaven.test.skip=true install javadoc:aggregate
mvn-rpmbuild -Dmaven.local.depmap.file=%{SOURCE2} -DskipTychoVersionCheck -Dmaven.test.skip=true install javadoc:aggregate
%patch4 -p1 -R
%patch5 -p1