Issue running command mvn

Hey,

I can confirm mvn installed on the machine.
8:42:16:~$ mvn -v
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /Users/myname/apache-maven-3.8.6
Java version: 1.8.0_111, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: “mac os x”, version: “10.15.7”, arch: “x86_64”, family: “mac”

when running the build we can see this error:

/bin/bash: mvn: command not found

:rotating_light: Error: The command exited with status 127

user command error: exit status 127

Issue was resolved :slightly_smiling_face:
I was missing the mvn in my env
The solution a sumblic link
ln -s /opt/apache-maven-3.8.6/bin/mvn /usr/local/bin/mvn