Widgetset compiler question

I noticed that the compiler lists all the widgets it finds on the classpath.
If that is the case, do we really need to also list those same widgetsets as ‘inherits’ in our app.gwt.xml file, or can that be skipped?

Thanks

Yes, but in normal maven project setup running vaadin:update-widgetset target should update the app.gwt.xml for you (i.e. add the widgets needed there).