maven provided dependencies
Hi,
I just installed the latest (90.94) EAP, and although i was thrilled to discover that the maven integration do not anymore re import projects while i'm in the middle of editing the pom (AND THIS IS HUGE ), I encounter an issue with web facets declaring some dependencies as provided.
For some reason, IDEA says the dependency is missing
Please sign in to leave a comment.
that dependency is specified directly by the pom with the provided scope, and by a dependency without the provided scope (which is a mistake, but the project pom should override it).
running mvn help:effective-pom shows that dependency has the provided scope for my project
I've got the same issue with a test dependency, inherited from the parent pom. For some reason, i've got a warning on the web artifact panel, saying that the "library ... required for module ... is missing from the artifact". `mvn help:effective-pom` lists the library in the test scope.
The root of this problem: http://youtrack.jetbrains.net/issue/IDEA-25140
Hi, Thibau,
Could you please send me a sample project?
Thanks,
Anton Makeev
I don't seem to this issue anymore using latest builds