Open IEnoobong opened 5 years ago
The migration tool has parameters:
resources
frontendDirectory
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.
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