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
-- 
View this message in context: 
http://www.nabble.com/Removing-a-report-in-a-child-project-tf4474762s177.html#a12758393
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