You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/flow/configuration/maven.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,9 @@ Filtering can be completely skipped by setting `enabled` to `false`.
160
160
`frontendIgnoreVersionChecks`::
161
161
Makes Flow skip node and npm/pnpm/bun version checks during bundle build and development server startup. Note that disabling frontend tools version checking can cause failing builds and other issues that are difficult to debug.
162
162
163
+
`skip`::
164
+
Skips the execution of the maven plugin. Defaults to `false`. Use `-Dvaadin.skip` if you want to control this setting from the maven command line.
165
+
163
166
=== Build Frontend Goal Parameters
164
167
165
168
The following parameters are used with the `build-frontend` goal, in addition to the parameters described above.
0 commit comments