What does the "Include dependencies with "Provided" scope" flag in the "Run/Debug Configurations" window give?
Answered
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.
Please sign in to leave a comment.
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!