Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-880 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-880 Summary: Incorrect description of "description" element in reference/project-descriptor.xml Type: Bug Status: Unassigned Priority: Minor Time Spent: Unknown Remaining: 30 minutes Project: maven Components: documentation Versions: 1.0-rc1 Assignee: Reporter: Chris Laprun Created: Thu, 2 Oct 2003 3:44 PM Updated: Thu, 2 Oct 2003 3:44 PM 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. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
