I have a problem that maven is looking for resources inside the Eclipse installation folder.
They say:
This file was not found: file:/C:/eclipse/eclipse/src/main/resources/config/spring/applicationContext.xml
While my workspace is c:/Work/Core/inside and out src/main/resources.
Is there any configuration for pom.xml so that it looks relative from its position?
EDIT # 1:
I am running Maven from Eclipse. From the command line, it compiles without problems.
I am trying to run Junit tests.
EDIT # 2:
All the dependencies, web.xml, ... are fine - I know this because the same files as other developers use on Linux with the idea, and there the project works without problems. When configuring the junit project parameters, the tests do not work, the compilation of the wsdl files does not work - and because it cannot find the resources.
EDIT No. 3:
Found the answer - it is published here.