Hi,
you can use <generateReports>false</generateReports> in the
configuration of the site-plugin. But that will disable the generation
all reports. Don't know if that really is what you want.
-Tim
Marc-Andre Houle schrieb:
Hello list,
I got an issue with our current maven project. This is something I think is
not regular to do so it is probably why I haven't found anything interesting
in documentation.
I got a parent pom with many module associated to it. Most of them are code
centric and most produce report on the code (cobertura, pmd, etc). One of
the module is a simple one that have the only task to grab everything that
is around him a build a specific war out of it. (no source code in here,
just assembling)
Now, what I want to do is not running all the report in this specific
project. It does not make sense to remove all the report from the parent
and add it to all the children. for my understanding, it would be more
interesting to only disable report that you don't want in an inherited
project.
What I have tried :
-reconfiguring the <reporting> section.
-use the <excludeDefaults>true</excludeDefaults> flag in reporting.
None of them have work for now. so I don't really know what to do about it.
Is it possible?
Thanks in advance.
Marc
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]