jetty:run-war

Parameters for the goal:

Parameter Type Expression Default Value Description
contextPathSpec String /app - The context path.
jettyConfig (Optional) String - - An optional jetty xml configuration file, will override the other parameters.
port int 8080 - No description.
webApp String ${project.build.directory}/${project.build.finalName}.war - The location of the war file.