Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-rc1
-
Fix Version/s: 1.0.1
-
Component/s: documentation
-
Labels:None
-
Environment:N/A
Description
The description for the "description" element in reference/project-descriptor.xml states that the content model for the element is CDATA so as to be able to include HTML tags. This is false according to the XML Schema xsd/maven-project.xsd which specifies the "description" element as being of type xs:string which prohibits children elements.
Either the description or maven-project.xsd should be fixed. Personally, I would rather be able to include HTML in the project description in project.xml...
Estimate is for fixing the documentation. Changing the schema might be trickier depending on the existence of side-effects.
I'd much rather the schema change