"http://maven.apache.org/POM/4.0.0" - external resource ?
Hi,
Every time I reinstall a new IDEA build and clear up an ".IntelliJIdea70/system" folder -
]]> in pom.xml is colored in red (URI is not registered) and after Alt+Enter "Fetch External resources" downloads the "http://maven.apache.org/maven-v4_0_0.xsd" files and stores it in ".IntelliJIdea70/system/extResources".
My question is why this file isn't bundled with IDEA by default ?!
请先登录再写评论。
Forgot to attach the image ..
Attachment(s):
1.png
Anybody ?
JIRA ticket is a good idea :)
Sure, no problem, I just prefer to hear from JetBrain-ers first ..
Ok. here it goes - http://www.jetbrains.net/jira/browse/IDEA-14593
So, this one (taken from http://maven.apache.org/guides/getting-started/index.html) works without IDEA complaining on something:
But this one does not:
It appears there are two identical schema files available at:
http://maven.apache.org/maven-v4_0_0.xsd
http://maven.apache.org/xsd/maven-4.0.0.xsd
and IDEA (build 7269) only supports the second one
So, this one (taken from http://maven.apache.org/guides/getting-started/index.html) works without IDEA complaining on something:
]]>
But this one does not:
]]>
It appears there are two identical schema files available at:
http://maven.apache.org/maven-v4_0_0.xsd
http://maven.apache.org/xsd/maven-4.0.0.xsd
and IDEA (build 7269) only supports the second one
Oh, no, I was wrong - IDEA complains on both versions, I just had the schema file downloaded already and sitting in ".IntelliJIdea70\system\extResources"
Please, file JIRA request and we will bundle needed schema in maven plugin
Evgeny Goldin wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
http://www.jetbrains.net/jira/browse/IDEA-14838