Re: [m2] How do I run reports in a sub-project

2006-07-06 Thread Maria Odea Ching

Hi Eric,

The Mojo automatically gets the sources of the project where you are 
executing the plugin. I don't think it
provides the capability of customizing the sources you want to get. So 
if you're executing on head/docs, the

output would specifically be xrefs for the head/docs sources.

Hope this helps.. :-)

Thanks,
Odea

Eric Brown wrote:


I have a project structure like this:

head/
- docs
- libs/
-- libA
-- libB

If I cd to head/libs and run "mvn -Daggregate=true jxr:jxr", libs/ 
target/site/xref has exactly what I expect. However, I really want to  
be able to do this from head/docs and have the xrefs for libA & libB.  
I'm not sure what configuration opts I need though.


-
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]



[m2] How do I run reports in a sub-project

2006-07-05 Thread Eric Brown

I have a project structure like this:

head/
- docs
- libs/
-- libA
-- libB

If I cd to head/libs and run "mvn -Daggregate=true jxr:jxr", libs/ 
target/site/xref has exactly what I expect. However, I really want to  
be able to do this from head/docs and have the xrefs for libA & libB.  
I'm not sure what configuration opts I need though.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]