Provide XSD schema for archetype-catalog.xml
--------------------------------------------
Key: ARCHETYPE-259
URL: http://jira.codehaus.org/browse/ARCHETYPE-259
Project: Maven Archetype
Issue Type: Improvement
Components: Plugin
Affects Versions: 2.0-alpha-4
Reporter: Marcello Teodori
Priority: Minor
Attachments: archetype-catalog-1.0.0.xsd
It would be nice to have all the XML formats used by Maven and plugins under a published XML
schema, for the archetype-catalog.xml the one attached could be published at http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd
The heading of the archetype-catalog.xml file should be:
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<archetype-catalog xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0
http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd">
...
</archetype-catalog>
{code}
--
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
|