vaadin / flow

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
Apache License 2.0
590 stars 163 forks source link

Frontend files are not migrated with `vaadin:migrate-to-p3` if in subdirectories #8333

Open vaadin-miki opened 4 years ago

vaadin-miki commented 4 years ago

Using maven goal to migrate beverage-buddy from v10 to v14 in Windows does not produce valid .js files for frontend.

Steps to reproduce:

Result:

Expected:

obraz

Used:

Observation: When html files are moved from their subdirectories directly into src/webapp/frontend, they are properly transformed into .js files, although the annotations on Java files are not updated.

vaadin-miki commented 4 years ago

This issue has also been raised quite some time ago on the forum: https://vaadin.com/forum/thread/17797778/13-to-14-migration