Hi

I have a maven project that consist of three modules.

- core 
- web
- acceptance

The core builds to a jar, and the web module depends on it. The web module
builds to a war file.
To my question. My acceptance module consist of htmlunit tests. How can I
configure it to use the war file, deploy it to a jetty server and be used by
my htmlunit test?

The only way I can do it is by deploy it from the web test.
In maven 1 you could use

<properties><jetty.bundle>true</jetty.bundle></properties>

But how do I configure it to be deployed by the acceptance test? Can I use
plugin somehow?

Johan


-----
http://www.procensor.se
http://www.mobilepost.se
http://www.resultreporter.com
http://www.butiksbelysning.se
-- 
View this message in context: 
http://www.nabble.com/Howto-deploy-war-to-jetty-server-tp19070000p19070000.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to