> -----Original Message----- > From: Keith Irwin [mailto:[EMAIL PROTECTED] > Sent: 16 January 2004 22:08 > To: Cactus Users List > Subject: cactus maven plugin: cactus test source? > > Is there a reason none of the plugins produce a source code cross > reference and/or javadoc for the cactus tests?
Yes, that's normal. It's not implemented. Plugins try to be as uncoupled as possible. > > Any non-hack way to get that working? No, there is no non-hack. For a hacky way, I guess you can check how the jxr and javadoc plugin works and create pre goals to add the cactus sources to the source directory these plugins process. -Vincent > > Thanks, > > Keith > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
