I get hundreds of message like the following (for different classes and jars each time) when I run gauge (via gauge-maven-plugin), and it takes almost a minute before the specs begin to run...
2016-01-11 12:42:48,430 D [main] org.reflections.Reflections could not scan file com/google/common/collect/super/com/google/common/collect/EnumHashBiMap.java in url file:/c:/tools/maven/repository/com/google/guava/guava-gwt/18.0/guava-gwt-18.0.jar with scanner SubTypesScanner
The scanner is sometimes MethodAnnotationsScanner as well.
What am I doing wrong? Is there a way to limit what gauge will scan to just the local artifacts/sources?