skeleton-starter-flow
skeleton-starter-flow copied to clipboard
chore: build production package by default
Changes Maven configuration to build production package by default with 'mvn package' and run in development mode with 'jetty:run'.
PartOf: vaadin/flow#22715
jetty drops optional dependency in same way as spring-boot does.. Which means that this setup can be actually simplified to exactly same as with spring-boot.
The changes themselves looks very good 👍 When testing with jetty plugin I get jna/copilot originated exceptions and the dev mod don't really work (at least the copilot icon doesn't appear).