Wiki source code of Maven

Last modified by Sebastian Marsching on 2022/05/27 22:33

Show last authors
1 {{toc/}}
2
3 # Changing the port of an embedded Tomcat or Jetty
4
5 * **Tomcat:** -Dmaven.tomcat.port=8081
6 * **Jetty:** -DjettyPort=8081
7
8 # Debugging a Maven process in the Java debugger
9
10 See [[Debugging|Debugging]].
11
12