Something of a maven noob, I'm trying to understand the difference between
tomcat:run-war
and
tomcat:run-war-only
The Apache documentation mean very little to someone unfamiliar with the environment:
tomcat7:run-war Runs the current project as a packaged web application using an embedded Tomcat server.
tomcat7:run-war-only Runs the current project as a packaged web application using an embedded Tomcat server without forking the package cycle.
What is the difference in layman's terms?