Ivy.xsd does not recognize the classifier attribute for publications
--------------------------------------------------------------------
Key: IVY-1290
URL: https://issues.apache.org/jira/browse/IVY-1290
Project: Ivy
Issue Type: Bug
Components: Core
Affects Versions: 2.2.0
Reporter: Michael Rumpf
The classifier attribute leads to a parser validation exception:
<publications>
<artifact name="xyz" ext="zip" classifier="source"/>
<artifact name="xyz" ext="zip" classifier="doc"/>
<artifact name="xyz" ext="zip"/>
</publications>
This can easily be fixed by adding the following line to ivy.xsd (line 139):
<xs:attribute name="classifier" type="xs:string"/>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira