I have a small nanoPC with Ubuntu 14.04 LTS installed and Jenkins, but I've found myself needing to install Maven to use with Jenkins. I have installed Maven, but when I try to check the version using mvn --version
, I get the following:
I have:
java -version
. ls
, getting the files list wich includes java.What am I missing here?