Skip to content

Commit 5d09d7c

Browse files
committed
Fix vaadin-maven-plugin configuration
1 parent a5d630b commit 5d09d7c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

vaadin/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,6 @@
7070
<groupId>com.vaadin</groupId>
7171
<artifactId>vaadin-maven-plugin</artifactId>
7272
<version>${vaadin.plugin.version}</version>
73-
<executions>
74-
<execution>
75-
<goals>
76-
<goal>update-theme</goal>
77-
<goal>update-widgetset</goal>
78-
<goal>compile</goal>
79-
<!-- Comment out compile-theme goal to use on-the-fly theme compilation -->
80-
<goal>compile-theme</goal>
81-
</goals>
82-
</execution>
83-
</executions>
8473
</plugin>
8574
<plugin>
8675
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)