vaadin / archetypes

Archetypes for Vaadin platform
https://vaadin.com
4 stars 7 forks source link

Widget archetype creates demo which includes client-compiler dependencies in the war #77

Closed vaadin-bot closed 8 years ago

vaadin-bot commented 9 years ago

Originally by @Artur-


  1. Generate a project using vaadin-archetype-widget
  2. Run mvn clean install
  3. Check what files are in -demo/target/*.war

Expected: No vaadin-client-compiler or dependencies Actual: No client-compiler BUT all its dependencies

For some reason vaadin-client-compiler is a compile time dependency but then excluded from the war (*/WEB-INF/lib/vaadin-client-.jar), adding around 15MB of junk to the demo war


Imported from https://dev.vaadin.com/ issue #17170