Hi all, I am fairly new user to Jenkins… As I wanted to hookup Jacoco discovered that it is not show up in a Maven 2/3 project (that’s another story) so moved
towards setting up Freestyle Project with a build step to Invoke Maven 3. – with that I am getting the following error:
"Maven 'maven' doesn't have its home set..."
In the system configurations I have setup maven to install from Apache.
It works fine when it is setup as a maven 2/3 project so I am not sure what I am missing.
Currently on Jenkins 1.486
Thank you for yoru assistance!