How to change the maven plugin’s embedded tomcat port number
February 15, 2012
Leave a comment
Use the maven.tomcat.port system property.
E.g mvn -Dmaven.tomcat.port=8181 tomcat:run changes the port from 8080 (the default) to 8181
Categories: My Work
My linked in profile