How do you configure Grape to look for a custom configuration file at a location other than the default of ~/.groovy/grapeConfig.xml
? Unfortunately the official documentation at http://groovy.codehaus.org/Grape appears to be incomplete and doesn't cover this particular case.
For example, I'd like to specify a path such as $PROJECT_DIR/src/main/resources/groovyConfig.xml
so that other members in my team don't have to create and maintain their own groovyConfig.xml
files in their user/home directories.