Description
in tomcat6-m-p there is a undeploy goal but no more in tomcat7 plugin.
I understand that undeploy function is now no more accessible via the /manager/html but only via the /manager/text.
I see one problem to fix this :
- The manager url (via the AbstractCatalinaMojo#url field) is common to all mojo and by default is setted to /manager/html.
Should we use instead two fields :
- one for tomcat manager url (http://localhost:8080/manager) (common to all mojo)
- one for type of manager to use html in some mojo case, text in other cases ?