POM http://maven.apache.org/xsd/maven-4.0.0.xsd schema fails validation
(malformed XML)
---------------------------------------------------------------------------------------
Key: MNG-4152
URL: http://jira.codehaus.org/browse/MNG-4152
Project: Maven 2
Issue Type: Bug
Reporter: V.Z. Bunich
The POM.xml , XML Schema located at
http://maven.apache.org/xsd/maven-4.0.0.xsd is corrupt ,
The defunition of BuildBase is malformed
<xs:complexType name="BuildBase">
<xs:annotation>
n>
The "n>" at line 991 shouldn't be there , and at line 990 before
<xs:annotation> there should be
<xs:all>
<xs:element ..
At line 1859 another misplaced content : </xs:schema>:annotation>
--
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira