You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Keith Irwin <ke...@keithirwin.com> on 2004/01/16 22:08:00 UTC

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?

Any non-hack way to get that working?

Thanks,

Keith


RE: cactus maven plugin: cactus test source?

Posted by Vincent Massol <vm...@pivolis.com>.

> -----Original Message-----
> From: Keith Irwin [mailto:keith@keithirwin.com]
> 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: cactus-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-user-help@jakarta.apache.org