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}`.