I would like to build a single jar using Maven which contains all the precompiled Vaadin widgets + some add-ons so I can use this jar as a dependency to build components and applications without having to re-declare dependencies.
All the pom.xml files I've seen are either for Vaadin 6 or assume that the widgetset is being built together with the application (war).
Does anyone have an example of pom.xml for Vaadin 7 which simply generates a jar with widgetsets?