You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Peter Nguyen (JIRA)" <ji...@apache.org> on 2013/06/17 02:29:20 UTC

[jira] [Created] (MTOMCAT-228) Provide option to deploy war file(s) from a location when executing run mojo

Peter Nguyen created MTOMCAT-228:
------------------------------------

             Summary: Provide option to deploy war file(s) from a location when executing run mojo
                 Key: MTOMCAT-228
                 URL: https://issues.apache.org/jira/browse/MTOMCAT-228
             Project: Apache Tomcat Maven Plugin
          Issue Type: Improvement
            Reporter: Peter Nguyen
            Priority: Minor


Can we please add the ability to deploy a war file from a location instead of the m2 repository (via webapps) when running the run mojo?

I currently have a multi module project that contains two sub projects: a project containing a war file and it's sibling containing a suite of selenium tests 

project-parent
+-- war-project (war project)
+-- integration-tests (non-war project)

I'd like to have the integration tests start up an embedded server and deploy the war file from the project containing the web app. It seems I can only do this if the artifact under test has been installed and deployed via the <webapps> configuration.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org