Search code examples
mavenvaadinmaven-archetype

Maven archetype for creating Vaadin widget


I'm geting starting with vaadin. I want to create a widget using the source code of a addon, just now I develop with maven, so I need to know how use vaadin-archetype-widget, please I need some documentation about that. Thanks, sorry for my english


Solution

  • By using the "vaadin-archetype-widget" you can create and package widgets for use in other projects.

    You can use the maven goal "package" which produces a JAR that you can add as a dependency to another Vaadin Maven project.

    Here you can read up how to create your own custom widget.