Github user robertamarton commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/134#discussion_r42432212
  
    --- Diff: install/traf_tools_setup.sh ---
    @@ -260,3 +260,14 @@ make install
     if [ $VERBOSE -eq 1 ]; then
       echo "STEP completed:  installation of THRIFT"
     fi
    +
    +# install maven, if not available already
    +MAVEN_VERSION=`mvn --version 2>/dev/null | grep 'Apache Maven' | cut -f 3 
-d ' '`
    +if [[ "$MAVEN_VERSION" != "3.0.5" ]]; then
    --- End diff --
    
    The current default is maven 3.3.3.  I have been using this version without 
issue.  Do we really need to check for an older version?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to