Max, that works - I'm happily using syntax completion in my pom's etc now.

Thank you for the example!

> Max Bowsher wrote:
> Sent: Thu 5/17/2007 7:34 PM
> To: Maven Developers List
> Subject: Re: Cataloging the maven xsds

> I took a guess, and created a "central.xml" file, and pointed Eclipse at
> that (using Namespace as the key):
> 
>  <?xml version="1.0"?>
>  <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
>   elementFormDefault="qualified"
>   targetNamespace="http://maven.apache.org/POM/4.0.0";
>    xmlns="http://maven.apache.org/POM/4.0.0";>
>  <xs:include schemaLocation="assembly-1.1.0.xsd"/>
>  <xs:include schemaLocation="component-1.1.0.xsd"/>
>  <xs:include schemaLocation="lifecycle-mappings-1.0.0.xsd"/>
>  <xs:include schemaLocation="maven-4.0.0.xsd"/>
>  <xs:include schemaLocation="paramdoc-1.0.0.xsd"/>
>  <xs:include schemaLocation="plugin-metadata-1.0.0.xsd"/>
>  <xs:include schemaLocation="plugin-registry-1.0.0.xsd"/>
>  <xs:include schemaLocation="profiles-1.0.0.xsd"/>
>  <xs:include schemaLocation="repository-metadata-1.0.0.xsd"/>
>  <xs:include schemaLocation="settings-1.0.0.xsd"/>
> </xs:schema>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to