Closed GoogleCodeExporter closed 9 years ago
the reason is that scanners defaults to TypeAnnotationsScanner and
SubTypesScanner, otherwise specify in the configuration:
<execution>
...
<configuration>
<scanners>TypeAnnotationsScanner, SubTypesScanner, FieldAnnotationsScanner, MethodAnnotationsScanner</scanners>
</configuration>
</execution>
see
http://reflections.googlecode.com/svn/trunk/reflections-maven/javadoc/apidocs/or
g/reflections/maven/plugin/ReflectionsMojo.html#scanners
Original comment by ronm...@gmail.com
on 22 Aug 2012 at 5:52
Thanks very much!
Original comment by nmerritt...@gmail.com
on 22 Aug 2012 at 4:38
Original comment by ronm...@gmail.com
on 20 Feb 2013 at 9:08
Original issue reported on code.google.com by
nmerritt...@gmail.com
on 22 Aug 2012 at 12:40