Parent Maven pom for Vaadin addons

I’ve made a maven parent pom snapshot project for developing vaadin addons with maven builder or for integrate them into a maven jar or war project.

You can download the project pom from this thread.

To use it install it to maven:

Copy the pom.xml to a folder, navigate with a console window to this folder and run:

mvn install

For the child projects you must set the parent to this project. If you want to compile the widgetset in the child package, run on child project:

mvn install -P compile-widgetset

Please let me know if it works as you expected :slight_smile:
11248.xml (5.45 KB)