We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0318df3 commit 9a63a7eCopy full SHA for 9a63a7e
template-placeholder/pom.xml
@@ -116,21 +116,6 @@
116
</executions>
117
</plugin>
118
119
- <!-- Take care of synchronizing java dependencies and imports in package.json
120
- and main.js files. It also creates webpack.config.js if not exists yet. -->
121
- <plugin>
122
- <groupId>com.vaadin</groupId>
123
- <artifactId>vaadin-maven-plugin</artifactId>
124
- <version>${vaadin.version}</version>
125
- <executions>
126
- <execution>
127
- <goals>
128
- <goal>prepare-frontend</goal>
129
- </goals>
130
- </execution>
131
- </executions>
132
- </plugin>
133
-
134
<plugin>
135
<groupId>org.apache.maven.plugins</groupId>
136
<artifactId>maven-compiler-plugin</artifactId>
0 commit comments