Open wbadam opened 7 years ago
GWT maven plugin allows changing widgetset compilation style for superdevmode in command line with the -Dgwt.style= attribute. Introduce this option in Vaadin maven plugin as well.
-Dgwt.style=
Usage example: mvn vaadin:run-codeserver -Dgwt.style=PRETTY
mvn vaadin:run-codeserver -Dgwt.style=PRETTY
GWT maven plugin allows changing widgetset compilation style for superdevmode in command line with the
-Dgwt.style=
attribute. Introduce this option in Vaadin maven plugin as well.Usage example:
mvn vaadin:run-codeserver -Dgwt.style=PRETTY