Merge pull request #6794 from eugenp/fix-vaadin

Fix vaadin-maven-plugin configuration
This commit is contained in:
Eric Martin
2019-04-22 07:07:55 -05:00
committed by GitHub

View File

@@ -70,17 +70,6 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
<version>${vaadin.plugin.version}</version>
<executions>
<execution>
<goals>
<goal>update-theme</goal>
<goal>update-widgetset</goal>
<goal>compile</goal>
<!-- Comment out compile-theme goal to use on-the-fly theme compilation -->
<goal>compile-theme</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>