My Eclipse is Indigo Java classic.
I have a java project which has mockito-all as a dependency. pom.xml:
org.mo
I reproduced this problem
Resolution :-
As stated in error "The archive: /AutomationPrj/src/test/resources/resources which is referenced by the classpath, does not exist."
In my project /AutomationPrj/src/test/resources**/resources** indeed does not exists. I created resources folder [empty] at appropriate location and issues resolved.