You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephane Nicoll <sn...@kiala.com> on 2003/12/18 16:56:51 UTC

using cactus with external dependencies

Hello list,

We use cactus inside a JBoss container to test our modules. All our modules
depends on some other ejb-jar modules. My question is:

I have module A depending on module B,C,D (I have the ejb-jars in my
repository). Is it possible somehow to deploy B,C,D while running cactus
tests?

Thanks a lot,

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: using cactus with external dependencies

Posted by Vincent Massol <vm...@pivolis.com>.
Hi Stephane,

Yes, it is possible. Simply make sure your other modules are included in
your war by tagging them with war.bundle (see the war plugin doc).

-Vincent

> -----Original Message-----
> From: Stephane Nicoll [mailto:snicoll@kiala.com]
> Sent: 18 December 2003 16:57
> To: Maven user list (E-mail)
> Subject: using cactus with external dependencies
> 
> Hello list,
> 
> We use cactus inside a JBoss container to test our modules. All our
> modules
> depends on some other ejb-jar modules. My question is:
> 
> I have module A depending on module B,C,D (I have the ejb-jars in my
> repository). Is it possible somehow to deploy B,C,D while running
cactus
> tests?
> 
> Thanks a lot,
> 
> S.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org