But I am getting the following error and dont get any result from findbugs. The other plugins are working properly.
[INFO] Fork Value is true
[java] The following classes needed for analysis were missing:
[java] com.google.gwt.core.client.GWTBridge
[java] Missing classes: 2
[INFO] xmlOutput is false
What is the difference of findbugs?? What do you recommend?
GWTBridge is in gwt-dev. Did you add that as a dependency? Mind you, I
don't know why FindBugs would need it given your <onlyAnalyze>...