Usually when creating new demo/sample Vaadin project, you want to use just core Vaadin components.
As well as newcomers came testing Vaadin, want to start with development and testing immediately without need of running complicated and longlasting maven tasks to compile widgetset.
Originally by zigac
Change value of @Widgetset in MyUI.java:
and add dependency to pom.xml:
Usually when creating new demo/sample Vaadin project, you want to use just core Vaadin components.
As well as newcomers came testing Vaadin, want to start with development and testing immediately without need of running complicated and longlasting maven tasks to compile widgetset.
Imported from https://dev.vaadin.com/ issue #19399