I do not have any resources for my Maven project so I want to stop Maven expecting these directories and so remove these Java Build Path Problems in Eclipse,

Project 'XXX' is missing required source folder: 't-services/src/test/resources'
Project 'XXX' is missing required source folder: 'tlib/src/main/resources'

How do I configure pom.xml to achieve this?

link|improve this question

62% accept rate
I don't get this issues in Eclipse Indigo with m2e when importing a simple maven project without resources folders. Can you give more details about the environment (Eclipse version, etc) and how you have imported this project in Eclipse? – Raghuram Nov 29 '11 at 12:44
feedback

1 Answer

you have to simply remove those folders from your project after that there shouldn't be any problem...But the message gives me the impression that those folders have been configured wrong...

link|improve this answer
The folders do not exist which is correct. I want to configure the project to remove the warnings about the resource folders being missing because I want these folders to be missing. – Janek Bogucki Nov 29 '11 at 12:36
You didn't read the second part of my answer. The configuration of your project (pom) seemed to be wrong, but I can't say anything about that, cause i have no pom here.... – khmarbaise Nov 29 '11 at 12:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.