Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When running the jxr plugin on the logback project, I have observed a different behavior for the jxr plugin under Maven 3 compared to Maven 2. With maven 2, jxr writes to the target/site/xref directory of the parent module, with Maven 3, xref writes to the target/site/xref directory of each sub-module.
Is there a recommended way to have jxr:jxr write to the target/site/xref directory of the parent module?
The logback project can be downloaded from [1] or [2].
[1] http://logback.qos.ch/download.html
[2] http://github.com/ceki/logback
Please see
http://maven.apache.org/plugins/maven-jxr-plugin/examples/aggregate.html