Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production build fails with compatibility client #102

Open
AndrasJanurik opened this issue May 29, 2017 · 0 comments
Open

Production build fails with compatibility client #102

AndrasJanurik opened this issue May 29, 2017 · 0 comments

Comments

@AndrasJanurik
Copy link

Steps to reproduce:

  • eclipse / new Vaadin 8 project / CRUD example
  • mvn clean package -> success
  • mvn clean package -Pproduction -> success
  • modify myapplication-widgetset/pom.xml, replace vaadin-client dependency with vaadin-compatibility-client (like it was needed because of a Vaadin 7 component)
  • mvn clean package -> success
  • mvn clean package -Pproduction -> failure:
    [ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:8.0.6:compile (default) on project myapplication-production: GWT Module com.vaadin.v7.Vaadin7WidgetSet not found in project sources or resources.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant