It seem's that the only thing this flag is doing is to disable the html
report exporting.  All the other step for the report are done (Javadoc is
still trying to instrument generated java code (which I don't really want!)

Thanks for the hint, but the flag is not doing what it is call for in the
documentation.  Elsewhere, I would be glad to disable all reporting for this
module.  

Thanks for your time.

Marc


Tim Kettler wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Removing-a-report-in-a-child-project-tf4474762s177.html#a12760251
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to