Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.