Module dependency with unit test

2010-05-31 Thread Rob Greene
I think this is a basic Maven module question, but I'm not spotting anything via google. I assume that when unit testing a multi-module project I can unit test module-by-module instead of having to do the entire parent project. Generally, I have a multi-module project hierarchy. I have the

Re: Adding application generated content to site

2010-05-18 Thread Rob Greene
...@schor.com wrote: On 5/15/2010 10:59 AM, Rob Greene wrote: I have an application that has the ability to generate some documentation I would like to include in the Maven generated site. Is there some manner to do this? Sure. I imagine I would need to invoke my Java to generate

Adding application generated content to site

2010-05-15 Thread Rob Greene
I have an application that has the ability to generate some documentation I would like to include in the Maven generated site. Is there some manner to do this? I imagine I would need to invoke my Java to generate the content as well as dynamically add links into the menu structure. Thanks! -Rob