Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 9ce3c07e3 -> 250ee055b


Fix for TRAFODION-1623


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/851f2a5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/851f2a5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/851f2a5d

Branch: refs/heads/master
Commit: 851f2a5d8aa72114be94727d19e6021af0609b02
Parents: 1c45717
Author: Roberta Marton <[email protected]>
Authored: Fri Nov 13 00:16:46 2015 +0000
Committer: Roberta Marton <[email protected]>
Committed: Fri Nov 13 00:16:46 2015 +0000

----------------------------------------------------------------------
 core/sqf/sqenvcom.sh | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/851f2a5d/core/sqf/sqenvcom.sh
----------------------------------------------------------------------
diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh
index 7da22f6..e367326 100644
--- a/core/sqf/sqenvcom.sh
+++ b/core/sqf/sqenvcom.sh
@@ -774,13 +774,7 @@ export ANT=ant
 export AR=ar
 export FLEX=flex
 export CXX=g++
-
-# Maven may not yet be in the path. Check and report an error
 export MAVEN=mvn
-if [[ -z "$(which $MAVEN 2> /dev/null)" ]]; then
-  echo " *** ERROR unable to find mvn (MAVEN) in path"
-  echo " *** please include it in your path before attempting your build"
-fi
 
 # Non-standard or newer version tools
 if [ -z $BISON ]; then

Reply via email to