Josh Harness created MTOMCAT-169:
------------------------------------
Summary: Unable to Deploy WAR Defined via "webapps" Declaration
Key: MTOMCAT-169
URL: https://issues.apache.org/jira/browse/MTOMCAT-169
Project: Apache Tomcat Maven Plugin
Issue Type: Bug
Components: tomcat7
Affects Versions: 2.0
Environment: MAC OSX
Reporter: Josh Harness
Assignee: Olivier Lamy (*$^¨%`£)
Priority: Minor
Web app does not deploy via embedded tomcat (tomat7:run) when I define the
following in my plugin config:
<webapps>
<webapp>
<groupId>com.company</groupId>
<artifactId>mywebapp</artifactId>
<version>1.0</version>
<type>war</type>
</webapp>
</webapps>
I only see the following and am unable to use the web application:
[INFO] Deploy warfile:
/Users/joshar1/.m2/repository/com/company/mywebapp//1.0/mywebapp-1.0.war to
contextPath: /mywebapp
I have a patch I'll attach to this ticket.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]