vaadin / flow

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

vaadin-maven-plugin migrate-to-p3 doesn't work for jar projects with styles in /src/main/resources/META-INF/resources/frontend/styles #6297

Open IEnoobong opened 5 years ago

IEnoobong commented 5 years ago

The vaadin-maven-plugin goal migrate-to-p3 as described in the migration guide https://vaadin.com/docs/v14/flow/v14-migration/migration-tool.html doesn't work for jar packaged projects with styles in /src/main/resources/META-INF/resources/frontend/styles

denis-anisimov commented 5 years ago

The migration tool has parameters:

By default the first one is configured for WAR projects and its value is${project.basedir}/src/main/webapp and the second one's value is ${project.basedir}/frontend. Both works for WAR project and doesn't work for JAR project. If you configure those two parameter values for your JAR project properly then it should work.