Re: AW: [mojo-user] Problems with exclusions in cobertura-maven-plugin

2009-06-02 Thread Grzegorz Slowikowski
l looking for a solution, but haven't found one yet. > > Uli > > -Ursprüngliche Nachricht- > Von: Martin777 [mailto:martin.va...@ami.cz] > Gesendet: Dienstag, 2. Juni 2009 14:06 > An: user@mojo.codehaus.org > Betreff: Re: AW: [mojo-user] Problems with exclusions

Re: AW: [mojo-user] Problems with exclusions in cobertura-maven-plugin

2009-06-02 Thread Martin777
Sorry, I was wrong, the configuration is loaded correctly, I see the includes, ignores and excludes, but it seems like the ignores have no effect. Now I am confused. Martin777 wrote: > > I've checked the plugin sources available online and it looks to me, that > it never uses the ignores or ex

Re: AW: [mojo-user] Problems with exclusions in cobertura-maven-plugin

2009-06-02 Thread Martin777
I've checked the plugin sources available online and it looks to me, that it never uses the ignores or exludes, just includes everything... Could I be right? :) Martin777 wrote: > > Have you solved the problem? I have the same issue with Cobertura, I want > to ignore my data classes package. I'

Re: AW: [mojo-user] Problems with exclusions in cobertura-maven-plugin

2009-06-02 Thread Martin777
Have you solved the problem? I have the same issue with Cobertura, I want to ignore my data classes package. I've tried many combinations of ignore/exclude, but no luck :) Ulrich Wolf-2 wrote: > > Benjamin Bentmann wrote: >> >> Try moving the from the section to the >> section. As mentioned