Re: Cobertura Maven Plugin works locally, but not in Jenkins

2016-07-12 Thread Olivier Lamy
Hi Do you have a sample project to reproduce the issue? On Wednesday, 13 July 2016, Hohl, Gerrit wrote: > Hello everyone, > > > > I faced an odd problem today: > > We have a Maven Build which also includes the creation of a > documentation. > > One of the plugins creating the reports is the Cobe

Re: Cobertura Maven Plugin works locally, but not in Jenkins

2016-07-12 Thread Stephen Connolly
Welcome to the evil one. I have a blog post entitled "Maven job type considered evil" Basically the issue is that Jenkins (via the evil one) is injecting a remoting channel into your maven execution nd using that channel to both modify and monitor the build. One of the plugins that does this is

ApacheCon Europe call for papers open

2016-07-12 Thread Rich Bowen
As you are no doubt already aware, we will be holding ApacheCon in Seville, Spain, the week of November 14th, 2016. The call for papers (CFP) for this event is now open, and will remain open until September 9th. The event is divided into two parts, each with its own CFP. The first part of the eve

Re: Cobertura Maven Plugin works locally, but not in Jenkins

2016-07-12 Thread John Patrick
I've had similar, where versions between locally and jenkins where different. Question to ask yourself to see if you have checked; ) maven version used locally vs jenkins ) java version used locally vs jenkins ) operating system? same? both 32bit or 64bit? ) does your jenkins project have a private

Cobertura Maven Plugin works locally, but not in Jenkins

2016-07-12 Thread Hohl, Gerrit
Hello everyone, I faced an odd problem today: We have a Maven Build which also includes the creation of a documentation. One of the plugins creating the reports is the Cobertura Maven Plugin. If I execute it on my local machine it works perfectly. Also the project has no code at all (it's m