vaadin / full-stack-starter

Public repository for Full Stack Starter issues
https://vaadin.com/start
1 stars 0 forks source link

Failed to execute goal "package-for-production" after updating platform version #21

Closed alvarezguille closed 5 years ago

alvarezguille commented 5 years ago
[ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:11.0.2:package-for-production (default) on project bakery-app-starter-flow-spring: Execution default of goal com.vaadin:vaadin-maven-plugin:11.0.2:package-for-production failed: An import that ends with 'textConnector.js' cannot be resolved: the corresponding file '/home/travis/build/vaadin/bakery-app-starter-flow-spring/target/frontend/textConnector.js' was not found.
alexberazouski commented 5 years ago

Try to remove the entry <file>textConnector.js</file> from the main fragment in pom.xml, it was added as a workaround for vaadin/vaadin-text-field-flow#103 and now is fixed and released