Running Vaadin 14 with MPR in production mode in Eclipse.

We have currently our application in vaadin 7 and now migrating to vaadin 14. We are doing it via using MPR. We builded our application giving these

production

<vaadin.productionMode>true</vaadin.productionMode>

but when starting the server in eclipse we are getting
Vaadin is running in DEBUG MODE.Add productionMode=true to web.xml to disable debug features.

We don’t need the debug mode currently and want to run in production in eclipse.
Can you help where exactly I have to specify Add productionMode=true to web.xml ?
I tried using deprecated @VaadinServletConfiguration(productionMode = true) which we used in vaadin 7 but that also not worked for us.
Can you help us in this?

This is a known issue, you can find more info and workaround here:

https://github.com/vaadin/multiplatform-runtime/issues/52