元素'settings'不能包含字符[children],因为类型的内容content-type仅为元素

时间:2015-08-23 15:55:12

标签: xml maven intellij-idea

我正在使用IntelliJIDEA 14.1.14并使用maven-archetype-quickstart创建了一个Maven项目。

用户设置文件:

<?xml version="1.0" encoding="UTF-8"?>
<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">
    <!-- localRepository-->
    | The path to the local repository maven will use to store artifacts.
    |
    | Default: ~/.m2/repository
    <localRepository>/home/sandeep/Desktop/MyDocs/repos/maven-repos</localRepository>
    <pluginGroups>
    </pluginGroups>
</settings>

现在,为什么IntelliJIDEA会指出错误,我该如何解决?

enter image description here

1 个答案:

答案 0 :(得分:0)

你以某种方式篡改了评论。

删除以|开头的三行。

错误是自描述性的:您不能在settings XML元素中嵌套字符。