vaadin / maven-plugin

Vaadin Maven Plug-in
4 stars 18 forks source link

Compile theme located src/main/resources with vaadin-maven-plugin for spring boot application #66

Open vaadin-bot opened 8 years ago

vaadin-bot commented 8 years ago

Originally by devnewton


vaadin-maven-plugin expects themes to be located in src/main/webapp.

This is incompatible with spring boot jar packaged applications for which the src/main/webapp is ignored (cf http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-developing-web-applications.html).

Tricky maven manipulation could be possible (maybe https://vaadin.com/forum#!/thread/9721905 but not working for me with the 7.6.8 version), but they should at least be documented.


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