Hi Marco,

The reason I am asking is so that my xml editor can operate
code-completion and run validation when I edit. It helps catch errors a
step earlier and at the moment I am building up a settings.xml quite
extensively so that I can take much of the common configuration out of
all the pom.xml files.  


Rgds
Adam

-----Original Message-----
From: Marco Mistroni [mailto:[EMAIL PROTECTED] 
Sent: 06 June 2006 14:57
To: Maven Users List
Subject: Re: [mvn2.0.4] - settings.xml schema

hello adam,
 any particular reson of why you need to specify xmlns?
in all samples i have seen (event he one included in <MAVEN_HOME>\conf
no
namespace is listed...


rgds
 marco

On 6/6/06, Adam Hardy <[EMAIL PROTECTED]> wrote:
>
> I saw from this thread that there's a settings.xml schema
>
>
http://marc.theaimsgroup.com/?l=turbine-maven-user&m=114692981315244&w=2
>
> but I'd appreciate it if someone could give me the correct xml format
> for the first line. I currently have this below and my xml editor at
> least isn't handling the file correctly.
>
> <settings xmlns="http://maven.apache.org/POM/4.0.0";
>
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/xsd/settings-1.0.0.xsd";>
>
> Thanks
>
> Adam
>
>
>


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

Reply via email to