Hi Wendy,
Adding the aggregate configuration makes no difference, anyway I would like
to have the sources xref generated per submodule rather than one for all
modules. I have the following structure:
perfectjpattern/trunk/
- pom.xml
- perfectjpattern-api
--- pom.xml
--- src..
- perfectjpattern-core
--- pom.xml
--- src...
Parent pom.xml looks like:
<reporting>
...
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
</plugins>
...
</reporting>
In every submodule pom.xml I included the following:
<reporting>
<outputDirectory>../target/site/${artifactId}</outputDirectory>
</reporting>
This setup provides the expected final result of having all site reports
generated under the parent target directory and with correct links (requires
some extra changes in all site.xml) except for xref that leaves the xref
folders in the submodules.
regards,
Giovanni
> Sounds like it's not aggregating correctly. How did you configure it?
>
> The option does appear to exist... if it's not working,
> please file a bug.
>
> http://maven.apache.org/plugins/maven-jxr-plugin/examples/aggregate.html
>
> --
> Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]