Maven: 2.0.4 Tomcat: 5.5.x After deploying my warfile to the locally installed instance of Tomcat, I would like to use Maven (or somehow) to deploy incremental changes (class files, resources and JSP files) to Tomcat either automatically or using a Maven goal.
Is there a specific goal in either the tomcat plugin that would let me do this? I understand the jetty plugin automatically scans for changes; however, I would like to have the control over if the incremental changes in class files deployed, as opposed to having the plugin keep scanning for changes. Pl help, /U --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
