FYI, the Maven team fixed the namespaces for settings and profiles XSD
(due to MNG-2636 and MNG-3907).
So, for instance, you need to use the following:
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd";>
  ...
</settings>

Have a glance to this url for other xsd:
http://maven.apache.org/xsd

Thanks,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to