When I create a new project using the wizard, specify maven option and click Finish.
There is a new project created as expected but there is a file in "src/main/resources"
called "logback-test.xml"
This file has a problem in problem view saying:
> Resource "logback-test.xml" is not local.
Same error shows up if you try to rename that file.
Could someone clarify why is this file here? I think that it has test appendix and is in src/MAIN/resources is invalid.