Merge pull request #6794 from eugenp/fix-vaadin
Fix vaadin-maven-plugin configuration
This commit is contained in:
commit
49a806e787
|
@ -70,17 +70,6 @@
|
||||||
<groupId>com.vaadin</groupId>
|
<groupId>com.vaadin</groupId>
|
||||||
<artifactId>vaadin-maven-plugin</artifactId>
|
<artifactId>vaadin-maven-plugin</artifactId>
|
||||||
<version>${vaadin.plugin.version}</version>
|
<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>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|
Loading…
Reference in New Issue