-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-5
-
Fix Version/s: 2.0-beta-6
-
Component/s: inheritance
-
Labels:None
-
Environment:WinXP-SP2, JDK 1.5.0_12, Maven 2.0.7
I have a parent project of a multi-module project whose site.xml contains
<publishDate position="left" format="yyyy-MM-dd"/>
<version position="left"/>
The <publishDate> element is properly inherited by the site descriptors of the module POMs, but the <version> element gets dropped so that one needs to manually add it to each site.xml for the modules.