...
- connectors Optional. A list of org.mortbay.jetty.Connector objects, which are the port listeners for jetty. If you don't specify any, an NIO org.mortbay.jetty.nio.SelectChannelConnector will be configured on port 8080. You can change this default port number by using the system property
jetty.porton the command line. Eg "mvn -DjettyD jetty.port=9999 jetty:run". Alternatively, you can specify as many connectors as you like.
...