From c454931ad9e95da84b257916754d6347a1d1f780 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Mon, 3 Aug 2026 06:33:15 +0200 Subject: [PATCH] chore: remove Maven plugin productionMode settings docs productionMode setting is no longer used in Vaadin Maven plugins since a long time. This change removes it from the Maven docs as well. --- articles/flow/configuration/maven.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/articles/flow/configuration/maven.adoc b/articles/flow/configuration/maven.adoc index 9fc7d233ec..0c38316924 100644 --- a/articles/flow/configuration/maven.adoc +++ b/articles/flow/configuration/maven.adoc @@ -160,9 +160,6 @@ Whether the frontend development server is used in development mode. When disabl `applicationIdentifier`:: Identifier for the application. If not specified, defaults to a hash derived from `groupId:artifactId`. Settable as the `-Dvaadin.applicationIdentifier` system property. -`productionMode`:: -Define whether the application is running in production mode. Defaults to `false`. For production, the frontend is bundled and optimized, as described in <<../production#,Deploying to Production>>. - `projectBasedir`:: The folder where the [filename]`package.json` file is located. Defaults to `${project.basedir}`.