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

2016-07-13 Thread Hohl, Gerrit
it -Ursprüngliche Nachricht- Von: Olivier Lamy [mailto:ol...@apache.org] Gesendet: Mittwoch, 13. Juli 2016 01:53 An: Maven Users List Betreff: Re: Cobertura Maven Plugin works locally, but not in Jenkins Hi Do you have a sample project to reproduce the issue? On Wednesday, 13 July 2016, Hoh

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

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