Re: IllegalArgumentException: /usr/local/maven doesn't have a 'lib' subdirectory

2012-05-10 Thread Anubhaw Shrivastav
Thanks for the response Jan. However, our problem seems a little different. After further investigation I found that 'maven' was a sym-link and not a directory at '/usr/local'. I'm trying to delete the sym-link and instead put a properly accessible 'maven' directory at that location. I'll update

Re: IllegalArgumentException: /usr/local/maven doesn't have a 'lib' subdirectory

2012-05-10 Thread Jan Seidel
The question here is: does the Jenkins job also access that folder in root context? I doubt it, that would be a security issue. You should figure out which user context is in use by Jenkins and then either add that service user to the root group or amend the folder permission to meet the service

IllegalArgumentException: /usr/local/maven doesn't have a 'lib' subdirectory

2012-05-09 Thread Anubhaw Shrivastav
Hi, I'm getting IllegalArgumentException stating that 'lib' directory is inaccessible: "java.lang.IllegalArgumentException: /usr/local/maven doesn't have a 'lib' subdirectory - thus cannot be a valid maven installation!" However, maven is present at that location and has proper access rights set