vaadin / maven-plugin

Vaadin Maven Plug-in
4 stars 18 forks source link

Add lifecycle info to vaadin-maven plugin #60

Closed vaadin-bot closed 8 years ago

vaadin-bot commented 8 years ago

Originally by @manolo


Right now in order to avoid eclipse complaining when importing a vaadin project, it's necessary to include a section to configure m2e, which is not optimal.

The plugin itself should have the appropriate configuration via the m2e/lifecycle-mapping-metadata.xml

Related with #8899


Imported from https://dev.vaadin.com/ issue #19538

vaadin-bot commented 8 years ago

Originally by @hesara


In review at https://dev.vaadin.com/review/#/c/12984 .

This is a simpler alternative for #14924, which can be closed if this change is merged. A separate ticket should be created for cleaning up the archetypes in that case.