I installed searchable in my grails project. As I already had the java POJO classes I want to use compass for the mapping customisation. However, it seams that the Searchable.groovy looks for a file compass.cfg.xml at the root of my classpath. This folder is my PROJECT_HOME folder. I also tried to put him at /src/java or in grails-app folder but the the file is not found => compass cannot start!
Is there a way to customize the path of the compass.cfg.xml?
PS: I run my project with run-app!