This is what I\'m seeing:
mvn bash: /usr/local/apache-maven/apache-maven-3.1.1/bin/mvn: Permission denied
my bash file:
if
/usr/local/apache-maven/apache-maven-3.1.1/bin/mvn does not have the execute permission. This should be able to fix it:
/usr/local/apache-maven/apache-maven-3.1.1/bin/mvn
chmod a+x /usr/local/apache-maven/apache-maven-3.1.1/bin/mvn