I have mule configured as a maven project in eclipse and I reference some resources from the src/test/resources. However it seems like mule deletes these files when it is deployed onto mule server . How can I stop it from doing that?
EDIT:. Even if I were to persist it in src/main/resources.mule copies it to the root folder(classes) and doesnt actually create the src/main/resources folder . I have test cases that look against src/main(or test)/resources. How do I work around that?