problem: integrate widget

Hi,
how to integrate a widget with Vaadin in a maven project ?
Thank you in advance

If you are making your own widgets, you can use the vaadin-archetype-widget archetype to create the project.

If using widgets from add-ons, you need to add the dependency as described
here
.

See the article also for other basic instruction.