I'm creating a maven job and for some reason an entry in MAVEN_OPTS gets automatically added...
-Dm3plugin.lib=/home/jenkins/workspace/Util-Java/2.0.2 appears in my MAVEN_OPTS entry. (Util-Java is the name of the job). This directory does not exist and the build thus fails. I'm trying to use maven3 and am on jenkins version 1.451 Thanks
