Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions articles/flow/configuration/maven.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@
`frontendIgnoreVersionChecks`::
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.

`skip`::
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.

Check failure on line 164 in articles/flow/configuration/maven.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Maven' instead of 'maven'. Raw Output: {"message": "[Vale.Terms] Use 'Maven' instead of 'maven'.", "location": {"path": "articles/flow/configuration/maven.adoc", "range": {"start": {"line": 164, "column": 128}}}, "severity": "ERROR"}

Check failure on line 164 in articles/flow/configuration/maven.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Maven' instead of 'maven'. Raw Output: {"message": "[Vale.Terms] Use 'Maven' instead of 'maven'.", "location": {"path": "articles/flow/configuration/maven.adoc", "range": {"start": {"line": 164, "column": 28}}}, "severity": "ERROR"}

=== Build Frontend Goal Parameters

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