RE: Jenkins Maven build not seeing my .mvn folder?

2017-06-07 Thread Robert Patrick
lives or run it from somewhere else using -f to point to the POM. -Original Message- From: Eric B [mailto:ebenza...@gmail.com] Sent: Wednesday, June 07, 2017 9:56 AM To: Maven Users List Subject: Re: Jenkins Maven build not seeing my .mvn folder? Thanks for the links and the info

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-07 Thread Eric Benzacar
Thanks for the links and the info, but after reading MNG-5889, I'm even more confused. Am I to understand that MNG-5889 is specifically regarding Maven to look for the .mvn folder in the directory of the invoked pom file rather than in the current working directory? Will this break my current

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-07 Thread Eric B
Thanks for the links and the info, but after reading MNG-5889, I'm even more confused. Am I to understand that MNG-5889 is specifically regarding Maven to look for the .mvn folder in the directory of the invoked pom file rather than in the current working directory? Will this break my current

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Arnaud Héritier
It is https://issues.apache.org/jira/plugins/servlet/mobile#issue/MNG-5889 Le mar. 6 juin 2017 à 20:27, Arnaud Héritier a écrit : > The problem with extensions is different. And I don't think we'll fix it. > The problem .mvn and usage of -f is a maven bug fixed in 3.5.0 or

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Arnaud Héritier
The problem with extensions is different. And I don't think we'll fix it. The problem .mvn and usage of -f is a maven bug fixed in 3.5.0 or 3.5.1 Le mar. 6 juin 2017 à 19:36, Pascal a écrit : > The existing bug to support core extensions: >

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Pascal
The existing bug to support core extensions: https://issues.jenkins-ci.org/browse/JENKINS-30058 As I said, the only solution so far is to use a Freestyle project. You can find more details in the bug comments. Pascal 2017-06-06 19:27 GMT+02:00 Pascal : > Hello, > > I

Re: Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Pascal
Hello, I fear you have done everything correctly and the issue is with the Jenkins Maven plugin. There is already a bug report in the Jenkins Maven Plugin, but it's hard to find. If I recall how to find it, I will post it here. Unfortunately, it does not look like an easy bug, so you cannot use

Jenkins Maven build not seeing my .mvn folder?

2017-06-06 Thread Eric B
Hi, I'm cross posting this to StackOverflow ( https://stackoverflow.com/q/44394234/827480) b/c I'm not truly convinced this is a maven question per say. Rather I think it is more something due to my Jenkins job config that is causing some issues, but I am hoping that maven users here may have