nevermind -- using the maven dependency plugin and instructions from
http://docs.codehaus.org/display/MAVENUSER/Maven+and+Selenium got me where i
needed to go.


On 11/20/06, Trevor Torrez <[EMAIL PROTECTED]> wrote:

Hi again;

In part of our framework we are using BIRT (Business Intelligence
Reporting Tool) from eclipse with a servlet front-end.  In order for it to
run it needs the OSGI platform set up in a known directory (when deploying
to a webapp, it has to be in WEB-INF/platform).  The current way we are
handling this is by resolving the zip file as a dependency, and prior to
packaging for deploy or prior to the tests we unzip it to where the running
environment expects to find it.

How do I go about doing the same thing in maven?  What part of the
lifecycle would this be a part of?

Reply via email to