Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Inheritance and Interpolation
-
Labels:None
-
Environment:FC4, JDK 1.5.0_06, Maven 2.0.2
-
Complexity:Intermediate
-
Number of attachments :
Description
I have a parent project and some subprojects. The parent project's pom has:
<reporting>
<excludeDefaults>true</excludeDefaults>
</reporting>
However, it does not get inherited to subprojects and so all default reports are generated for all subprojects.
I'm not sure if this is a bug or a lack of feature but I would be good to have it.
FYI, I'm speaking about here:
http://svn.apache.org/viewcvs.cgi/directory/trunks/apacheds/
Issue Links
| This issue relates to: | ||||
| MNG-3271 | <excludeDefaults> does not seem to work |
|
|
|
| MNG-3898 | can't generate Maven site: modello fails at xsd generation step due to a Boolean field in model |
|
|
|
| This issue depends upon: | ||||
| MODELLO-121 | Add xsd support for Boolean attributes |
|
|
|
fixed on trunk