I'm not sure if this will help you, but I submitted a patch for the cactus plugin for unit testing EJBs. The patch is available from Jira under Maven-706.
Mike > -----Original Message----- > From: Peter Bright [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 21, 2003 5:21 AM > To: Maven Users List (E-mail) > Subject: Cactus Plugin > > > Hello, > > We have a multiproject project, consisting of an application > (generating an > EAR) and three modules (generating a JAR, an EJB-JAR, and a WAR). > > The desire is to use Cactus to perform in-container testing, > and it appears that the latest version of the Maven/Cactus > plugin contains goals suitable to achieve this. > > As I understand it, the JAR and EJB projects should run the > cactus:jar-install goals, the WAR project should reference > these cactified artifacts, and the WAR project should run the > cactus:test goal. > > Am I correct in thinking that this ability exists, and if so, > is the above the correct way to use it? > > Peter Bright > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
