i tried to use ClientBundle and @source Annotation but without changing eclipse-project-settings, Eclipse can't find any resources because of exlude-filter set for "src/main/resources". The gwt-issue describes the problem in detail and lists some (bad) workarounds.
Is there any way to configure resources folder/filtering in pom (probably in gwt-maven-plugin part) to get this configuration item out of .project-file?
Or is there a "real" solution for this issue?