我正在使用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会指出错误,我该如何解决?
答案 0 :(得分:0)
你以某种方式篡改了评论。
删除以|
开头的三行。
错误是自描述性的:您不能在settings
XML元素中嵌套字符。