What does the "Include dependencies with "Provided" scope" flag in the "Run/Debug Configurations" window give?
已回答
I don’t understand what the inclusion of the flag “Include dependencies with "Provided" scope” in the window “Run/Debug Configurations” gives. Or rather, I don’t understand what the “Provided” scope is.
Please explain to me those who understand.
请先登录再写评论。
See the description of scope "provided" in Maven documentation:
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope
Also, you may find useful the discussion here:
https://youtrack.jetbrains.com/issue/IDEA-107048
Konstantin Annikov, many thanks!