You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vincent Siveton <vs...@apache.org> on 2008/12/14 23:37:51 UTC

New namespaces for Maven Settings and Profiles XSD

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org