RE: skip cobertura for a module

2011-12-13 Thread Jim McCaskey
...@hotmail.com [mailto:rfscho...@hotmail.com] On Behalf Of Robert Scholte Sent: Monday, December 12, 2011 4:20 PM To: users@maven.apache.org Subject: RE: skip cobertura for a module Exactly my conclusion -Robert Date: Mon, 12 Dec 2011 22:09:53 + Subject: Re: skip cobertura for a module From

skip cobertura for a module

2011-12-12 Thread Jim McCaskey
Hello all, I tried posting this on the codehaus user list but it won't accept my e-mails. So let's try here: I'm having an issue with the cobertura plugin. I have a muti-module build that I invoke like this on a nightly basis: mvn install site:site findbugs:findbugs cobertura:cobertura Now

RE: skip cobertura for a module

2011-12-12 Thread Robert Scholte
if you have defined them in the reporting-section. From: jim.mccas...@pervasive.com To: users@maven.apache.org Subject: skip cobertura for a module Date: Mon, 12 Dec 2011 19:19:40 + Hello all, I tried posting this on the codehaus user list but it won't accept my e-mails. So let's try

RE: skip cobertura for a module

2011-12-12 Thread Jim McCaskey
12, 2011 1:33 PM To: users@maven.apache.org Subject: RE: skip cobertura for a module Try to set the version of the plugin to 2.5.1 It is a good practice to always set the version for every plugin. Maven-3.0.x already warns you about it and it will probably be required one day. -Robert ps

RE: skip cobertura for a module

2011-12-12 Thread Drury, Tim
is definitely running on this module. -tim -Original Message- From: Jim McCaskey [mailto:jim.mccas...@pervasive.com] Sent: Monday, December 12, 2011 2:20 PM To: 'users@maven.apache.org' Subject: skip cobertura for a module Hello all, I tried posting this on the codehaus user list

RE: skip cobertura for a module

2011-12-12 Thread Robert Scholte
to specify the version. -Robert From: jim.mccas...@pervasive.com To: users@maven.apache.org Subject: RE: skip cobertura for a module Date: Mon, 12 Dec 2011 19:41:04 + Robert, Thanks much for the response. I have a parent pom that does just that in its pluginManagement section. Under

RE: skip cobertura for a module

2011-12-12 Thread Jim McCaskey
[mailto:rfscho...@hotmail.com] On Behalf Of Robert Scholte Sent: Monday, December 12, 2011 1:57 PM To: users@maven.apache.org Subject: RE: skip cobertura for a module If you run 'mvn cobertura:cobertura -X' (-X means debug-level logging) you should see the used configuration. Can you confirm

Re: skip cobertura for a module

2011-12-12 Thread Stephen Connolly
@maven.apache.org Subject: RE: skip cobertura for a module If you run 'mvn cobertura:cobertura -X' (-X means debug-level logging) you should see the used configuration. Can you confirm there's a skip-parameter and that its value is true? The pluginManagement doesn't work for reporting-plugins, so within

RE: skip cobertura for a module

2011-12-12 Thread Robert Scholte
Exactly my conclusion -Robert Date: Mon, 12 Dec 2011 22:09:53 + Subject: Re: skip cobertura for a module From: stephen.alan.conno...@gmail.com To: users@maven.apache.org Is it that the skip mojo is skipping the report but not the forked execution? On 12 December 2011 21:58, Jim