Vaadin, how to change jetty port in the application created by archetype

Hi,

I created an application by mvn archetype. I notice the jetty port is 8080. How to change the default port to other number, 8090 for example?

Have you tried this one: https://stackoverflow.com/questions/25644036/how-to-set-server-port-with-org-eclipse-jettyjetty-maven-plugin

Thank you for your tip! It works.