Skip to content

Commit e28f8ba

Browse files
jorgheymansJorg Heymans
authored andcommitted
Add documentation for 'skip' configuration option in the vaadin maven plugin.
depends on vaadin/flow#22516
1 parent dd3f2e7 commit e28f8ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/flow/configuration/maven.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ Filtering can be completely skipped by setting `enabled` to `false`.
160160
`frontendIgnoreVersionChecks`::
161161
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.
162162

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+
163166
=== Build Frontend Goal Parameters
164167

165168
The following parameters are used with the `build-frontend` goal, in addition to the parameters described above.

0 commit comments

Comments
 (0)