Details
Description
The conf/settings.xml file delivered in apache-maven-2.1.0-m1 contains a misspelling:
<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/setrings/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
The namespace in xsi:schemaLocation contains the misspelled word "setrings" instead of the proper "settings".
Issue Links
| This issue relates to: | ||||
| MNG-4867 | incorrect namespace in settings.xml |
|
|
|
Fixed in r726434