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

[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