[tycho] Remove usage of older maven for intermediary build.

Roland Grunberg rgrunber at fedoraproject.org
Fri Jan 25 15:25:33 UTC 2013


commit 874d2fdb05631818955f1fe200c3f031ffeade8c
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Fri Jan 25 10:23:11 2013 -0500

    Remove usage of older maven for intermediary build.

 tycho.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tycho.spec b/tycho.spec
index dc4a46b..42a353e 100644
--- a/tycho.spec
+++ b/tycho.spec
@@ -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


More information about the scm-commits mailing list